|
2 | 2 | title: 'Use Terraform to create an Azure AI Foundry hub'
|
3 | 3 | description: In this article, you create an Azure AI Foundry hub, an Azure AI Foundry project, an AI services resource, and more resources.
|
4 | 4 | ms.topic: how-to
|
5 |
| -ms.date: 02/12/2025 |
| 5 | +ms.date: 03/07/2025 |
6 | 6 | titleSuffix: Azure AI Foundry
|
7 | 7 | ms.service: azure-ai-foundry
|
8 | 8 | manager: scottpolly
|
@@ -40,27 +40,27 @@ In this article, you use Terraform to create an [Azure AI Foundry](https://ai.az
|
40 | 40 | ## Implement the Terraform code
|
41 | 41 |
|
42 | 42 | > [!NOTE]
|
43 |
| -> The sample code for this article is located in the [Azure Terraform GitHub repo](https://github.com/Azure/terraform/tree/master/quickstart/101-ai-studio). You can view the log file containing the [test results from current and previous versions of Terraform](https://github.com/Azure/terraform/tree/master/quickstart/101-ai-studio/TestRecord.md). You may need to update the resource provider versions used in the template to use the latest available versions. |
| 43 | +> The sample code for this article is located in the [Azure Terraform GitHub repo](https://github.com/Azure/terraform/tree/master/quickstart/101-azure-ai-foundry). You can view the log file containing the [test results from current and previous versions of Terraform](https://github.com/Azure/terraform/tree/master/quickstart/101-azure-ai-foundry/TestRecord.md). You may need to update the resource provider versions used in the template to use the latest available versions. |
44 | 44 | >
|
45 | 45 | > See more [articles and sample code showing how to use Terraform to manage Azure resources](/azure/terraform)
|
46 | 46 |
|
47 | 47 | 1. Create a directory in which to test and run the sample Terraform code and make it the current directory.
|
48 | 48 |
|
49 | 49 | 1. Create a file named `providers.tf` and insert the following code.
|
50 | 50 |
|
51 |
| - :::code language="Terraform" source="~/terraform_samples/quickstart/101-ai-studio/providers.tf"::: |
| 51 | + :::code language="Terraform" source="~/terraform_samples/quickstart/101-azure-ai-foundry/providers.tf"::: |
52 | 52 |
|
53 | 53 | 1. Create a file named `main.tf` and insert the following code.
|
54 | 54 |
|
55 |
| - :::code language="Terraform" source="~/terraform_samples/quickstart/101-ai-studio/main.tf"::: |
| 55 | + :::code language="Terraform" source="~/terraform_samples/quickstart/101-azure-ai-foundry/main.tf"::: |
56 | 56 |
|
57 | 57 | 1. Create a file named `variables.tf` and insert the following code.
|
58 | 58 |
|
59 |
| - :::code language="Terraform" source="~/terraform_samples/quickstart/101-ai-studio/variables.tf"::: |
| 59 | + :::code language="Terraform" source="~/terraform_samples/quickstart/101-azure-ai-foundry/variables.tf"::: |
60 | 60 |
|
61 | 61 | 1. Create a file named `outputs.tf` and insert the following code.
|
62 | 62 |
|
63 |
| - :::code language="Terraform" source="~/terraform_samples/quickstart/101-ai-studio/outputs.tf"::: |
| 63 | + :::code language="Terraform" source="~/terraform_samples/quickstart/101-azure-ai-foundry/outputs.tf"::: |
64 | 64 |
|
65 | 65 | ## Initialize Terraform
|
66 | 66 |
|
|
0 commit comments