Skip to content

Commit 5243554

Browse files
committed
fix blocking issues
1 parent d0e6b88 commit 5243554

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
@@ -154,7 +154,7 @@ The `up` command returns the fully qualified domain name for the container app.
154154

155155
The following message is displayed when the container app is deployed:
156156

157-
:::image type="content" source="media/get-started/azure-container-apps-quickstart.png" alt-text="Your first Azure Container Apps deployment.":::
157+
:::image type="content" source="media/get-started/azure-container-apps-quickstart.png" alt-text="Screenshot of container app web page.":::
158158

159159
## Clean up resources
160160

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Next, change the directory into the root of the cloned repo.
120120
cd code-to-cloud/src
121121
```
122122

123-
## Create an Azure Resource Group
123+
## Create an Azure resource group
124124

125125
Create a resource group to organize the services related to your container app deployment.
126126

@@ -421,4 +421,4 @@ Remove-AzResourceGroup -Name $ResourceGroup -Force
421421
This quickstart is the entrypoint for a set of progressive tutorials that showcase the various features within Azure Container Apps. Continue on to learn how to enable communication from a web front end that calls the API you deployed in this article.
422422

423423
> [!div class="nextstepaction"]
424-
> [Tutorial: Communication between microservices](co
424+
> [Tutorial: Communication between microservices](comminicate-between-microservices.md)

articles/container-apps/tutorial-deploy-first-app-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Copy this location to a web browser.
147147

148148
The following message is displayed when the container app is deployed:
149149

150-
:::image type="content" source="media/get-started/azure-container-apps-quickstart.png" alt-text="Your first Azure Container Apps deployment.":::
150+
:::image type="content" source="media/get-started/azure-container-apps-quickstart.png" alt-text="Screenshot of container app web page.":::
151151

152152
## Clean up resources
153153

0 commit comments

Comments
 (0)