Skip to content

Commit c7fab9d

Browse files
Merge pull request #236065 from domainname/assign-public-endpoint
fix instructions to assign a public endpoint to an application
2 parents 6e4d4f6 + 033e6fd commit c7fab9d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/spring-apps/how-to-launch-from-source.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This quickstart explains how to:
2929
> * Set a configuration server for an instance
3030
> * Build an application locally
3131
> * Deploy each application
32-
> * Assign a public endpoint for your application
32+
> * Assign a public endpoint for an application
3333
3434
## Prerequisites
3535

@@ -146,12 +146,12 @@ az spring app show-deploy-log --name <app-name>
146146
> [!NOTE]
147147
> The kpack logs will only show the latest deployment if that deployment was built from source using kpack.
148148
149-
## Assign a public endpoint to gateway
149+
## Assign a public endpoint to an application
150150

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.
155155

156156
> [!div class="nextstepaction"]
157157
> [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:
166166
> * Build an application locally
167167
> * Deploy each application
168168
> * Edit environment variables for applications
169-
> * Assign public IP for your application gateway
169+
> * Assign a public endpoint to an application
170170
171171
> [!div class="nextstepaction"]
172172
> [Quickstart: Monitoring Azure Spring Apps with logs, metrics, and tracing](./quickstart-logs-metrics-tracing.md)

0 commit comments

Comments
 (0)