Skip to content

Commit f4c0e54

Browse files
committed
fixing links
1 parent 31132aa commit f4c0e54

File tree

10 files changed

+28
-19
lines changed

10 files changed

+28
-19
lines changed

articles/ai-foundry/ai-services/content-safety-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ Refer to the [Content Safety overview](/azure/ai-services/content-safety/overvie
4646

4747
## Next step
4848

49-
Get started using Azure AI Content Safety in [Azure AI Foundry portal](https://ai.azure.com) by following the [How-to guide](./how-to/content-safety.md).
49+
Get started using Azure AI Content Safety in [Azure AI Foundry portal](https://ai.azure.com) by following the [How-to guide](/azure/ai-services/content-safety/how-to/foundry).

articles/ai-foundry/ai-services/how-to/connect-azure-openai.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Here are a few guides to help you get started with Azure OpenAI Service playgrou
100100
- [Quickstart: Use the chat playground](../../quickstarts/get-started-playground.md)
101101
- [Quickstart: Get started using Azure OpenAI Assistants](../../../ai-services/openai/assistants-quickstart.md?context=/azure/ai-studio/context/context)
102102
- [Quickstart: Use GPT-4o in the real-time audio playground](../../../ai-services/openai/realtime-audio-quickstart.md?context=/azure/ai-studio/context/context)
103-
- [Quickstart: Analyze images and video in the chat playground](../../quickstarts/multimodal-vision.md)
103+
- [Quickstart: Analyze images and video in the chat playground](/azure/ai-services/openai/gpt-v-quickstart)
104104

105105
Each playground has different model requirements and capabilities. The supported regions vary depending on the model. For more information about model availability per region, see the [Azure OpenAI Service models documentation](../../../ai-services/openai/concepts/models.md).
106106

@@ -145,5 +145,5 @@ At some point, you want to develop apps with code. Here are some developer resou
145145

146146
## Related content
147147

148-
- [Azure OpenAI in Azure AI Foundry portal](../../azure-openai-in-ai-studio.md)
148+
- [Azure OpenAI in Azure AI Foundry portal](../../azure-openai-in-ai-foundry.md)
149149
- [Use Azure AI services resources](./connect-ai-services.md)

articles/ai-foundry/concepts/ai-resources.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,6 @@ In the Azure portal, you can find resources that correspond to your project in A
128128

129129
## Next steps
130130

131-
- [Quickstart: Analyze images and video in the chat playground](../quickstarts/multimodal-vision.md)
132-
- [Learn more about Azure AI Foundry](../what-is-ai-studio.md)
131+
- [Quickstart: Analyze images and video in the chat playground](/azure/ai-services/openai/gpt-v-quickstart)
132+
- [Learn more about Azure AI Foundry](../what-is-ai-foundry.md)
133133
- [Learn more about projects](../how-to/create-projects.md)

articles/ai-foundry/concepts/architecture.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ At the top level, Azure AI Foundry provides access to the following resources:
2828

2929
When you use Azure AI Foundry portal, you can directly work with Azure OpenAI without an Azure Studio project. Or you can use Azure OpenAI through a project.
3030

31-
For more information, visit [Azure OpenAI in Azure AI Foundry portal](../azure-openai-in-ai-studio.md).
31+
For more information, visit [Azure OpenAI in Azure AI Foundry portal](../azure-openai-in-ai-foundry.md).
3232

3333
- **Management center**: The management center streamlines governance and management of Azure AI Foundry resources such as hubs, projects, connected resources, and deployments.
3434

@@ -108,7 +108,7 @@ Azure AI services including Azure OpenAI provide control plane endpoints for ope
108108

109109
To reduce the complexity of Azure RBAC management, Azure AI Foundry provides a *control plane proxy* that allows you to perform operations on connected Azure AI services and Azure OpenAI resources. Performing operations on these resources through the control plane proxy only requires Azure RBAC permissions on the hub. The Azure AI Foundry service then performs the call to the Azure AI services or Azure OpenAI control plane endpoint on your behalf.
110110

111-
For more information, see [Role-based access control in Azure AI Foundry portal](rbac-ai-studio.md).
111+
For more information, see [Role-based access control in Azure AI Foundry portal](rbac-ai-foundry.md).
112112

113113
## Attribute-based access control
114114

articles/ai-foundry/faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,5 @@ sections:
8282
additionalContent: |
8383
8484
## Next steps
85-
- [Azure AI Foundry](what-is-ai-studio.md)
85+
- [Azure AI Foundry](what-is-ai-foundry.md)
8686
- [Plan and manage costs](./how-to/costs-plan-manage.md)

articles/ai-services/language-service/tutorials/prompt-flow.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,25 @@ ms.date: 01/31/2025
1313
> [!IMPORTANT]
1414
> Some of the features described in this article might only be available in preview. This preview is provided without a service-level agreement, and we don't recommend it for production workloads. Certain features might not be supported or might have constrained capabilities. For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
1515
16-
[Prompt flow in Azure AI Foundry portal](../../../ai-studio/how-to/prompt-flow.md) is a development tool designed to streamline the entire development cycle of AI applications powered by Large Language Models (LLMs). You can explore and quickly start to use and fine-tune various natural language processing capabilities from Azure AI Language, reducing your time to value and deploying solutions with reliable evaluation.
16+
[Prompt flow in Azure AI Foundry portal](../../../ai-foundry/how-to/prompt-flow.md) is a development tool designed to streamline the entire development cycle of AI applications powered by Large Language Models (LLMs). You can explore and quickly start to use and fine-tune various natural language processing capabilities from Azure AI Language, reducing your time to value and deploying solutions with reliable evaluation.
1717

1818
This tutorial teaches you how to use Language in prompt flow utilizing [Azure AI Foundry](https://ai.azure.com).
1919

2020
## Prerequisites
2121

2222
- An Azure subscription - <a href="https://azure.microsoft.com/free/cognitive-services" target="_blank">Create one for free</a>.
2323

24-
- You need an Azure AI Foundry hub or permissions to create one. Your user role must be **Azure AI Developer**, **Contributor**, or **Owner** on the hub. For more information, see [hubs](../../../ai-studio/concepts/ai-resources.md) and [Azure AI roles](../../../ai-studio/concepts/rbac-ai-studio.md).
24+
- You need an Azure AI Foundry hub or permissions to create one. Your user role must be **Azure AI Developer**, **Contributor**, or **Owner** on the hub. For more information, see [hubs](../../../ai-foundry/concepts/ai-resources.md) and [Azure AI roles](../../../ai-foundry/concepts/rbac-ai-foundry.md).
2525
- If your role is **Contributor** or **Owner**, you can [create a hub in this tutorial](#create-a-project-in-azure-ai-foundry-portal).
2626
- If your role is **Azure AI Developer**, the hub must already be created.
2727

28-
- Your subscription needs to be below your [quota limit](../../../ai-studio/how-to/quota.md) to deploy a new flow in this tutorial.
28+
- Your subscription needs to be below your [quota limit](../../../ai-foundry/how-to/quota.md) to deploy a new flow in this tutorial.
2929

3030
## Create a project in Azure AI Foundry portal
3131

3232
Your project is used to organize your work and save state.
3333

34-
[!INCLUDE [Create project](../../../ai-studio/includes/create-projects.md)]
34+
[!INCLUDE [Create project](../../../ai-foundry/includes/create-projects.md)]
3535

3636
## Using Azure AI Language via the prompt flow gallery
3737

articles/ai-services/openai/how-to/content-filters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ You can configure the following filter categories in addition to the default har
4747
| Protected material - text | GA| On | Completion | Identifies and blocks known text content from being displayed in the model output (for example, song lyrics, recipes, and selected web content). |
4848
| Groundedness* | Preview |Off | Completion |Detects whether the text responses of large language models (LLMs) are grounded in the source materials provided by the users. Ungroundedness refers to instances where the LLMs produce information that is non-factual or inaccurate from what was present in the source materials. Requires: [Document embedding and formatting](/azure/ai-services/openai/concepts/content-filter?tabs=warning%2Cuser-prompt%2Cpython-new#embedding-documents-in-your-prompt).|
4949

50-
[!INCLUDE [create-content-filter](../../../ai-studio/includes/create-content-filter.md)]
50+
[!INCLUDE [create-content-filter](../../../ai-foundry/includes/create-content-filter.md)]
5151

5252
## Report content filtering feedback
5353

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,16 @@
155155
"redirect_url": "/azure/ai-foundry/reference/region-support",
156156
"redirect_document_id": true
157157
},
158-
158+
{
159+
"source_path_from_root": "/articles/ai-studio/index",
160+
"redirect_url": "/azure/ai-foundry/index",
161+
"redirect_document_id": true
162+
},
163+
{
164+
"source_path_from_root": "/articles/ai-studio/faq.md",
165+
"redirect_url": "/azure/ai-foundry/faq",
166+
"redirect_document_id": true
167+
},
159168

160169
{
161170
"source_path_from_root": "/articles/ai-studio/responsible-use-of-ai-overview.md",

articles/machine-learning/concept-model-catalog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Deploying a model through MaaS allows users to get access to ready to use infere
126126

127127
### Fine-tune models through MaaS with Pay-as-you-go
128128

129-
For models that are available through MaaS and support fine-tuning, users can take advantage of hosted fine-tuning with pay-as-you-go billing to tailor the models using data they provide. For more information, see [fine-tune a Llama 2 model](/azure/ai-studio/how-to/fine-tune-model-llama) in Azure AI Foundry portal.
129+
For models that are available through MaaS and support fine-tuning, users can take advantage of hosted fine-tuning with pay-as-you-go billing to tailor the models using data they provide. For more information, see [fine-tune a Llama 2 model](/azure/ai-foundry/how-to/fine-tune-model-llama) in Azure AI Foundry portal.
130130

131131
### RAG with models deployed through MaaS
132132

@@ -142,7 +142,7 @@ PPay-as-you-go billing is available only to users whose Azure subscription belon
142142

143143
[!INCLUDE [machine-learning-preview-generic-disclaimer](includes/machine-learning-preview-generic-disclaimer.md)]
144144

145-
[!INCLUDE [content-safety-serverless-models](../ai-studio/includes/content-safety-serverless-models.md)]
145+
[!INCLUDE [content-safety-serverless-models](../ai-foundry/includes/content-safety-serverless-models.md)]
146146

147147
### Network isolation for models deployed via Serverless APIs
148148

articles/machine-learning/deploy-stability-models.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Powered by the advanced capabilities of Stable Diffusion 3.5 Large, Stable Image
3636

3737
Stable Image Ultra supports text prompt inputs only for image generations.
3838

39-
[!INCLUDE [models-preview](../ai-studio/includes/models-preview.md)]
39+
[!INCLUDE [models-preview](../ai-foundry/includes/models-preview.md)]
4040

4141

4242
## Deploy a Stability AI model as a serverless API
@@ -151,7 +151,7 @@ The Stability AI models are deployed as a serverless API and is offered by Stabi
151151

152152
Each time a workspace subscribes to a given model offering from Azure Marketplace, a new resource is created to track the costs associated with its consumption. The same resource is used to track costs associated with inference and fine-tuning; however, multiple meters are available to track each scenario independently.
153153

154-
For more information on how to track costs, see [Monitor costs for models offered through the Azure Marketplace](/azure/ai-studio/how-to/costs-plan-manage#monitor-costs-for-models-offered-through-the-azure-marketplace).
154+
For more information on how to track costs, see [Monitor costs for models offered through the Azure Marketplace](/azure/ai-foundry/how-to/costs-plan-manage#monitor-costs-for-models-offered-through-the-azure-marketplace).
155155

156156
Quota is managed per deployment. Each deployment has a rate limit of 200,000 tokens per minute and 1,000 API requests per minute. However, we currently limit one deployment per model per project. Contact Microsoft Azure Support if the current rate limits aren't sufficient for your scenarios.
157157

@@ -163,5 +163,5 @@ Models deployed as a serverless API are protected by Azure AI content safety. Wh
163163

164164
- [Model Catalog and Collections](concept-model-catalog.md)
165165
- [Deploy and score a machine learning model by using an online endpoint](how-to-deploy-online-endpoints.md)
166-
- [Plan and manage costs for Azure AI Foundry](/azure/ai-studio/how-to/costs-plan-manage)
166+
- [Plan and manage costs for Azure AI Foundry](/azure/ai-foundry/how-to/costs-plan-manage)
167167
- [Region availability for models in serverless API endpoints](concept-endpoint-serverless-availability.md)

0 commit comments

Comments
 (0)