Skip to content

Commit c9fcd32

Browse files
authored
Update articles/spring-cloud/how-to-maven-deploy-apps.md
1 parent 4f3690b commit c9fcd32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/spring-cloud/how-to-maven-deploy-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ To generate configurations and deploy the app, follow these steps:
115115
* **Subscription ID** - the subscription you used to create an Azure Spring Cloud instance.
116116
* **Service instance** - the name of your Azure Spring Cloud instance.
117117
* **App name** - an app name of your choice, or use the default value `artifactId`.
118-
* **Public endpoint** - true to expose the app to public access; otherwise, false.
118+
* **Public endpoint** - *true* to expose the app to public access; otherwise, *false*.
119119

120120
1. Verify that the `appName` element in the POM file has the correct value. The relevant portion of the POM file should look similar to the following example.
121121

0 commit comments

Comments
 (0)