Skip to content

Commit 948f467

Browse files
authored
Merge pull request #145 from LazaUK/patch-2
Update quickstart-python-openai.md
2 parents ae5d6d2 + b5e15f2 commit 948f467

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ ms.date: 11/13/2024
1515
* An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services).
1616
* [Python 3.13 or later](https://www.python.org/)
1717
* Make sure you have the **Azure AI Developer** [RBAC role](../../../ai-studio/concepts/rbac-ai-studio.md) assigned at the appropriate level.
18+
* You may also require the **Cognitive Services OpenAI User** assigned to use the Azure AI Services resource.
1819
* 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.
1920

2021
[!INCLUDE [bicep-setup](bicep-setup.md)]
@@ -96,4 +97,4 @@ with AIProjectClient.from_connection_string(
9697

9798
messages = client.beta.threads.messages.list(thread_id=thread.id)
9899
print(f"Messages: {messages}")
99-
```
100+
```

0 commit comments

Comments
 (0)