Skip to content

Commit 8b63703

Browse files
authored
replace (#49084)
1 parent 32d6ae4 commit 8b63703

12 files changed

+13
-13
lines changed

docs/ai/get-started-app-chat-scaling-with-azure-container-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.topic: get-started
1212

1313
## Prerequisites
1414

15-
* Azure subscription. [Create one for free](https://azure.microsoft.com/free/ai-services?azure-portal=true).
15+
* Azure subscription. [Create one for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
1616

1717
[Dev containers](https://containers.dev/) are available for both samples, with all dependencies required to complete this article. You can run the dev containers in GitHub Codespaces (in a browser) or locally using Visual Studio Code.
1818

docs/ai/get-started-app-chat-template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ To follow along with this article, you need the following prerequisites:
5555

5656
#### [Codespaces (recommended)](#tab/github-codespaces)
5757

58-
* An Azure subscription - [Create one for free](https://azure.microsoft.com/free/ai-services?azure-portal=true)
58+
* An Azure subscription - [Create one for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn)
5959
* Azure account permissions - Your Azure account must have Microsoft.Authorization/roleAssignments/write permissions, such as [User Access Administrator](/azure/role-based-access-control/built-in-roles#user-access-administrator) or [Owner](/azure/role-based-access-control/built-in-roles#owner).
6060
* GitHub account
6161

6262
#### [Visual Studio Code](#tab/visual-studio-code)
6363

64-
* An Azure subscription - [Create one for free](https://azure.microsoft.com/free/ai-services?azure-portal=true)
64+
* An Azure subscription - [Create one for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn)
6565
* Azure account permissions - Your Azure account must have Microsoft.Authorization/roleAssignments/write permissions, such as [User Access Administrator](/azure/role-based-access-control/built-in-roles#user-access-administrator) or [Owner](/azure/role-based-access-control/built-in-roles#owner).
6666
* [Azure Developer CLI](/azure/developer/azure-developer-cli)
6767
* [Docker Desktop](https://www.docker.com/products/docker-desktop/) - Start Docker Desktop if it's not already running

docs/ai/how-to/app-service-aoai-auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ A managed identity from Microsoft Entra ID allows your app to easily access othe
1717

1818
## Prerequisites
1919

20-
* An Azure account that has an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
20+
* An Azure account that has an active subscription. [Create an account for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
2121
* [.NET SDK](https://dotnet.microsoft.com/download/visual-studio-sdks)
2222
* [Create and deploy an Azure OpenAI Service resource](/azure/ai-services/openai/how-to/create-resource)
2323
* [Create and deploy a .NET application to App Service](/azure/app-service/quickstart-dotnetcore)

docs/ai/how-to/content-filtering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The [Content Filtering](/azure/ai-services/openai/concepts/content-filter) docum
1616

1717
## Prerequisites
1818

19-
* An Azure account that has an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
19+
* An Azure account that has an active subscription. [Create an account for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
2020
* [.NET SDK](https://dotnet.microsoft.com/download/visual-studio-sdks)
2121
* [Create and deploy an Azure OpenAI Service resource](/azure/ai-services/openai/how-to/create-resource)
2222

docs/azure/create-azure-account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ If you have a Visual Studio subscription, your subscription includes credits for
1818

1919
## Option 2: Sign up for a free Azure account
2020

21-
You can create an [Azure account for free](https://azure.microsoft.com/free/dotnet/) and receive 12 months of popular services for free and a $200 credit to explore Azure for 30 days.
21+
You can create an [Azure account for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn) and receive 12 months of popular services for free and a $200 credit to explore Azure for 30 days.
2222

2323
## Option 3: Sign up for a pay-as-you-go account
2424

docs/azure/dotnet-dev-env-checklist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This checklist is provided to help you make sure you have your development envir
1515
To access Azure services or run applications in Azure, you need an Azure account.
1616

1717
* If you are a Visual Studio subscriber, you have monthly [free Azure credits](https://azure.microsoft.com/pricing/member-offers/credit-for-visual-studio-subscribers/) available to you every month
18-
* [Create a free Azure account](https://azure.microsoft.com/free/dotnet/) and receive $200 in credits and select services free for 12 months
18+
* [Create a free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn) and receive $200 in credits and select services free for 12 months
1919
* Use an account assigned to you by your company's Azure administrator
2020

2121
## Configure your IDE

docs/azure/sdk/resource-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Those packages follow the [new Azure SDK guidelines](https://azure.github.io/azu
2424

2525
### Prerequisites
2626

27-
- An [Azure subscription](https://azure.microsoft.com/free/dotnet/).
27+
- An [Azure subscription](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
2828
- A [TokenCredential](/dotnet/api/azure.core.tokencredential?view=azure-dotnet&preserve-view=false) implementation, such as an [Azure Identity library credential type](/dotnet/api/overview/azure/Identity-readme#credential-classes).
2929

3030
### Install the package

docs/core/diagnostics/observability-applicationinsights.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The same OTel initialization works for OTLP as for Application Insights, the dif
3939

4040
## 3. Specify the connection string
4141

42-
If you're not already an Azure customer, you can create a free account at [https://azure.microsoft.com/free/](https://azure.microsoft.com/free/). Log in to the Azure Portal, and either select an existing Application Insights resource or create a new one with [https://ms.portal.azure.com/#create/Microsoft.AppInsights](https://ms.portal.azure.com/#create/Microsoft.AppInsights).
42+
If you're not already an Azure customer, you can create a free account at [https://azure.microsoft.com/free/](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn). Log in to the Azure Portal, and either select an existing Application Insights resource or create a new one with [https://ms.portal.azure.com/#create/Microsoft.AppInsights](https://ms.portal.azure.com/#create/Microsoft.AppInsights).
4343

4444
Application Insights identifies which instance to use to store and process data through an instrumentation key and connection string that are found at the top right side of the portal UI.
4545

docs/core/extensions/cloud-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In this tutorial, you learn how to:
2929

3030
- The [.NET 5.0 SDK or later](https://dotnet.microsoft.com/download/dotnet).
3131
- Docker Desktop ([Windows](https://docs.docker.com/docker-for-windows/install) or [Mac](https://docs.docker.com/docker-for-mac/install)).
32-
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/dotnet).
32+
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
3333
- Depending on your developer environment of choice:
3434
- [Visual Studio or Visual Studio Code](https://visualstudio.microsoft.com).
3535
- [.NET CLI](../tools/index.md)

docs/devops/dotnet-publish-github-action.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ In this quickstart, you will learn how to create a GitHub workflow to publish yo
1515

1616
- A [GitHub account](https://github.com/join).
1717
- A .NET source code repository.
18-
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/dotnet).
18+
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
1919
- An ASP.NET Core web app.
2020
- An Azure App Service resource.
2121

0 commit comments

Comments
 (0)