Skip to content

Commit cf756f0

Browse files
Apply suggestions from code review
1 parent 9961927 commit cf756f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/spring-apps/basic-standard/how-to-staging-environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ Use the following steps to view deployed apps.
190190
> Confirm that your test endpoint ends with a slash (/) to ensure that the CSS file is loaded correctly. If your browser requires you to enter login credentials to view the page, use [URL decode](https://www.urldecoder.org/) to decode your test endpoint. URL decode returns a URL in the format `https://\<username>:\<password>@\<cluster-name>.test.azuremicroservices.io/demo/green`. Use this format to access your endpoint. If you want to disable basic authentication for your test endpoint, run the following Azure CLI command: `az spring app update --resource-group <resource-group-name> --service <Azure-Spring-Apps-instance-name> --name demo --disable-test-endpoint-auth true`
191191
192192
>[!NOTE]
193-
> Configuration server settings apply to both your staging environment and your production environment. For example, if you set the context path (**server.servlet.context-path**) for your app demo in the configuration server as `somepath`, the path to your green deployment changes to `https://\<username>:\<password>@\<cluster-name>.test.azuremicroservices.io/demo/green/somepath/...`.
193+
> Configuration server settings apply to both your staging environment and your production environment. For example, if you set the context path (`server.servlet.context-path`) for your app demo in the configuration server as `somepath`, the path to your green deployment changes to `https://\<username>:\<password>@\<cluster-name>.test.azuremicroservices.io/demo/green/somepath/...`.
194194
195195
If you visit your public-facing app demo at this point, you should see the old page without your new change.
196196

0 commit comments

Comments
 (0)