Skip to content

Commit a1122ab

Browse files
committed
Fix broken include link.
1 parent 26cb9fd commit a1122ab

7 files changed

+7
-7
lines changed

articles/container-apps/deploy-artifact.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The following screenshot shows the output from the album API service you deploy.
2929
| Java | Install the [JDK](/java/openjdk/install), recommend 17, or later|
3030
| Maven | Install the [Maven](https://maven.apache.org/download.cgi).|
3131

32-
[!INCLUDE [container-apps-setup-cli-steps.md](../../includes/container-apps-setup-cli-steps.md)]
32+
[!INCLUDE [container-apps-create-cli-steps.md](../../includes/container-apps-create-cli-steps.md)]
3333

3434
## Create environment variables
3535

articles/container-apps/get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ In this quickstart, you create and deploy your first container app using the `az
2323
- If you don't have one, you [can create one for free](https://azure.microsoft.com/free/).
2424
- Install the [Azure CLI](/cli/azure/install-azure-cli).
2525

26-
[!INCLUDE [container-apps-setup-cli-steps.md](../../includes/container-apps-setup-cli-steps.md)]
26+
[!INCLUDE [container-apps-create-cli-steps.md](../../includes/container-apps-create-cli-steps.md)]
2727

2828
## Create a resource group
2929

articles/container-apps/microservices-dapr-azure-resource-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The following architecture diagram illustrates the components that make up this
5252
- An Azure account with an active subscription is required. If you don't already have one, you can [create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
5353
- A GitHub Account. If you don't already have one, sign up for [free](https://github.com/join).
5454

55-
[!INCLUDE [container-apps-setup-cli-steps.md](../../includes/container-apps-setup-cli-steps.md)]
55+
[!INCLUDE [container-apps-create-cli-steps.md](../../includes/container-apps-create-cli-steps.md)]
5656

5757
[!INCLUDE [container-apps-set-environment-variables.md](../../includes/container-apps-set-environment-variables.md)]
5858

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To complete this project, you need the following items:
3434
| Azure account | If you don't have one, [create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F). You need the *Contributor* or *Owner* permission on the Azure subscription to proceed. <br><br>Refer to [Assign Azure roles using the Azure portal](../role-based-access-control/role-assignments-portal.yml?tabs=current) for details. |
3535
| Azure CLI | Install the [Azure CLI](/cli/azure/install-azure-cli).|
3636

37-
[!INCLUDE [container-apps-setup-cli-steps.md](../../includes/container-apps-setup-cli-steps.md)]
37+
[!INCLUDE [container-apps-create-cli-steps.md](../../includes/container-apps-create-cli-steps.md)]
3838

3939
## Create environment variables
4040

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To complete this project, you need the following items:
3939
| git | [Install git](https://git-scm.com/downloads) |
4040
| Azure CLI | Install the [Azure CLI](/cli/azure/install-azure-cli).|
4141

42-
[!INCLUDE [container-apps-setup-cli-steps.md](../../includes/container-apps-setup-cli-steps.md)]
42+
[!INCLUDE [container-apps-create-cli-steps.md](../../includes/container-apps-create-cli-steps.md)]
4343

4444
## Create environment variables
4545

articles/container-apps/tutorial-ci-cd-runners-jobs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ In this tutorial, you learn how to run Azure Pipelines agents as an [event-drive
6868

6969
Refer to [jobs restrictions](jobs.md#jobs-restrictions) for a list of limitations.
7070

71-
[!INCLUDE [container-apps-setup-cli-steps.md](../../includes/container-apps-setup-cli-steps.md)]
71+
[!INCLUDE [container-apps-create-cli-steps.md](../../includes/container-apps-create-cli-steps.md)]
7272

7373
## Create environment variables
7474

articles/container-apps/tutorial-scaling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ In this tutorial, you add an HTTP scale rule to your container app and observe h
2525
| GitHub Account | Get one for [free](https://github.com/join). |
2626
| Azure CLI | Install the [Azure CLI](/cli/azure/install-azure-cli). |
2727

28-
[!INCLUDE [container-apps-setup-cli-steps.md](../../includes/container-apps-setup-cli-steps.md)]
28+
[!INCLUDE [container-apps-create-cli-steps.md](../../includes/container-apps-create-cli-steps.md)]
2929

3030
## Create and deploy the container app
3131

0 commit comments

Comments
 (0)