Skip to content

Commit c9ee35c

Browse files
committed
edits
1 parent 16be76c commit c9ee35c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +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.45.0 or higher.
27-
- Your static files or dynamic front-end application (e.g. react app).
27+
- Your static files or dynamic front-end application - for example, a 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 build your app into 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 builds your app into static content and uses your configured web server to serve the static files.
3535

36-
Additionally, you can create a server configuration file to customize the web server.
36+
You can also create a server configuration file to customize the web server.
3737

3838
### Deploy static files directly
3939

0 commit comments

Comments
 (0)