Skip to content

Commit 83bb4ea

Browse files
Merge pull request #306633 from v-thepet/free8
BULK PR 8 - Q&M: Azure-Trial Cleanup Project
2 parents faae2be + 162d905 commit 83bb4ea

124 files changed

Lines changed: 136 additions & 136 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

articles/container-apps/azure-arc-enable-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This tutorial shows how to enable Azure Container Apps on an Azure Arc–enabled
3131
Before you begin, make sure you have the following prerequisites in place:
3232

3333
- An Azure account with an active subscription.
34-
- If you don't have one, you [can create one for free](https://azure.microsoft.com/free/).
34+
- If you don't have one, you [can create one for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
3535
- Install the [Azure CLI](/cli/azure/install-azure-cli).
3636
- Access to a public or private container registry, such as the [Azure Container Registry](/azure/container-registry/).
3737

articles/container-apps/azure-pipelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Take the following steps to configure an Azure DevOps pipeline to deploy to Azur
9090

9191
| Requirement | Instructions |
9292
|--|--|
93-
| 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. Refer to [Assign Azure roles using the Azure portal](../role-based-access-control/role-assignments-portal.yml?tabs=current) for details. |
93+
| Azure account | If you don't have one, [create an account for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn). You need the *Contributor* or *Owner* permission on the Azure subscription to proceed. Refer to [Assign Azure roles using the Azure portal](../role-based-access-control/role-assignments-portal.yml?tabs=current) for details. |
9494
| Azure DevOps project | Go to [Azure DevOps](https://azure.microsoft.com/services/devops/) and select *Start free*. Then create a new project. |
9595
| Azure CLI | Install the [Azure CLI](/cli/azure/install-azure-cli).|
9696

articles/container-apps/containerapp-up.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To learn more about the `az containerapp up` command and its options, see [`az c
4141

4242
| Requirement | Instructions |
4343
|--|--|
44-
| 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. Refer to [Assign Azure roles using the Azure portal](../role-based-access-control/role-assignments-portal.yml?tabs=current) for details. |
44+
| Azure account | If you don't have one, [create an account for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn). You need the *Contributor* or *Owner* permission on the Azure subscription to proceed. Refer to [Assign Azure roles using the Azure portal](../role-based-access-control/role-assignments-portal.yml?tabs=current) for details. |
4545
| GitHub Account | If you use a GitHub repo, sign up for [free](https://github.com/join). |
4646
| Azure CLI | Install the [Azure CLI](/cli/azure/install-azure-cli).|
4747
|Local source code | You need to have a local source code directory if you use local source code. |

articles/container-apps/dapr-functions-extension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The [Dapr extension for Azure Functions](../azure-functions/functions-bindings-d
2525

2626
## Prerequisites
2727

28-
- [An Azure account with an active subscription.](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
28+
- [An Azure account with an active subscription.](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
2929
- [Install Azure CLI](/cli/azure/install-azure-cli)
3030

3131
## Set up the environment

articles/container-apps/deploy-artifact.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The following screenshot shows the output from the album API service you deploy.
2222

2323
| Requirement | Instructions |
2424
|--|--|
25-
| 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. |
25+
| Azure account | If you don't have one, [create an account for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn). 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. |
2626
| GitHub Account | Get one for [free](https://github.com/join). |
2727
| git | [Install git](https://git-scm.com/downloads) |
2828
| Azure CLI | Install the [Azure CLI](/cli/azure/install-azure-cli).|

articles/container-apps/deploy-visual-studio-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ In this tutorial, you'll deploy a containerized application to Azure Container A
1818

1919
## Prerequisites
2020

21-
- 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).
21+
- 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/pricing/purchase-options/azure-account?cid=msft_learn).
2222
- Visual Studio Code, available as a [free download](https://code.visualstudio.com/).
2323
- The following Visual Studio Code extensions installed:
2424
- The [Azure Account extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.azure-account)

articles/container-apps/deploy-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ In this tutorial, you deploy a containerized ASP.NET Core 8.0 application to Azu
1818

1919
## Prerequisites
2020

21-
- 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).
21+
- 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/pricing/purchase-options/azure-account?cid=msft_learn).
2222
- Visual Studio 2022 version 17.2 or higher, available as a [free download](https://visualstudio.microsoft.com).
2323

2424
## Create the project

articles/container-apps/functions-usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This article shows you how to create an [Azure Functions app in Azure Container
2020

2121
| Resource | Description |
2222
|---|---|
23-
| Azure account | An Azure account with an active subscription.<br><br>If you don't have one, you [can create one for free](https://azure.microsoft.com/free/). |
23+
| Azure account | An Azure account with an active subscription.<br><br>If you don't have one, you [can create one for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn). |
2424
| Azure Storage account | A [blob storage account](/azure/storage/common/storage-account-create?tabs=azure-portal) to store state for your Azure Functions. |
2525
| Azure Application Insights | An instance of [Azure Application Insights](/azure/azure-monitor/app/create-workspace-resource?tabs=portal) to collect data about your container app. |
2626

@@ -120,7 +120,7 @@ The following steps show you how to use a sample container image to create your
120120
## Prerequisites
121121

122122
- An Azure account with an active subscription.
123-
- If you don't have one, you [can create one for free](https://azure.microsoft.com/free/).
123+
- If you don't have one, you [can create one for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
124124
- Install the [Azure CLI](/cli/azure/install-azure-cli).
125125

126126
## Create a Functions App

articles/container-apps/get-started-existing-container-image-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This article demonstrates how to deploy an existing container to Azure Container
2222
## Prerequisites
2323

2424
- Azure account with an active subscription.
25-
- If you don't have one, you [can create one for free](https://azure.microsoft.com/free/).
25+
- If you don't have one, you [can create one for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
2626
## Setup
2727

2828
Begin by signing in to the [Azure portal](https://portal.azure.com).

articles/container-apps/get-started-existing-container-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This article demonstrates how to deploy an existing container to Azure Container
2323
## Prerequisites
2424

2525
- An Azure account with an active subscription.
26-
- If you don't have one, you [can create one for free](https://azure.microsoft.com/free/).
26+
- If you don't have one, you [can create one for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
2727
- Install the [Azure CLI](/cli/azure/install-azure-cli).
2828
- Access to a public or private container registry, such as the [Azure Container Registry](/azure/container-registry/).
2929

0 commit comments

Comments
 (0)