Skip to content

Commit bbd8e00

Browse files
committed
fix tone
1 parent 739ee09 commit bbd8e00

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'Use Terraform to create Azure AI Foundry'
3-
description: In this article, you create an Azure AI Foundry resource, an Azure AI Foundry project, using Terraform infrastrucutre as code templates.
3+
description: In this article, you create an Azure AI Foundry resource, an Azure AI Foundry project, using Terraform infrastructure as code templates.
44
ms.topic: how-to
55
ms.date: 07/22/2025
66
titleSuffix: Azure AI Foundry
@@ -18,7 +18,7 @@ ai-usage: ai-assisted
1818

1919
# Use Terraform to create Azure AI Foundry resource
2020

21-
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.
21+
In this article, you use Terraform to create an [Azure AI Foundry](https://ai.azure.com/?cid=learnDocs) resource. You learn how to use Terraform to create AI Foundry management configurations including projects, deployments, and connections.
2222

2323
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

@@ -39,7 +39,6 @@ The examples used in article use the [AzAPI](https://learn.microsoft.com/azure/d
3939
- [Install and configure Terraform](/azure/developer/terraform/quickstart-configure)
4040

4141
## Implement a basic AI Foundry configuration using Terraform code
42-
!!!update TF samples!!!
4342

4443
> [!NOTE]
4544
> 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.

0 commit comments

Comments
 (0)