Skip to content

[Request]: Add deployment steps for Azure App Service #1017

Closed
@web265p3

Description

@web265p3

Summary

I read and followed all instructions how to deploy Strapi to an Azure App Service.
(Except: I created a windows, not a linux app service plan)

However, the page only explains how to setup the infrastructure (App service, storage account...)

It does not explain how to deploy Strapi to the app service.

What I tried:

  1. I created a new strapi project locally - it works and I can start it on the localhost
  2. I run npm build and this seems also to be successful. The dist-folder now contains three sub folders: "build", "config" and "src"
  3. I copied all three folders to the wwwroot folder of my app service

I also followed all instructions from the page.
But now I dont know how to continue. I have no node.js background knowledge, so I dont know if I need to take any further steps to start the app.

Can you update the information in the article or tell me what I am missing? I also dont need any CI/CD here, because I dont want to change the strapi code. I just want the OOTB features, so the deployment should be only necessary if there is an upgrade.

Why is it needed?

For people like me that have no NodeJS background knowledge, but want to get strapi OOTB features to work on Azure App services

Suggested solution(s)

Add a section to the documentation how to deploy the content of the dist folder to the app service.

Related issue(s)/PR(s)

No response

Metadata

Metadata

Assignees

Labels

issue: docs/instructionsIssues about incorrect instructions found on docs.strapi.iotarget: v4Documentation PRs/issues targeting content from docs.strapi.io (main branch).

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions