Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ms.topic: get-started

## Prerequisites

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

[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.

Expand Down
4 changes: 2 additions & 2 deletions docs/ai/get-started-app-chat-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ To follow along with this article, you need the following prerequisites:

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

* An Azure subscription - [Create one for free](https://azure.microsoft.com/free/ai-services?azure-portal=true)
* An Azure subscription - [Create one for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn)
* 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).
* GitHub account

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

* An Azure subscription - [Create one for free](https://azure.microsoft.com/free/ai-services?azure-portal=true)
* An Azure subscription - [Create one for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn)
* 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).
* [Azure Developer CLI](/azure/developer/azure-developer-cli)
* [Docker Desktop](https://www.docker.com/products/docker-desktop/) - Start Docker Desktop if it's not already running
Expand Down
2 changes: 1 addition & 1 deletion docs/ai/how-to/app-service-aoai-auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ A managed identity from Microsoft Entra ID allows your app to easily access othe

## Prerequisites

* An Azure account that has an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
* 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).
* [.NET SDK](https://dotnet.microsoft.com/download/visual-studio-sdks)
* [Create and deploy an Azure OpenAI Service resource](/azure/ai-services/openai/how-to/create-resource)
* [Create and deploy a .NET application to App Service](/azure/app-service/quickstart-dotnetcore)
Expand Down
2 changes: 1 addition & 1 deletion docs/ai/how-to/content-filtering.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The [Content Filtering](/azure/ai-services/openai/concepts/content-filter) docum

## Prerequisites

* An Azure account that has an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
* 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).
* [.NET SDK](https://dotnet.microsoft.com/download/visual-studio-sdks)
* [Create and deploy an Azure OpenAI Service resource](/azure/ai-services/openai/how-to/create-resource)

Expand Down
2 changes: 1 addition & 1 deletion docs/azure/create-azure-account.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ If you have a Visual Studio subscription, your subscription includes credits for

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion docs/azure/dotnet-dev-env-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This checklist is provided to help you make sure you have your development envir
To access Azure services or run applications in Azure, you need an Azure account.

* 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
* [Create a free Azure account](https://azure.microsoft.com/free/dotnet/) and receive $200 in credits and select services free for 12 months
* [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
* Use an account assigned to you by your company's Azure administrator

## Configure your IDE
Expand Down
2 changes: 1 addition & 1 deletion docs/azure/sdk/resource-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Those packages follow the [new Azure SDK guidelines](https://azure.github.io/azu

### Prerequisites

- An [Azure subscription](https://azure.microsoft.com/free/dotnet/).
- An [Azure subscription](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
- 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).

### Install the package
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The same OTel initialization works for OTLP as for Application Insights, the dif

## 3. Specify the connection string

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).
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).

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.

Expand Down
2 changes: 1 addition & 1 deletion docs/core/extensions/cloud-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ In this tutorial, you learn how to:

- The [.NET 5.0 SDK or later](https://dotnet.microsoft.com/download/dotnet).
- Docker Desktop ([Windows](https://docs.docker.com/docker-for-windows/install) or [Mac](https://docs.docker.com/docker-for-mac/install)).
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/dotnet).
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
- Depending on your developer environment of choice:
- [Visual Studio or Visual Studio Code](https://visualstudio.microsoft.com).
- [.NET CLI](../tools/index.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/devops/dotnet-publish-github-action.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ In this quickstart, you will learn how to create a GitHub workflow to publish yo

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

Expand Down
2 changes: 1 addition & 1 deletion docs/fsharp/using-fsharp-on-azure/table-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This tutorial shows how to write F# code to do some common tasks using Azure Tab

## Prerequisites

To use this guide, you must first [create an Azure storage account](/azure/storage/storage-create-storage-account) or [Azure Cosmos DB account](https://azure.microsoft.com/free/cosmos-db/).
To use this guide, you must first [create an Azure storage account](/azure/storage/storage-create-storage-account) or [Azure Cosmos DB account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).

## Create an F\# script and start F\# interactive

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ At the end of this quickstart, you have a scalable app running in Azure to provi

## Prerequisites

- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
- [Azure Developer CLI](/azure/developer/azure-developer-cli/install-azd)
- [.NET 8](https://dotnet.microsoft.com/download)
- [Docker](https://www.docker.com/)
Expand Down
Loading