Skip to content

Commit 4064dde

Browse files
Merge pull request #7159 from sdgilley/sdg-updates
[BULK UPDATE] Standardize account language with include
2 parents de649cc + 40705d4 commit 4064dde

17 files changed

+32
-19
lines changed

articles/ai-foundry/how-to/built-in-policy-model-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Azure Policy provides built-in policy definitions that help you govern the deplo
2222
2323
## Prerequisites
2424

25-
- An Azure subscription. If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/) before you begin.
25+
- [!INCLUDE [azure-subscription](../includes/azure-subscription.md)]
2626
- Permissions to create and assign policies. To create and assign policies, you must be an [Owner](/azure/role-based-access-control/built-in-roles#owner) or [Resource Policy Contributor](/azure/role-based-access-control/built-in-roles#resource-policy-contributor) at the Azure subscription or resource group level.
2727
- Familiarity with Azure Policy. To learn more, see [What is Azure Policy?](/azure/governance/policy/overview).
2828

articles/ai-foundry/how-to/create-azure-ai-project-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Use a [Microsoft Bicep](/azure/azure-resource-manager/bicep/overview) file (temp
1919

2020
## Prerequisites
2121

22-
- An Azure subscription. If you don't have one, create a [free account](https://azure.microsoft.com/free/).
22+
- [!INCLUDE [azure-subscription](../includes/azure-subscription.md)]
2323

2424
- A copy of the files from the GitHub repo. To clone the GitHub repo to your local machine, you can use [Git](https://git-scm.com/). Use the following command to clone the quickstart repository to your local machine and navigate to the `aifoundry-basics` directory.
2525

articles/ai-foundry/how-to/create-hub-terraform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ In this article, you use Terraform to create an [Azure AI Foundry](https://ai.az
3636
3737
## Prerequisites
3838

39-
- Create an Azure account with an active subscription. You can [create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
39+
- [!INCLUDE [azure-subscription](../includes/azure-subscription.md)]
4040

4141
- [Install and configure Terraform](/azure/developer/terraform/quickstart-configure)
4242

articles/ai-foundry/how-to/create-resource-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Use a [Microsoft Bicep](/azure/azure-resource-manager/bicep/overview) file (temp
2121

2222
## Prerequisites
2323

24-
- An Azure subscription. If you don't have one, create a [free account](https://azure.microsoft.com/free/).
24+
[!INCLUDE [azure-subscription](../includes/azure-subscription.md)]
2525

2626
- A copy of the files from the GitHub repo. To clone the GitHub repo to your local machine, you can use [Git](https://git-scm.com/). Use the following command to clone the quickstart repository to your local machine and navigate to the `aifoundry-basics` directory.
2727

articles/ai-foundry/how-to/create-resource-terraform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The examples used in article use the [AzAPI](/azure/developer/terraform/overview
3333
3434
## Prerequisites
3535

36-
- Create an Azure account with an active subscription. You can [create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
36+
[!INCLUDE [azure-subscription](../includes/azure-subscription.md)]
3737

3838
- [Install and configure Terraform](/azure/developer/terraform/quickstart-configure).
3939

articles/ai-foundry/how-to/create-secure-ai-hub.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You can secure your [Azure AI Foundry](https://ai.azure.com/?cid=learnDocs) hub,
2727
2828
## Prerequisites
2929

30-
- An Azure subscription. If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free) before you begin.
30+
- [!INCLUDE [azure-subscription](../includes/azure-subscription.md)]
3131
- An Azure Virtual Network that you use to securely connect to Azure services. For example, you might use [Azure Bastion](/azure/bastion/bastion-overview), [VPN Gateway](/azure/vpn-gateway/vpn-gateway-about-vpngateways) or [ExpressRoute](/azure/expressroute/expressroute-introduction) to connect to the Azure Virtual Network from your on-premises network. If you don't have an Azure Virtual Network, you can create one by following the instructions in [Create a virtual network](/azure/virtual-network/quick-create-portal).
3232

3333
## Create a hub

articles/ai-foundry/how-to/develop/ai-template-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Available templates include:
3131

3232
## Prerequisites
3333

34-
- [Azure subscription](https://azure.microsoft.com/free)
34+
- [!INCLUDE [azure-subscription](../../includes/azure-subscription.md)]
3535
- Either a [[!INCLUDE [fdp-project-name](../../includes/fdp-project-name.md)]](../create-projects.md) or a [[!INCLUDE [hub-project-name](../../includes/hub-project-name.md)]](../hub-create-projects.md).
3636

3737
## Start with a sample application

articles/ai-foundry/how-to/develop/create-hub-project-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ In this article, you learn how to create the following [Azure AI Foundry](https:
2424
2525
## Prerequisites
2626

27-
- An Azure subscription. If you don't have an Azure subscription, create a free account before you begin. Try the [free or paid version of Azure AI Foundry](https://azure.microsoft.com/free/) today.
27+
- [!INCLUDE [azure-subscription](../../includes/azure-subscription.md)]
2828

2929
## Set up your environment
3030

articles/ai-foundry/how-to/develop/langchain.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 use the packages `langchain-azure-ai` to buil
2929

3030
To run this tutorial, you need:
3131

32-
* An [Azure subscription](https://azure.microsoft.com).
32+
* [!INCLUDE [azure-subscription](../../includes/azure-subscription.md)]
3333

3434
* A model deployment supporting the [Model Inference API](https://aka.ms/azureai/modelinference) deployed. In this example, we use a `Mistral-Large-2411` deployment in the [Foundry Models](../../../ai-foundry/model-inference/overview.md).
3535
* Python 3.9 or later installed, including pip.

articles/ai-foundry/how-to/develop/llama-index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ In this example, we're working with the **Model Inference API**.
2828

2929
To run this tutorial, you need:
3030

31-
* An [Azure subscription](https://azure.microsoft.com).
31+
* [!INCLUDE [azure-subscription](../../includes/azure-subscription.md)]
3232
* An Azure AI project as explained at [Create a project in Azure AI Foundry portal](../create-projects.md).
3333
* A model supporting the [Model Inference API](https://aka.ms/azureai/modelinference) deployed. In this example, we use a `Mistral-Large` deployment, but use any model of your preference. For using embeddings capabilities in LlamaIndex, you need an embedding model like `cohere-embed-v3-multilingual`.
3434

0 commit comments

Comments
 (0)