Skip to content

Commit 0dce5ee

Browse files
authored
Change browse instructions
1 parent 710aa12 commit 0dce5ee

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

articles/container-apps/quickstart-code-to-cloud.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -224,23 +224,7 @@ az containerapp up `
224224

225225
## Verify deployment
226226

227-
To open the web API service in a web browser, run the following command.
228-
229-
# [Bash](#tab/bash)
230-
231-
```bash
232-
az containerapp browse --name $API_NAME --resource-group $RESOURCE_GROUP
233-
```
234-
235-
# [PowerShell](#tab/powershell)
236-
237-
```powershell
238-
az containerapp browse --name $API_NAME --resource-group $RESOURCE_GROUP
239-
```
240-
241-
---
242-
243-
In the browser, add `/albums` to the end of the URL to see the response from the API.
227+
Locate the container app's URL in the output of the `az containerapp up` command. Navigate to the URL in your browser. Add `/albums` to the end of the URL to see the response from the API.
244228

245229
:::image type="content" source="media/quickstart-code-to-cloud/azure-container-apps-album-api.png" alt-text="Screenshot of response from albums API endpoint.":::
246230

0 commit comments

Comments
 (0)