File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -75,20 +75,6 @@ ms.author: antchu
75
75
az account show --query user.name --output tsv
76
76
```
77
77
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
-
92
78
1. Run the following commands to retrieve the session pool resource ID:
93
79
94
80
```bash
You can’t perform that action at this time.
0 commit comments