Skip to content

Commit f1ce362

Browse files
committed
a few and fix a build error
1 parent 59fbb3b commit f1ce362

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

articles/container-apps/get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ By setting `--ingress` to `external`, you make the container app available to pu
7272

7373
## Verify deployment
7474

75-
The `create` command returns the fully qualified domain name for the container app. Copy this location to a web browser.
75+
The `up` command returns the fully qualified domain name for the container app. Copy this location to a web browser.
7676

7777
The following message is displayed when the container app is deployed:
7878

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ zone_pivot_groups: container-apps-image-build-from-repo
1515

1616
This article demonstrates how to build and deploy a microservice to Azure Container Apps from a source repository using the programming language of your choice.
1717

18-
In this quickstart, you create a backend web API service that returns a static collection of music albums. After this quickstart, you can continue to [Tutorial: Communication between microservices in Azure Container Apps](communicate-between-microservices.md) to learn how to deploy a front end application that calls the API.
18+
In this quickstart, you create a backend web API service that returns a static collection of music albums. After this completing this quickstart, you can continue to [Tutorial: Communication between microservices in Azure Container Apps](communicate-between-microservices.md) to learn how to deploy a front end application that calls the API.
1919

20-
The following screenshot shows the output from the album API service deployed in this quickstart.
20+
The following screenshot shows the output from the album API service you'll deploy.
2121

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Code to cloud deploying your application to Azure Container Apps
44
services: container-apps
55
author: craigshoemaker
66
ms.service: container-apps
7-
ms.topic: quicksttutorialart
7+
ms.topic: tutorial
88
ms.date: 05/11/2022
99
ms.author: cshoe
1010
zone_pivot_groups: container-apps-image-build-type

0 commit comments

Comments
 (0)