Skip to content

Commit ebe6836

Browse files
committed
use include in how-to's
1 parent 860e217 commit ebe6836

13 files changed

+15
-15
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-projects.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ Use the following tabs to select the method you plan to use to create a [!INCLUD
5151

5252
# [Azure AI Foundry portal](#tab/ai-foundry)
5353

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

5656
# [Python SDK](#tab/python)
5757

58-
- An Azure subscription. If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/).
58+
- [!INCLUDE [azure-subscription](../includes/azure-subscription.md)]
5959
- [Azure Machine Learning SDK v2](https://aka.ms/sdk-v2-install).
6060
- An Azure AI Foundry hub. If you don't have a hub, see [Create a hub using the Azure Machine Learning SDK and CLI](develop/create-hub-project-sdk.md).
6161
- [Azure CLI](/cli/azure/install-azure-cli)
@@ -64,7 +64,7 @@ Use the following tabs to select the method you plan to use to create a [!INCLUD
6464

6565
# [Azure CLI](#tab/azurecli)
6666

67-
- An Azure subscription. If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/).
67+
- [!INCLUDE [azure-subscription](../includes/azure-subscription.md)]
6868
- [Azure CLI and the machine learning extension](/azure/machine-learning/how-to-configure-cli). If you don't have the Azure CLI and machine learning extension installed, follow the steps in the [Install and set up the machine learning extension](/azure/machine-learning/how-to-configure-cli) article.
6969
- An Azure AI Foundry hub. If you don't have a hub, see [Create a hub using the Azure Machine Learning SDK and CLI](develop/create-hub-project-sdk.md).
7070

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
@@ -25,7 +25,7 @@ Available templates include:
2525

2626
## Prerequisites
2727

28-
- [Azure subscription](https://azure.microsoft.com/free)
28+
- [!INCLUDE [azure-subscription](../../includes/azure-subscription.md)]
2929
- Either a [[!INCLUDE [fdp-project-name](../../includes/fdp-project-name.md)]](../create-projects.md?pivots=fdp-project) or a [[!INCLUDE [hub-project-name](../../includes/hub-project-name.md)]](../create-projects.md?pivots=hub-project).
3030

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

0 commit comments

Comments
 (0)