Skip to content

Commit 571351a

Browse files
committed
fix more relative links
1 parent 951b2ce commit 571351a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/ai-foundry/concepts/planning.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Effective governance in Azure AI Foundry ensures secure, compliant, and cost-eff
116116

117117
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.
118118

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.
120120

121121
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.
122122

@@ -133,19 +133,19 @@ A hub resource is deployed side-by-side with your AI Foundry resource and takes
133133
- Secure the AI Foundry Environment
134134

135135
- 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)
137137
- Identity & Managed Identity: [Configure managed identity in Azure AI Foundry](../../ai-services/openai/how-to/managed-identity.md)
138138
- Customer-Managed Keys (CMK): [Customer-managed keys in Azure AI Foundry](../concepts/encryption-keys-portal.md)
139139
- Example infrastructure [templates repository with sample infrastructure templates](https://github.com/azure-ai-foundry/foundry-samples/tree/main/samples/microsoft/infrastructure-setup)
140140
- [Recover or purge deleted Azure AI Foundry resources](../../ai-services/recover-purge-resources.md?context=/azure/ai-foundry/context/context)
141141

142142
- Establish Connectivity with Other Azure Services
143143

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)
145145

146146
- Governance
147147

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)
151151

0 commit comments

Comments
 (0)