You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/container-apps/quickstart-code-to-cloud.md
+1-17Lines changed: 1 addition & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -224,23 +224,7 @@ az containerapp up `
224
224
225
225
## Verify deployment
226
226
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.
244
228
245
229
:::image type="content" source="media/quickstart-code-to-cloud/azure-container-apps-album-api.png" alt-text="Screenshot of response from albums API endpoint.":::
0 commit comments