Skip to content

Commit 637104f

Browse files
authored
Update how-to-enterprise-deploy-static-file.md
Explain deploying dynamic front-end app with explicit wording based on one recent customer case from Toyota, in which case Toyota wrongly understood how to deploy a react app due to some vague wording here.
1 parent 2d35e38 commit 637104f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/spring-apps/how-to-enterprise-deploy-static-file.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,16 @@ This article shows you how to deploy your static files to Azure Spring Apps Ente
2424
- An already provisioned Azure Spring Apps Enterprise tier instance. For more information, see [Quickstart: Build and deploy apps to Azure Spring Apps using the Enterprise tier](quickstart-deploy-apps-enterprise.md).
2525
- One or more applications running in Azure Spring Apps. For more information on creating apps, see [How to Deploy Spring Boot applications from Azure CLI](./how-to-launch-from-source.md).
2626
- [Azure CLI](/cli/azure/install-azure-cli), version 2.0.67 or higher.
27-
- Your static files or dynamic front-end application.
27+
- Your static files or dynamic front-end application (e.g: react app).
2828

2929
## Deploy your static files
3030

3131
You can deploy static files to Azure Spring Apps using NGINX or HTTPD web servers in the following ways:
3232

3333
- You can deploy static files directly. Azure Spring Apps automatically configures the specified web server to serve the static files.
34-
- You can create your front-end application in the JavaScript framework of your choice, and then deploy your dynamic front-end application as static content.
35-
- You can create a server configuration file to customize the web server.
34+
- You can create your front-end application in the JavaScript framework of your choice, and then deploy your dynamic front-end application from source code. Azure Spring Apps will take care of its compilation as static content and use your configured web server to serve the static files.
35+
36+
Additionally, you can create a server configuration file to customize the web server.
3637

3738
### Deploy static files directly
3839

@@ -51,7 +52,7 @@ For more information, see the [Configure an auto-generated server configuration
5152

5253
### Deploy your front-end application as static content
5354

54-
Use the following command to deploy a dynamic front-end application as static content.
55+
Use the following command to deploy a dynamic front-end application from source code.
5556

5657
```azurecli
5758
az spring app deploy

0 commit comments

Comments
 (0)