Skip to content

Commit 3791c10

Browse files
authored
Merge pull request #3492 from MicrosoftDocs/main
3/11/2025 PM Publish
2 parents a31817a + 815aa05 commit 3791c10

File tree

30 files changed

+168
-302
lines changed

30 files changed

+168
-302
lines changed

articles/ai-foundry/how-to/prompt-flow-troubleshoot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ The **Trace** section includes each request and response to the LLM tool. You ca
3939

4040
:::image type="content" source="../media/prompt-flow/trace-large-language-model-tool.png" alt-text="Screenshot that shows a raw request send to LLM model and the response from the LLM model." lightbox = "../media/prompt-flow/trace-large-language-model-tool.png":::
4141

42-
### How do I fix a 409 error from Azure OpenAI?
42+
### How do I fix a 429 error from Azure OpenAI?
4343

44-
You might encounter a 409 error from Azure OpenAI. This error means that you reached the rate limit of Azure OpenAI. You can check the error message in the output section of the LLM node. To learn more about the rate limit, see [Azure OpenAI rate limit](../../ai-services/openai/quotas-limits.md).
44+
You might encounter a 429 error from Azure OpenAI. This error means that you reached the rate limit of Azure OpenAI. You can check the error message in the output section of the LLM node. To learn more about the rate limit, see [Azure OpenAI rate limit](../../ai-services/openai/quotas-limits.md).
4545

4646
:::image type="content" source="../media/prompt-flow/429-rate-limit.png" alt-text="Screenshot that shows a 429 rate limit error from Azure OpenAI." lightbox = "../media/prompt-flow/429-rate-limit.png":::
4747

articles/ai-foundry/model-inference/concepts/models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.custom: references_regions, tool_generated
1717

1818
Azure AI model inference in Azure AI Foundry gives you access to flagship models in Azure AI to consume them as APIs without hosting them on your infrastructure.
1919

20-
:::image type="content" source="../media/models/models-catalog.gif" alt-text="An animation showing Azure AI studio model catalog section and the models available." lightbox="../media/models/models-catalog.gif":::
20+
:::image type="content" source="../media/models/models-catalog.gif" alt-text="An animation showing Azure AI Foundry portal model catalog section and the models available." lightbox="../media/models/models-catalog.gif":::
2121

2222
You can see all the models available to you in the [model catalog for Azure AI Foundry portal](https://ai.azure.com/explore/models).
2323

articles/ai-foundry/model-inference/how-to/quickstart-github-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,5 @@ See the [FAQ section](../faq.yml) to explore more help.
9797

9898
## Next steps
9999

100-
* [Explore the model catalog](https://ai.azure.com/github/models) in Azure AI studio.
100+
* [Explore the model catalog](https://ai.azure.com/github/models) in Azure AI Foundry portal.
101101
* [Add more models](create-model-deployments.md) to your endpoint.

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ Azure AI Agent Service offers a standard agent configuration with private networ
3939
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.
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.
42-
* The specific admin role that is needed is `Microsoft.Authorization/roleAssignments/write`
42+
* 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.
44+
* Note: assign these roles after the template has been deployed
45+
* The minimum set of permissions required is: **agents/*/read**, **agents/*/action**, **agents/*/delete**
4346
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.
4447
6. Register providers. The following providers must be registered:
4548
* `Microsoft.KeyVault`
@@ -286,4 +289,4 @@ with project_client:
286289

287290
## Next steps
288291

289-
Once you've provisioned your agent, you can add tools such as [Grounding with Bing Search](./tools/bing-grounding.md) to enhance their capabilities.
292+
Once you've provisioned your agent, you can add tools such as [Grounding with Bing Search](./tools/bing-grounding.md) to enhance their capabilities.

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,13 @@ ms.date: 01/15/2025
1313

1414
* An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services).
1515
* [The latest version of .NET](https://dotnet.microsoft.com/en-us/download)
16-
* Make sure you have the **Azure AI Developer** [RBAC role](../../../ai-studio/concepts/rbac-ai-studio.md) assigned at the appropriate level.
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-studio/concepts/rbac-ai-studio.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**
1723
* 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.
1824

1925
[!INCLUDE [bicep-setup](bicep-setup.md)]
@@ -146,4 +152,4 @@ public class Sample_Agent
146152
}
147153
}
148154
}
149-
```
155+
```

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,13 @@ ms.custom: devx-track-js
1515

1616
* An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services).
1717
* [Node.js LTS](https://nodejs.org/)
18-
* Make sure you have the **Azure AI Developer** [RBAC role](../../../ai-studio/concepts/rbac-ai-studio.md) assigned at the appropriate level.
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-studio/concepts/rbac-ai-studio.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**
1925
* 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.
2026

2127
[!INCLUDE [bicep-setup](bicep-setup.md)]
@@ -183,4 +189,4 @@ main().catch((err) => {
183189
});
184190
```
185191
186-
Run the code using `node index.js` and observe.
192+
Run the code using `node index.js` and observe.

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ ms.date: 11/13/2024
1414

1515
* An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services).
1616
* [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`
1721
* Make sure you have the **Azure AI Developer** [RBAC role](../../../ai-studio/concepts/rbac-ai-studio.md) assigned at the appropriate level.
1822
* You need the **Cognitive Services OpenAI User** role assigned to use the Azure AI Services resource.
1923
* 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.md

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

1515
* An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services).
1616
* [Python 3.8 or later](https://www.python.org/)
17-
* Make sure you have the **Azure AI Developer** [RBAC role](../../../ai-studio/concepts/rbac-ai-studio.md) assigned at the appropriate level.
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-studio/concepts/rbac-ai-studio.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`
1824
* 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.
1925

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

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

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

1313
* An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services).
14-
* Make sure you have the **Azure AI Developer** [RBAC role](../../../ai-studio/concepts/rbac-ai-studio.md) assigned at the appropriate level.
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.
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-studio/concepts/rbac-ai-studio.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**
1520
* You need the **Cognitive Services OpenAI User** role assigned to use the Azure AI Services resource.
1621
* 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.
1722

@@ -117,4 +122,4 @@ curl $AZURE_AI_AGENTS_ENDPOINT/threads/thread_abc123/runs/run_abc123?api-version
117122
```console
118123
curl $AZURE_AI_AGENTS_ENDPOINT/threads/thread_abc123/messages?api-version=2024-12-01-preview \
119124
-H "Authorization: Bearer $AZURE_AI_AGENTS_TOKEN"
120-
```
125+
```

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ 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.
20+
* Note: assign these roles after the template has been deployed
21+
* The minimum set of permissions required is: **agents/*/read**, **agents/*/action**, **agents/*/delete**
1922
* Make sure you have the **Azure AI Developer** [RBAC role](../../../ai-studio/concepts/rbac-ai-studio.md) assigned at the appropriate level.
2023
* 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.
2124

0 commit comments

Comments
 (0)