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/concepts/planning.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,7 @@ Effective governance in Azure AI Foundry ensures secure, compliant, and cost-eff
116
116
117
117
When deploying models in AI Foundry, teams can choose between standard and provisioned [deployment types](../../ai-services/openai/how-to/deployment-types.md). Standard deployments are ideal for development and experimentation, offering flexibility and ease of setup. Provisioned deployments are recommended for production scenarios where predictable performance, cost control, and model version pinning are required.
118
118
119
-
To support cross-region scenarios and let you access existing model deployments, AI Foundry allows [connections](../connections-add.md?pivots=fdp-project) to model deployments hosted in other Foundry or Azure OpenAI instances. Connections enable teams to centralize deployments for experimentation while still enabling access from distributed projects. For production workloads, consider for use cases to manage its own deployments to ensure tighter control over model lifecycle, versioning, and rollback strategies.
119
+
To support cross-region scenarios and let you access existing model deployments, AI Foundry allows [connections](../how-to/connections-add.md?pivots=fdp-project) to model deployments hosted in other Foundry or Azure OpenAI instances. Connections enable teams to centralize deployments for experimentation while still enabling access from distributed projects. For production workloads, consider for use cases to manage its own deployments to ensure tighter control over model lifecycle, versioning, and rollback strategies.
120
120
121
121
To prevent overuse and ensure fair resource allocation, you can apply [Tokens Per Minute (TPM) limits at the deployment level](../../ai-services/openai/concepts/provisioned-throughput.md?tabs=global-ptum). TPM limits help control consumption, protect against accidental spikes, and align usage with project budgets or quotas. Consider setting conservative limits for shared deployments and higher thresholds for critical production services.
122
122
@@ -133,19 +133,19 @@ A hub resource is deployed side-by-side with your AI Foundry resource and takes
133
133
- Secure the AI Foundry Environment
134
134
135
135
- Authentication & RBAC: [Role-based access control in Azure AI Foundry](../concepts/rbac-azure-ai-foundry.md)
136
-
-- Networking: [Use a virtual network with Azure AI Foundry](../configure-private-link.md)
136
+
-- Networking: [Use a virtual network with Azure AI Foundry](../how-to/configure-private-link.md)
137
137
- Identity & Managed Identity: [Configure managed identity in Azure AI Foundry](../../ai-services/openai/how-to/managed-identity.md)
138
138
- Customer-Managed Keys (CMK): [Customer-managed keys in Azure AI Foundry](../concepts/encryption-keys-portal.md)
139
139
- Example infrastructure [templates repository with sample infrastructure templates](https://github.com/azure-ai-foundry/foundry-samples/tree/main/samples/microsoft/infrastructure-setup)
140
140
-[Recover or purge deleted Azure AI Foundry resources](../../ai-services/recover-purge-resources.md?context=/azure/ai-foundry/context/context)
141
141
142
142
- Establish Connectivity with Other Azure Services
143
143
144
-
- Overview of Connections: [Add a new connection in Azure AI Foundry](../connections-add.md)
144
+
- Overview of Connections: [Add a new connection in Azure AI Foundry](../how-to/connections-add.md)
145
145
146
146
- Governance
147
147
148
-
- Model Access Control with Azure Policy: [Control model deployment with built-in policies](../built-in-policy-model-deployment.md)
149
-
- Cost Management: [Plan and manage costs for Azure AI Foundry](../costs-plan-manage.md)
150
-
- Azure Monitor for Usage Tracking: [Monitor your Generative AI applications](../monitor-applications.md)
148
+
- Model Access Control with Azure Policy: [Control model deployment with built-in policies](../how-to/built-in-policy-model-deployment.md)
149
+
- Cost Management: [Plan and manage costs for Azure AI Foundry](../how-to/costs-plan-manage.md)
150
+
- Azure Monitor for Usage Tracking: [Monitor your Generative AI applications](../how-to/monitor-applications.md)
0 commit comments