@@ -29,7 +29,7 @@ This quickstart explains how to:
29
29
> * Set a configuration server for an instance
30
30
> * Build an application locally
31
31
> * Deploy each application
32
- > * Assign a public endpoint for your application
32
+ > * Assign a public endpoint for an application
33
33
34
34
## Prerequisites
35
35
@@ -146,12 +146,12 @@ az spring app show-deploy-log --name <app-name>
146
146
> [ !NOTE]
147
147
> The kpack logs will only show the latest deployment if that deployment was built from source using kpack.
148
148
149
- ## Assign a public endpoint to gateway
149
+ ## Assign a public endpoint to an application
150
150
151
- 1 . Open the ** Application Dashboard ** page .
152
- 2 . Select the ` gateway ` application to show the ** Application Details ** page.
153
- 3 . Select ** Assign endpoint** to assign a public endpoint to gateway . This can take a few minutes.
154
- 4 . Enter the assigned public IP into your browser to view your running application.
151
+ 1 . Open the ** Apps ** pane to view apps for your service instance .
152
+ 2 . Select an application to view its ** Overview ** page.
153
+ 3 . Select ** Assign endpoint** to assign a public endpoint to the application . This process can take a few minutes.
154
+ 4 . Copy the URL from the ** Overview ** page and then paste it into your browser to view your running application.
155
155
156
156
> [ !div class="nextstepaction"]
157
157
> [ I ran into an issue] ( https://www.research.net/r/javae2e?tutorial=asc-source-quickstart&step=public-endpoint )
@@ -166,7 +166,7 @@ In this quickstart, you learned how to:
166
166
> * Build an application locally
167
167
> * Deploy each application
168
168
> * Edit environment variables for applications
169
- > * Assign public IP for your application gateway
169
+ > * Assign a public endpoint to an application
170
170
171
171
> [ !div class="nextstepaction"]
172
172
> [ Quickstart: Monitoring Azure Spring Apps with logs, metrics, and tracing] ( ./quickstart-logs-metrics-tracing.md )
0 commit comments