Skip to content

Commit 19d00f9

Browse files
committed
fix tabs, and other minor changes
1 parent 37d63d9 commit 19d00f9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ zone_pivot_groups: container-apps-image-build-from-repo
1616

1717
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.
1818

19-
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.
19+
In this quickstart, you create a backend web API service that returns a static collection of music albums. After 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.
2020

2121
> [!NOTE]
2222
> You can also build and deploy this sample application using the `az containerapp up` command. For more information, see [Tutorial: Build and deploy your app to Azure Container Apps](tutorial-code-to-cloud.md).
@@ -103,6 +103,7 @@ $ACR_NAME="acaalbums"+$GITHUB_USERNAME
103103
---
104104

105105
::: zone-end
106+
106107
::: zone pivot="github-build"
107108

108109
# [Bash](#tab/bash)
@@ -281,6 +282,8 @@ az containerapp up `
281282
--repo <YOUR_GITHUB_REPOSITORY_NAME>
282283
```
283284

285+
---
286+
284287
Using the URL and the user code displayed in the terminal, go to the GitHub device activation page in a browser and enter the user code to the page. Follow the prompts to authorize the Azure CLI to access your GitHub repository.
285288

286289
::: zone-end

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Tutorial: Build and deploy your app to Azure Container Apps"
3-
description: Build and deploy your app to Azure Container Apps with az containerapp create command
3+
description: Build and deploy your app to Azure Container Apps with az containerapp create command.
44
services: container-apps
55
author: craigshoemaker
66
ms.service: container-apps

0 commit comments

Comments
 (0)