Skip to content

Commit f3aede3

Browse files
committed
Update browsing to URL and image formats.
1 parent 9cb9152 commit f3aede3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
40.8 KB
Loading

articles/azure-app-configuration/quickstart-aspnet-core-app.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -242,14 +242,14 @@ In this example, you'll update a web page to display its content using the setti
242242
dotnet run
243243
```
244244
245-
1. Open a browser and navigate to the URL the app is listening on, as specified in the command output. It looks like `https://localhost:5001`.
245+
1. The output of the `dotnet run` command contains two URLs. Open a browser and navigate to one of these URLs to access your application. For example: `https://localhost:5001`.
246246
247247
If you're working in the Azure Cloud Shell, select the *Web Preview* button followed by *Configure*. When prompted to configure the port for preview, enter *5000*, and select *Open and browse*.
248248
249-
![Locate the Web Preview button](./media/quickstarts/cloud-shell-web-preview.png)
249+
:::image type="content" source="./media/quickstarts/cloud-shell-web-preview.png" alt-text="Screenshot of Azure Cloud Shell. Locate Web Preview.":::
250250
251-
The web page will look like this:
252-
![Launching quickstart app locally](./media/quickstarts/aspnet-core-app-launch-local-before.png)
251+
The web page looks like this:
252+
:::image type="content" source="./media/quickstarts/aspnet-core-app-launch-local-navbar.png" alt-text="Screenshot of the browser.Launching quickstart app locally.":::
253253
254254
## Clean up resources
255255

0 commit comments

Comments
 (0)