Skip to content

Commit a626e38

Browse files
committed
fix
1 parent e57951a commit a626e38

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

articles/ai-foundry/toc.yml

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ items:
1313
- name: Azure AI Foundry Models
1414
items:
1515
- name: Explore Foundry Models
16-
href: foundry-models/overview.md?context=/azure/ai-foundry/context/context
16+
href: concepts/foundry-models-overview.md
1717
- name: Models and capabilities
18-
href: foundry-models/concepts/models.md?context=/azure/ai-foundry/context/context
18+
href: foundry-models/concepts/models.md
1919
- name: Model versions
20-
href: foundry-models/concepts/model-versions.md?context=/azure/ai-foundry/context/context
20+
href: foundry-models/concepts/model-versions.md
2121
- name: Model lifecycle and retirement
2222
href: concepts/model-lifecycle-retirement.md
2323
- name: Data, privacy, and security for Model Catalog
2424
href: how-to/concept-data-privacy.md
2525
- name: Foundry Models quotas and limits
26-
href: foundry-models/quotas-limits.md?context=/azure/ai-foundry/context/context
26+
href: foundry-models/quotas-limits.md
2727
- name: Choose a model for your use case
2828
items:
2929
- name: Model leaderboards
@@ -37,41 +37,41 @@ items:
3737
- name: Deployment options in Azure AI Foundry portal
3838
href: concepts/deployments-overview.md
3939
- name: Deployment types
40-
href: foundry-models/concepts/deployment-types.md?context=/azure/ai-foundry/context/context
40+
href: foundry-models/concepts/deployment-types.md
4141
- name: Configure Models from Partners and Community
42-
href: foundry-models/how-to/configure-marketplace.md?context=/azure/ai-foundry/context/context
42+
href: foundry-models/how-to/configure-marketplace.md
4343
- name: Deploy Foundry Models
44-
href: foundry-models/how-to/create-model-deployments.md?context=/azure/ai-foundry/context/context
44+
href: foundry-models/how-to/create-model-deployments.md
4545
- name: Upgrade from GitHub Models to Azure AI Foundry Models
46-
href: foundry-models/how-to/quickstart-github-models.md?context=/azure/ai-foundry/context/context
46+
href: foundry-models/how-to/quickstart-github-models.md
4747
- name: Troubleshoot deployments and monitoring
4848
href: how-to/troubleshoot-deploy-and-monitor.md
4949
- name: Develop with AI models
5050
items:
5151
- name: Endpoints for Foundry Models
52-
href: foundry-models/concepts/endpoints.md?context=/azure/ai-foundry/context/context
52+
href: foundry-models/concepts/endpoints.md
5353
- name: Use Foundry Models in code
54-
href: foundry-models/how-to/inference.md?context=/azure/ai-foundry/context/context
54+
href: foundry-models/how-to/inference.md
5555
- name: Supported programming languages and SDKs
5656
href: ../ai-services/openai/supported-languages.md?context=/azure/ai-foundry/context/context
5757
- name: Azure AI Inference SDK
58-
href: foundry-models/supported-languages.md?context=/azure/ai-foundry/context/context
58+
href: foundry-models/supported-languages.md
5959
- name: Work with chat models
6060
items:
6161
- name: Work with chat completion models
62-
href: foundry-models/how-to/use-chat-completions.md?context=/azure/ai-foundry/context/context
62+
href: foundry-models/how-to/use-chat-completions.md
6363
- name: Work with reasoning models
64-
href: foundry-models/how-to/use-chat-reasoning.md?context=/azure/ai-foundry/context/context
64+
href: foundry-models/how-to/use-chat-reasoning.md
6565
- name: Work with multimodal models
66-
href: foundry-models/how-to/use-chat-multi-modal.md?context=/azure/ai-foundry/context/context
66+
href: foundry-models/how-to/use-chat-multi-modal.md
6767
- name: Use structured outputs
68-
href: foundry-models/how-to/use-structured-outputs.md?context=/azure/ai-foundry/context/context
68+
href: foundry-models/how-to/use-structured-outputs.md
6969
- name: Work with embedding models
7070
items:
7171
- name: Work with text embeddings
72-
href: foundry-models/how-to/use-embeddings.md?context=/azure/ai-foundry/context/context
72+
href: foundry-models/how-to/use-embeddings.md
7373
- name: Work with image embeddings
74-
href: foundry-models/how-to/use-image-embeddings.md?context=/azure/ai-foundry/context/context
74+
href: foundry-models/how-to/use-image-embeddings.md
7575
- name: Work with image models
7676
href: how-to/use-image-models.md
7777
- name: Develop with LangChain and LangGraph
@@ -83,7 +83,7 @@ items:
8383
- name: Deployment in AI hub
8484
items:
8585
- name: Connect your AI hub to the Azure AI Foundry resource
86-
href: foundry-models/how-to/configure-project-connection.md?context=/azure/ai-foundry/context/context
86+
href: foundry-models/how-to/configure-project-connection.md
8787
- name: Managed compute endpoints
8888
items:
8989
- name: Deploy models via managed compute
@@ -103,7 +103,7 @@ items:
103103
- name: Serverless API endpoints
104104
items:
105105
- name: Configure AI projects to work with Azure AI Foundry Models
106-
href: foundry-models/how-to/quickstart-ai-project.md?context=/azure/ai-foundry/context/context
106+
href: foundry-models/how-to/quickstart-ai-project.md
107107
- name: Deploy models via serverless API
108108
href: how-to/deploy-models-serverless.md
109109
- name: Consume models from a different project or hub
@@ -591,7 +591,7 @@ items:
591591
href: tutorials/copilot-sdk-evaluate.md
592592
displayName: code,sdk
593593
- name: Get started with DeepSeek-R1 reasoning model
594-
href: foundry-models/tutorials/get-started-deepseek-r1.md?context=/azure/ai-foundry/context/context
594+
href: foundry-models/tutorials/get-started-deepseek-r1.md
595595
- name: Deploy an enterprise chat web app
596596
href: tutorials/deploy-chat-web-app.md
597597
- name: Build a RAG solution using Azure AI Search
@@ -659,7 +659,7 @@ items:
659659
- name: Continuously evaluate your AI agents
660660
href: how-to/continuous-evaluation-agents.md
661661
- name: Monitor model deployments
662-
href: foundry-models/how-to/monitor-models.md?context=/azure/ai-foundry/context/context
662+
href: foundry-models/how-to/monitor-models.md
663663
- name: Trace your application
664664
href: how-to/develop/trace-application.md
665665
- name: Trace your agent
@@ -839,9 +839,9 @@ items:
839839
- name: Cost management for Foundry Models
840840
items:
841841
- name: Manage costs for Foundry Models
842-
href: foundry-models/how-to/manage-costs.md?context=/azure/ai-foundry/context/context
842+
href: foundry-models/how-to/manage-costs.md
843843
- name: Manage quotas and limits for Foundry Models
844-
href: foundry-models/quotas-limits.md?context=/azure/ai-foundry/context/context
844+
href: foundry-models/quotas-limits.md
845845
- name: Azure OpenAI quotas and limits
846846
href: ../ai-services/openai/quotas-limits.md?context=/azure/ai-foundry/context/context
847847
- name: What is the Provisioned Throughput offering (PTU)?
@@ -881,7 +881,7 @@ items:
881881
- name: Data protection & encryption
882882
items:
883883
- name: Configure key-less authentication
884-
href: foundry-models/how-to/configure-entra-id.md?context=/azure/ai-foundry/context/context
884+
href: foundry-models/how-to/configure-entra-id.md
885885
- name: Configure customer-managed keys
886886
href: concepts/encryption-keys-portal.md
887887
- name: Rotate keys
@@ -895,7 +895,7 @@ items:
895895
- name: Built-in policy to allow specific models
896896
href: how-to/built-in-policy-model-deployment.md
897897
- name: Custom policy to allow specific models
898-
href: foundry-models/how-to/configure-deployment-policies.md?context=/azure/ai-foundry/context/context
898+
href: foundry-models/how-to/configure-deployment-policies.md
899899
- name: Vulnerability management
900900
href: concepts/vulnerability-management.md
901901
- name: Disaster recovery
@@ -913,13 +913,13 @@ items:
913913
- name: Content filtering
914914
href: concepts/content-filtering.md
915915
- name: Content filtering for Foundry Models
916-
href: foundry-models/concepts/content-filter.md?context=/azure/ai-foundry/context/context
916+
href: foundry-models/concepts/content-filter.md
917917
- name: Configure content filtering for Foundry Models
918-
href: foundry-models/how-to/configure-content-filters.md?context=/azure/ai-foundry/context/context
918+
href: foundry-models/how-to/configure-content-filters.md
919919
- name: Default safety policies for Foundry Models
920-
href: foundry-models/concepts/default-safety-policies.md?context=/azure/ai-foundry/context/context
920+
href: foundry-models/concepts/default-safety-policies.md
921921
- name: Use blocklists
922-
href: foundry-models/how-to/use-blocklists.md?context=/azure/ai-foundry/context/context
922+
href: foundry-models/how-to/use-blocklists.md
923923

924924
- name: Transparency notes for Azure AI Services
925925
href: ../ai-services/responsible-use-of-ai-overview.md?context=/azure/ai-foundry/context/context

0 commit comments

Comments
 (0)