You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-foundry/how-to/create-resource-terraform.md
+13-11Lines changed: 13 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,17 +19,19 @@ ai-usage: ai-assisted
19
19
20
20
In this article, you use Terraform to manage an [Azure AI Foundry](https://ai.azure.com/?cid=learnDocs) resource. You learn how to use Terraform to manage AI Foundry management configurations including projects, deployments, and connections.
21
21
22
-
You can use either the [AzAPI](/azure/developer/terraform/overview-azapi-provider) or [AzureRM](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/cognitive_account) Terraform provider to manage Azure AI Foundry resources. While the AzAPI provider lets you access to all Foundry control plane configurations including preview features, the AzureRM variant is limited to core management capabilities.
22
+
You can use either the Terraform [AzAPI Provider](/azure/developer/terraform/overview-azapi-provider) or [AzureRM Provider](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/cognitive_account) to manage Azure AI Foundry resources. While the AzAPI provider lets you access all Foundry control plane configurations including preview features, the AzureRM variant is limited to core management capabilities:
23
+
24
+
|Action|AzAPI Provider|AzureRM Provider|
25
+
| --- | --- | --- |
26
+
| Create a resource group | ✅ | ✅ |
27
+
| Create an AI Foundry resource | ✅ | ✅ |
28
+
| Configure deployments | ✅ | ✅ |
29
+
| Configure projects | ✅ | - |
30
+
| Configure a connection to knowledge and tools | ✅ | - |
0 commit comments