Skip to content

Commit 01decd7

Browse files
authored
Merge pull request #3500 from eric-urban/eur/ai-foundry-path
[SCOPED] Use the new folder for AI foundry docs
2 parents 05aa86e + 5280a0a commit 01decd7

File tree

65 files changed

+94
-94
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+94
-94
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@
187187
},
188188
{
189189
"source_path_from_root": "/articles/ai-services/plan-manage-costs.md",
190-
"redirect_url": "/azure/ai-studio/how-to/costs-plan-manage",
191-
"redirect_document_id": true
190+
"redirect_url": "/azure/ai-foundry/how-to/costs-plan-manage",
191+
"redirect_document_id": false
192192
},
193193
{
194194
"source_path_from_root": "/articles/ai-services/cognitive-services-and-machine-learning.md",

articles/ai-services/agents/how-to/tools/azure-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Meanwhile, bindings facilitate streamlined connections to input or output data s
2626
## Prerequisites
2727

2828
* [Azure Functions Core Tools v4.x](/azure/azure-functions/functions-run-local)
29-
* [Azure AI Agent Service](../../../../ai-studio/how-to/develop/sdk-overview.md?tabs=sync&pivots=programming-language-python#azure-ai-agent-service)
29+
* [Azure AI Agent Service](../../../../ai-foundry/how-to/develop/sdk-overview.md?tabs=sync&pivots=programming-language-python#azure-ai-agent-service)
3030
* [Azurite](https://github.com/Azure/Azurite)
3131

3232
## Prepare your local environment

articles/ai-services/agents/how-to/virtual-networks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ Azure AI Agent Service offers a standard agent configuration with private networ
3636

3737
1. An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services).
3838
2. [Python 3.8 or later](https://www.python.org/)
39-
3. Ensure that the individual deploying the template has the [Azure AI Developer role](/azure/ai-studio/concepts/rbac-ai-studio) assigned at the resource group level where the template is being deployed.
39+
3. Ensure that the individual deploying the template has the [Azure AI Developer role](/azure/ai-foundry/concepts/rbac-ai-foundry) assigned at the resource group level where the template is being deployed.
4040
4. Additionally, to deploy the template, you need to have the preset [Role Based Access Administrator](/azure/role-based-access-control/built-in-roles/privileged#role-based-access-control-administrator) role at the subscription level.
4141
* The **Owner** role at the subscription level satisfies this requirement.
4242
* The specific admin role that is needed is `Microsoft.Authorization/roleAssignments/write`
43-
5. Ensure that each team member who wants to use the Agent Playground or SDK to create or edit agents has been assigned the built-in **Azure AI Developer** [RBAC role](../../../ai-studio/concepts/rbac-ai-studio.md) for the project.
43+
5. Ensure that each team member who wants to use the Agent Playground or SDK to create or edit agents has been assigned the built-in **Azure AI Developer** [RBAC role](../../../ai-foundry/concepts/rbac-ai-foundry.md) for the project.
4444
* Note: assign these roles after the template has been deployed
4545
* The minimum set of permissions required is: **agents/*/read**, **agents/*/action**, **agents/*/delete**
4646
5. Install [the Azure CLI and the machine learning extension](/azure/machine-learning/how-to-configure-cli). If you have the CLI already installed, make sure it's updated to the latest version.

articles/ai-services/agents/includes/bicep-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 11/13/2024
1111

1212
The following section shows you how to set up the required resources for getting started with Azure AI Agent Service:
1313

14-
1. Creating an [Azure AI Hub](../../../ai-studio/quickstarts/get-started-playground.md) to set up your app environment and Azure resources.
14+
1. Creating an [Azure AI Hub](../../../ai-foundry/quickstarts/get-started-playground.md) to set up your app environment and Azure resources.
1515

1616
1. Creating an Azure AI project under your Hub creates an endpoint for your app to call, and sets up app services to access to resources in your tenant.
1717

articles/ai-services/agents/includes/quickstart-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.date: 01/15/2025
1717
* Additionally, to deploy the template, you need to have the preset **Role Based Access Administrator** role at the subscription level.
1818
* The **Owner** role at the subscription level satisfies this requirement.
1919
* The specific admin role that is needed is `Microsoft.Authorization/roleAssignments/write`
20-
* Ensure that each team member who wants to use the Agent Playground or SDK to create or edit agents has been assigned the built-in **Azure AI Developer** [RBAC role](../../../ai-studio/concepts/rbac-ai-studio.md) for the project.
20+
* Ensure that each team member who wants to use the Agent Playground or SDK to create or edit agents has been assigned the built-in **Azure AI Developer** [RBAC role](../../../ai-foundry/concepts/rbac-ai-foundry.md) for the project.
2121
* Note: assign these roles after the template has been deployed
2222
* The minimum set of permissions required is: **agents/*/read**, **agents/*/action**, **agents/*/delete**
2323
* Install [the Azure CLI and the machine learning extension](/azure/machine-learning/how-to-configure-cli). If you have the CLI already installed, make sure it's updated to the latest version.

articles/ai-services/agents/includes/quickstart-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.custom: devx-track-js
1919
* Additionally, to deploy the template, you need to have the preset **Role Based Access Administrator** role at the subscription level.
2020
* The **Owner** role at the subscription level satisfies this requirement.
2121
* The specific admin role that is needed is `Microsoft.Authorization/roleAssignments/write`
22-
* Ensure that each team member who wants to use the Agent Playground or Agent SDK to create or edit agents has been assigned the built-in **Azure AI Developer** [RBAC role](../../../ai-studio/concepts/rbac-ai-studio.md) for the project.
22+
* Ensure that each team member who wants to use the Agent Playground or Agent SDK to create or edit agents has been assigned the built-in **Azure AI Developer** [RBAC role](../../../ai-foundry/concepts/rbac-ai-foundry.md) for the project.
2323
* Note: assign these roles after the template has been deployed
2424
* The minimum set of permissions required is: **agents/*/read**, **agents/*/action**, **agents/*/delete**
2525
* Install [the Azure CLI and the machine learning extension](/azure/machine-learning/how-to-configure-cli). If you have the CLI already installed, make sure it's updated to the latest version.

articles/ai-services/agents/includes/quickstart-python-openai.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.date: 11/13/2024
1818
* Additionally, to deploy the template, you need to have the preset **Role Based Access Administrator** role at the subscription level.
1919
* The **Owner** role at the subscription level satisfies this requirement.
2020
* The specific admin role that is needed is `Microsoft.Authorization/roleAssignments/write`
21-
* Make sure you have the **Azure AI Developer** [RBAC role](../../../ai-studio/concepts/rbac-ai-studio.md) assigned at the appropriate level.
21+
* Make sure you have the **Azure AI Developer** [RBAC role](../../../ai-foundry/concepts/rbac-ai-foundry.md) assigned at the appropriate level.
2222
* You need the **Cognitive Services OpenAI User** role assigned to use the Azure AI Services resource.
2323
* Install [the Azure CLI and the machine learning extension](/azure/machine-learning/how-to-configure-cli). If you have the CLI already installed, make sure it's updated to the latest version.
2424

articles/ai-services/agents/includes/quickstart-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.date: 11/13/2024
1818
* Additionally, to deploy the template, you need to have the preset **Role Based Access Administrator** role at the subscription level.
1919
* The **Owner** role at the subscription level satisfies this requirement.
2020
* The specific admin role that is needed is `Microsoft.Authorization/roleAssignments/write`
21-
* Ensure that each team member who wants to use the Agent Playground or SDK to create or edit agents has been assigned the built-in **Azure AI Developer** [RBAC role](../../../ai-studio/concepts/rbac-ai-studio.md) for the project.
21+
* Ensure that each team member who wants to use the Agent Playground or SDK to create or edit agents has been assigned the built-in **Azure AI Developer** [RBAC role](../../../ai-foundry/concepts/rbac-ai-foundry.md) for the project.
2222
* Note: assign these roles after the template has been deployed
2323
* The minimum set of permissions required is: `agents/*/read`, `agents/*/action`, `agents/*/delete`
2424
* Install [the Azure CLI and the machine learning extension](/azure/machine-learning/how-to-configure-cli). If you have the CLI already installed, make sure it's updated to the latest version.

articles/ai-services/agents/includes/quickstart-rest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ ms.date: 02/15/2025
1111
## Prerequisites
1212

1313
* An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services).
14-
* Ensure that each team member who wants to use the Agent Playground or SDK to create or edit agents has been assigned the built-in **Azure AI Developer** [RBAC role](../../../ai-studio/concepts/rbac-ai-studio.md) for the project.
14+
* Ensure that each team member who wants to use the Agent Playground or SDK to create or edit agents has been assigned the built-in **Azure AI Developer** [RBAC role](../../../ai-foundry/concepts/rbac-ai-foundry.md) for the project.
1515
* Note: assign these roles after the template has been deployed
1616
* The minimum set of permissions required is: **agents/*/read**, **agents/*/action**, **agents/*/delete**
17-
* Ensure that each team member who wants to use the Agent Playground or Agent SDK to create or edit agents has been assigned the built-in **Azure AI Developer** [RBAC role](../../../ai-studio/concepts/rbac-ai-studio.md) for the project.
17+
* Ensure that each team member who wants to use the Agent Playground or Agent SDK to create or edit agents has been assigned the built-in **Azure AI Developer** [RBAC role](../../../ai-foundry/concepts/rbac-ai-foundry.md) for the project.
1818
* Note: assign these roles after the template has been deployed
1919
* The minimum set of permissions required is: **agents/*/read**, **agents/*/action**, **agents/*/delete**
2020
* You need the **Cognitive Services OpenAI User** role assigned to use the Azure AI Services resource.

articles/ai-services/agents/includes/quickstart-typescript.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ ms.custom: devx-track-ts
1616
* An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services).
1717
* [Node.js LTS](https://nodejs.org/)
1818
* [TypeScript 5.x](https://www.typescriptlang.org/)
19-
* Ensure that each team member who wants to use the Agent Playground or SDK to create or edit agents has been assigned the built-in **Azure AI Developer** [RBAC role](../../../ai-studio/concepts/rbac-ai-studio.md) for the project.
19+
* Ensure that each team member who wants to use the Agent Playground or SDK to create or edit agents has been assigned the built-in **Azure AI Developer** [RBAC role](../../../ai-foundry/concepts/rbac-ai-foundry.md) for the project.
2020
* Note: assign these roles after the template has been deployed
2121
* The minimum set of permissions required is: **agents/*/read**, **agents/*/action**, **agents/*/delete**
22-
* Make sure you have the **Azure AI Developer** [RBAC role](../../../ai-studio/concepts/rbac-ai-studio.md) assigned at the appropriate level.
22+
* Make sure you have the **Azure AI Developer** [RBAC role](../../../ai-foundry/concepts/rbac-ai-foundry.md) assigned at the appropriate level.
2323
* Install [the Azure CLI and the machine learning extension](/azure/machine-learning/how-to-configure-cli). If you have the CLI already installed, make sure it's updated to the latest version.
2424

2525
[!INCLUDE [bicep-setup](bicep-setup.md)]

0 commit comments

Comments
 (0)