Skip to content

Commit 6d3161d

Browse files
authored
Update how-to-enterprise-deploy-static-file.md
1 parent 637104f commit 6d3161d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ 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 (e.g: react app).
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 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.
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 build your app into static content and use your configured web server to serve the static files.
3535

3636
Additionally, you can create a server configuration file to customize the web server.
3737

0 commit comments

Comments
 (0)