Skip to content

Commit 41c97e4

Browse files
committed
include simple example
1 parent fd4d2c0 commit 41c97e4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ai-usage: ai-assisted
2020

2121
In this article, you use Terraform to create an [Azure AI Foundry](https://ai.azure.com/?cid=learnDocs) resource. You will learn how to use Terraform to create AI Foundry management configurations including projects, deployments and connections.
2222

23-
The examples used in article use the [AzAPI](https://learn.microsoft.com/azure/developer/terraform/overview-azapi-provider) Terraform provider. Similar [AzureRM](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs) provider support is available via the classic AzureRM_AIServices module, but is limited in functionality to resource and deployment creation.
23+
The examples used in article use the [AzAPI](https://learn.microsoft.com/azure/developer/terraform/overview-azapi-provider) Terraform provider. Similar [AzureRM](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/ai_services) provider support is available via the classic `AzureRM_AIServices` module (using `aiservices` kind as value), but is limited in functionality to resource and deployment creation.
2424

2525
[!INCLUDE [About Terraform](~/azure-dev-docs-pr/articles/terraform/includes/abstract.md)]
2626

@@ -50,15 +50,15 @@ The examples used in article use the [AzAPI](https://learn.microsoft.com/azure/d
5050

5151
1. Create a file named `providers.tf` and insert the following code.
5252

53-
:::code language="Terraform" source="~/foundry-samples-main/samples/microsoft/infrastructure-setup-terraform/15a-private-network-standard-agent-setup/code/providers.tf":::
53+
:::code language="Terraform" source="~/foundry-samples-main/samples/microsoft/infrastructure-setup-terraform/00-basic/code/providers.tf":::
5454

5555
1. Create a file named `main.tf` and insert the following code.
5656

57-
:::code language="Terraform" source="~/foundry-samples-main/samples/microsoft/infrastructure-setup-terraform/15a-private-network-standard-agent-setup/code/main.tf":::
57+
:::code language="Terraform" source="~/foundry-samples-main/samples/microsoft/infrastructure-setup-terraform/00-basic/code/main.tf":::
5858

5959
1. Create a file named `variables.tf` and insert the following code.
6060

61-
:::code language="Terraform" source="~/foundry-samples-main/samples/microsoft/infrastructure-setup-terraform/15a-private-network-standard-agent-setup/code/variables.tf":::
61+
:::code language="Terraform" source="~/foundry-samples-main/samples/microsoft/infrastructure-setup-terraform/00-basic/code/variables.tf":::
6262

6363
## Initialize Terraform
6464

0 commit comments

Comments
 (0)