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
Resource types under the same provider namespace share the same control plane, hence use similar [Azure RBAC](#link) actions, networking configurations and aliases for Azure Policy configuration. If you are upgrading from Azure OpenAI to Azure AI Foundry, this means your existing custom Azure policies and Azure RBAC options apply.
37
+
Resource types under the same provider namespace share the same control plane, hence use similar [Azure RBAC](https://learn.microsoft.com/azure/role-based-access-control/) actions, networking configurations and aliases for Azure Policy configuration. If you are upgrading from Azure OpenAI to Azure AI Foundry, this means your existing custom Azure policies and Azure RBAC options apply.
38
38
39
39
## Security-driven separation of concerns
40
40
@@ -48,15 +48,15 @@ Azure AI Foundry enforces a clear separation between management and development
48
48
49
49
## Computing infrastructure
50
50
51
-
Azure AI Foundry leverages a flexible compute architecture to support diverse [model access](../concepts/foundry-models-overview) and workload execution scenarios.
51
+
Azure AI Foundry leverages a flexible compute architecture to support diverse [model access](../concepts/foundry-models-overview.md) and workload execution scenarios.
52
52
53
53
- Model Hosting Architecture: Foundry models can be accessed in different ways:
54
54
55
55
1.[Standard deployment in Azure AI Foundry resources](deployments-overview.md#standard-deployment-in-azure-ai-foundry-resources)
56
56
1.[Deployment to serverless API endpoints](deployments-overview.md#serverless-api-endpoint)
57
-
1.[Deployment to managed computes](deployments-overview#managed-compute)
57
+
1.[Deployment to managed computes](deployments-overview.md#managed-compute)
58
58
59
-
For an overview of data, privacy and security considerations with these deployment options, see [Data, privacy, and security for use of models](../how-to/concept-data-privacy?branch=main)
59
+
For an overview of data, privacy and security considerations with these deployment options, see [Data, privacy, and security for use of models](../how-to/concept-data-privacy.md)
60
60
61
61
-**Workload Execution:** Agents, Evaluations and Batch jobs are executed as managed container compute, fully managed by Microsoft.
62
62
@@ -84,5 +84,5 @@ Users can optionally connect their own Azure Storage accounts. Foundry tools can
84
84
85
85
*[Azure AI Foundry Rollout Across My Organization](planning.md)
86
86
*[Customer-managed keys for encryption with Azure AI Foundry](encryption-keys-portal.md)
87
-
*[How to configure a private link for Azure AI Foundry](configure-private-link.md)
87
+
*[How to configure a private link for Azure AI Foundry](../how-to/configure-private-link.md)
88
88
*[Bring-your-own resources with Agent service](../agents/how-to/use-your-own-resources.md)
Copy file name to clipboardExpand all lines: articles/ai-foundry/how-to/create-resource-terraform.md
+5-9Lines changed: 5 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ ai-usage: ai-assisted
20
20
21
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.
22
22
23
-
The examples used in article use the [AzAPI](#link-to-do) Terraform provider. Similar [AzureRM](#link-to-do) 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) provider support is available via the classic AzureRM_AIServices module, but is limited in functionality to resource and deployment creation.
0 commit comments