Skip to content

Commit ef90131

Browse files
committed
fixing links
1 parent 50ddd1d commit ef90131

14 files changed

+26
-26
lines changed

articles/ai-foundry/.openpublishing.redirection.ai-studio.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"redirect_document_id": true
7777
},
7878
{
79-
"source_path_from_root": "/articles/ai-studio/concepts/modele-lifecycle-retirement.md",
79+
"source_path_from_root": "/articles/ai-studio/concepts/model-lifecycle-retirement.md",
8080
"redirect_url": "/azure/ai-foundry/concepts/model-lifecycle-retirement",
8181
"redirect_document_id": true
8282
},

articles/ai-foundry/concepts/deployments-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ Azure AI Foundry encourages customers to explore the deployment options and pick
6666
* [Configure your AI project to use Azure AI model inference](../../ai-foundry/model-inference/how-to/quickstart-ai-project.md)
6767
* [Add and configure models to Azure AI model inference](../model-inference/how-to/create-model-deployments.md)
6868
* [Deploy Azure OpenAI models with Azure AI Foundry](../how-to/deploy-models-openai.md)
69-
* [Deploy open models with Azure AI Foundry](../how-to/deploy-models-open.md)
69+
* [Deploy open models with Azure AI Foundry](../how-to/deploy-models-managed.md)
7070
* [Model catalog and collections in Azure AI Foundry portal](../how-to/model-catalog-overview.md)

articles/ai-foundry/how-to/deploy-models-timegen-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.custom: references_regions, build-2024, ignite-2024
1818
[!INCLUDE [feature-preview](../includes/feature-preview.md)]
1919

2020
In this article, you learn how to use Azure AI Foundry to deploy the TimeGEN-1 model as a serverless API with pay-as-you-go billing.
21-
You filter on the Nixtla collection to browse the TimeGEN-1 model in the [Model Catalog](model-catalog.md).
21+
You filter on the Nixtla collection to browse the TimeGEN-1 model in the [Model Catalog](model-catalog-overview.md).
2222

2323
The Nixtla TimeGEN-1 is a generative, pretrained forecasting and anomaly detection model for time series data. TimeGEN-1 can produce accurate forecasts for new time series without training, using only historical values and exogenous covariates as inputs.
2424

articles/ai-foundry/how-to/fine-tune-managed-compute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To improve model performance, you might consider fine-tuning a foundation model
3232

3333
- An [Azure AI Foundry project](create-projects.md).
3434

35-
- Azure role-based access controls (Azure RBAC) are used to grant access to operations in Azure AI Foundry portal. To perform the steps in this article, your user account must be assigned the __owner__ or __contributor__ role for the Azure subscription. For more information on permissions, see [Role-based access control in Azure AI Foundry portal](../concepts/rbac-ai-studio.md).
35+
- Azure role-based access controls (Azure RBAC) are used to grant access to operations in Azure AI Foundry portal. To perform the steps in this article, your user account must be assigned the __owner__ or __contributor__ role for the Azure subscription. For more information on permissions, see [Role-based access control in Azure AI Foundry portal](../concepts/rbac-ai-foundry.md).
3636

3737
## Fine-tune a foundation model using managed compute
3838

articles/ai-foundry/how-to/fine-tune-serverless.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ In this article, you learn how to fine-tune models that are deployed via serverl
3232

3333
- An [Azure AI Foundry project](create-projects.md).
3434

35-
- Azure role-based access controls (Azure RBAC) are used to grant access to operations in Azure AI Foundry portal. To perform the steps in this article, your user account must be assigned the __owner__ or __contributor__ role for the Azure subscription. For more information on permissions, see [Role-based access control in Azure AI Foundry portal](../concepts/rbac-ai-studio.md).
35+
- Azure role-based access controls (Azure RBAC) are used to grant access to operations in Azure AI Foundry portal. To perform the steps in this article, your user account must be assigned the __owner__ or __contributor__ role for the Azure subscription. For more information on permissions, see [Role-based access control in Azure AI Foundry portal](../concepts/rbac-ai-foundry.md).
3636

3737

3838
## Find models with fine-tuning support
@@ -256,6 +256,6 @@ Models deployed as a service with pay-as-you-go billing are protected by Azure A
256256
257257
258258
## Next steps
259-
- [What is Azure AI Foundry?](../what-is-ai-studio.md)
259+
- [What is Azure AI Foundry?](../what-is-ai-foundry.md)
260260
- [Learn more about deploying Mistral models](./deploy-models-mistral.md)
261261
- [Azure AI FAQ article](../faq.yml)

articles/ai-foundry/how-to/flow-deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Follow the steps below to deploy a prompt flow as an online endpoint in Azure AI
7979
For more information, see the sections below.
8080

8181
> [!TIP]
82-
> For a guide about how to deploy a base model, see [Deploying models with Azure AI Foundry](deploy-models-open.md).
82+
> For a guide about how to deploy a base model, see [Deploying models with Azure AI Foundry](deploy-models-managed.md).
8383
8484
## Settings and configurations
8585

@@ -246,6 +246,6 @@ If you aren't going use the endpoint after completing this tutorial, you should
246246
247247
## Next steps
248248

249-
- Learn more about what you can do in [Azure AI Foundry](../what-is-ai-studio.md)
249+
- Learn more about what you can do in [Azure AI Foundry](../what-is-ai-foundry.md)
250250
- Get answers to frequently asked questions in the [Azure AI FAQ article](../faq.yml)
251251
- [Enable trace and collect feedback for your deployment](./develop/trace-production-sdk.md)

articles/ai-foundry/how-to/index-add.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ You must have:
8585
## Related content
8686

8787
- [Learn more about RAG](../concepts/retrieval-augmented-generation.md)
88-
- [Build and consume an index using code](./develop/index-build-consume-sdk.md)
88+
- [Build and consume an index using code](../tutorials/copilot-sdk-create-resources.md)

articles/ai-foundry/how-to/model-catalog-overview.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The model catalog organizes models into different collections:
3333

3434
* **Azure OpenAI models exclusively available on Azure**: Flagship Azure OpenAI models available through an integration with Azure OpenAI Service. Microsoft supports these models and their use according to the product terms and [SLA for Azure OpenAI Service](https://www.microsoft.com/licensing/docs/view/Service-Level-Agreements-SLA-for-Online-Services).
3535

36-
* **Open models from the Hugging Face hub**: Hundreds of models from the Hugging Face hub for real-time inference with managed compute. Hugging Face creates and maintains models listed in this collection. For help, use the [Hugging Face forum](https://discuss.huggingface.co) or [Hugging Face support](https://huggingface.co/support). Learn more in [Deploy open models with Azure AI Foundry](deploy-models-open.md).
36+
* **Open models from the Hugging Face hub**: Hundreds of models from the Hugging Face hub for real-time inference with managed compute. Hugging Face creates and maintains models listed in this collection. For help, use the [Hugging Face forum](https://discuss.huggingface.co) or [Hugging Face support](https://huggingface.co/support). Learn more in [Deploy open models with Azure AI Foundry](deploy-models-managed.md).
3737

3838
You can submit a request to add a model to the model catalog by using [this form](https://forms.office.com/pages/responsepage.aspx?id=v4j5cvGGr0GRqy180BHbR_frVPkg_MhOoQxyrjmm7ZJUM09WNktBMURLSktOWEdDODBDRjg2NExKUy4u).
3939

@@ -97,7 +97,7 @@ Nixtla | Not available | TimeGEN-1
9797
AI models evolve fast, and when a new version or a new model with updated capabilities in the same model family become available, older models may be retired in the AI Foundry model catalog. To allow for a smooth transition to a newer model version, some models provide users with the option to enable automatic updates. To learn more about the model lifecycle of different models, upcoming model retirement dates, and suggested replacement models and versions, see:
9898

9999
- [Azure OpenAI Service model deprecations and retirements](../../ai-services/openai/concepts/model-retirements.md)
100-
- [Serverless API model deprecations and retirements](../../ai-studio/concepts/model-lifecycle-retirement.md)
100+
- [Serverless API model deprecations and retirements](../concepts/model-lifecycle-retirement.md)
101101

102102
## Managed compute
103103

@@ -117,12 +117,12 @@ The registries build on top of a highly scalable and enterprise-ready infrastruc
117117

118118
### Deployment of models for inference with managed compute
119119

120-
Models available for deployment to managed compute can be deployed to Azure Machine Learning managed compute for real-time inference. Deploying to managed compute requires you to have a virtual machine quota in your Azure subscription for the specific products that you need to optimally run the model. Some models allow you to deploy to a [temporarily shared quota for model testing](deploy-models-open.md).
120+
Models available for deployment to managed compute can be deployed to Azure Machine Learning managed compute for real-time inference. Deploying to managed compute requires you to have a virtual machine quota in your Azure subscription for the specific products that you need to optimally run the model. Some models allow you to deploy to a [temporarily shared quota for model testing](deploy-models-managed.md).
121121

122122
Learn more about deploying models:
123123

124124
* [Deploy Meta Llama models](deploy-models-llama.md)
125-
* [Deploy Azure AI Foundry open models](deploy-models-open.md)
125+
* [Deploy Azure AI Foundry open models](deploy-models-managed.md)
126126

127127
### Building generative AI apps with managed compute
128128

@@ -199,5 +199,5 @@ To set the public network access flag for the Azure AI Foundry hub:
199199

200200
## Related content
201201

202-
* [Explore foundation models in Azure AI Foundry portal](models-foundation-azure-ai.md)
203-
* [Model deprecation and retirement in Azure AI model catalog](../concepts/model-lifecycle-and-retirement.md)
202+
* [Explore foundation models in Azure AI Foundry portal](../ai-services/how-to/connect-ai-services.md)
203+
* [Model deprecation and retirement in Azure AI model catalog](../concepts/model-lifecycle-retirement.md)

articles/ai-foundry/how-to/monitor-quality-safety.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Before following the steps in this article, make sure you have the following pre
4848

4949
- A prompt flow ready for deployment. If you don't have one, see [Develop a prompt flow](flow-develop.md).
5050

51-
- Azure role-based access controls (Azure RBAC) are used to grant access to operations in Azure AI Foundry portal. To perform the steps in this article, your user account must be assigned the __Azure AI Developer role__ on the resource group. For more information on permissions, see [Role-based access control in Azure AI Foundry portal](../concepts/rbac-ai-studio.md).
51+
- Azure role-based access controls (Azure RBAC) are used to grant access to operations in Azure AI Foundry portal. To perform the steps in this article, your user account must be assigned the __Azure AI Developer role__ on the resource group. For more information on permissions, see [Role-based access control in Azure AI Foundry portal](../concepts/rbac-ai-foundry.md).
5252

5353
# [Python SDK](#tab/python)
5454

@@ -539,5 +539,5 @@ After you create your monitor from the SDK, you can [consume the monitoring resu
539539

540540
## Related content
541541

542-
- Learn more about what you can do in [Azure AI Foundry](../what-is-ai-studio.md).
542+
- Learn more about what you can do in [Azure AI Foundry](../what-is-ai-foundry.md).
543543
- Get answers to frequently asked questions in the [Azure AI FAQ article](../faq.yml).

articles/ai-foundry/how-to/secure-data-playground.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ For more information on assigning roles, see [Tutorial: Grant a user access to r
216216
217217
## Use your data in Azure AI Foundry portal
218218
219-
Now, the data you add to Azure AI Foundry is secured to the isolated network provided by your Azure AI Foundry hub and project. For an example of using data, visit the [build a question and answer copilot](../tutorials/deploy-copilot-ai-studio.md) tutorial.
219+
Now, the data you add to Azure AI Foundry is secured to the isolated network provided by your Azure AI Foundry hub and project. For an example of using data, visit the [build a question and answer copilot](../tutorials/deploy-copilot-ai-foundry.md) tutorial.
220220
221221
## Deploy web apps
222222

0 commit comments

Comments
 (0)