Skip to content

Commit 594d884

Browse files
authored
Update roles info
1 parent ea99540 commit 594d884

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

includes/container-apps/sessions-tutorial-configure-local-autogen.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -75,20 +75,6 @@ ms.author: antchu
7575
az account show --query user.name --output tsv
7676
```
7777
78-
1. Run the following commands to retrieve the Azure OpenAI account resource ID:
79-
80-
```bash
81-
az cognitiveservices account show --name $AZURE_OPENAI_NAME --resource-group $RESOURCE_GROUP_NAME --query id --output tsv
82-
```
83-
84-
1. Assign the *Cognitive Services OpenAI User* role to your Azure CLI user on the Azure OpenAI account:
85-
86-
```bash
87-
az role assignment create --role "Cognitive Services OpenAI User" --assignee <CLI_USERNAME> --scope <AZURE_OPENAI_RESOURCE_ID>
88-
```
89-
90-
Replace `<CLI_USERNAME>` with your Azure CLI user name and `<AZURE_OPENAI_RESOURCE_ID>` with the Azure OpenAI account resource ID.
91-
9278
1. Run the following commands to retrieve the session pool resource ID:
9379
9480
```bash

0 commit comments

Comments
 (0)