Skip to content

Commit d01e641

Browse files
committed
updating include
1 parent d26062c commit d01e641

File tree

6 files changed

+5
-50
lines changed

6 files changed

+5
-50
lines changed

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

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,7 @@ ms.date: 03/28/2025
1111

1212
## Prerequisites
1313

14-
* An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services).
15-
* [The latest version of .NET](https://dotnet.microsoft.com/en-us/download)
16-
* Ensure that the individual deploying the template has the **Azure AI Developer** role assigned at the resource group level where the template is being deployed.
17-
* Additionally, to deploy the template, you need to have the preset **Role Based Access Administrator** role at the subscription level.
18-
* The **Owner** role at the subscription level satisfies this requirement.
19-
* 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-foundry/concepts/rbac-azure-ai-foundry.md) for the project.
21-
* Note: assign these roles after the template has been deployed
22-
* The minimum set of permissions required is: **agents/*/read**, **agents/*/action**, **agents/*/delete**
23-
* 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.
24-
25-
14+
[!INCLUDE [universal-prerequisites](universal-prerequisites.md)]
2615

2716
## Configure and run an agent
2817

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

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,7 @@ ms.custom: devx-track-js
1313

1414
## Prerequisites
1515

16-
* An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services).
17-
* [Node.js LTS](https://nodejs.org/)
18-
* Ensure that the individual deploying the template has the **Azure AI Developer** role assigned at the resource group level where the template is being deployed.
19-
* Additionally, to deploy the template, you need to have the preset **Role Based Access Administrator** role at the subscription level.
20-
* The **Owner** role at the subscription level satisfies this requirement.
21-
* 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-foundry/concepts/rbac-azure-ai-foundry.md) for the project.
23-
* Note: assign these roles after the template has been deployed
24-
* The minimum set of permissions required is: **agents/*/read**, **agents/*/action**, **agents/*/delete**
25-
* 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.
16+
[!INCLUDE [universal-prerequisites](universal-prerequisites.md)]
2617

2718

2819

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

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,7 @@ ms.date: 11/13/2024
1212

1313
## Prerequisites
1414

15-
* An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services).
16-
* [Python 3.8 or later](https://www.python.org/)
17-
* Ensure that the individual deploying the template has the **Azure AI Developer** role assigned at the resource group level where the template is being deployed.
18-
* Additionally, to deploy the template, you need to have the preset **Role Based Access Administrator** role at the subscription level.
19-
* The **Owner** role at the subscription level satisfies this requirement.
20-
* The specific admin role that is needed is `Microsoft.Authorization/roleAssignments/write`
21-
* Make sure you have the **Azure AI Developer** [RBAC role](../../../ai-foundry/concepts/rbac-azure-ai-foundry.md) assigned at the appropriate level.
22-
* You need the **Cognitive Services OpenAI User** role assigned to use the Azure AI Services resource.
23-
* 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.
15+
[!INCLUDE [universal-prerequisites](universal-prerequisites.md)]
2416

2517

2618

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

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,7 @@ ms.date: 11/13/2024
1212

1313
## Prerequisites
1414

15-
* An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services).
16-
* [Python 3.8 or later](https://www.python.org/)
17-
* Ensure that the individual deploying the template has the **Azure AI Developer** role assigned at the resource group level where the template is being deployed.
18-
* Additionally, to deploy the template, you need to have the preset **Role Based Access Administrator** role at the subscription level.
19-
* The **Owner** role at the subscription level satisfies this requirement.
20-
* 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-foundry/concepts/rbac-azure-ai-foundry.md) for the project.
22-
* Note: assign these roles after the template has been deployed
23-
* The minimum set of permissions required is: `agents/*/read`, `agents/*/action`, `agents/*/delete`
24-
* 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.
15+
[!INCLUDE [universal-prerequisites](universal-prerequisites.md)]
2516

2617

2718

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

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,7 @@ ms.date: 02/15/2025
1010

1111
## Prerequisites
1212

13-
* 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-foundry/concepts/rbac-azure-ai-foundry.md) for the project.
15-
* Note: assign these roles after the template has been deployed
16-
* 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-foundry/concepts/rbac-azure-ai-foundry.md) for the project.
18-
* Note: assign these roles after the template has been deployed
19-
* The minimum set of permissions required is: **agents/*/read**, **agents/*/action**, **agents/*/delete**
20-
* You need the **Cognitive Services OpenAI User** role assigned to use the Azure AI Services resource.
21-
* 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.
13+
[!INCLUDE [universal-prerequisites](universal-prerequisites.md)]
2214

2315

2416

File renamed without changes.

0 commit comments

Comments
 (0)