Skip to content

Commit 88480d7

Browse files
authored
Update evaluate-sdk.md
1 parent 17ff20f commit 88480d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-studio/how-to/develop/evaluate-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ Then install the following sub-package:
420420
pip install azure-ai-evaluation[remote]
421421
```
422422

423-
Finally, ensure that you assign the proper storage permissions for CosmsDB. This can be done with the following command:
423+
Finally, ensure that you assign the proper storage permissions for CosmosDB. This can be done with the following command:
424424

425425
```Shell
426426
az role assignment create --role "Storage Blob Data Contributor" --scope /subscriptions/<mySubscriptionID>/resourceGroups/<myResourceGroupName> --assignee-principal-type User --assignee-object-id "<user-id>"

0 commit comments

Comments
 (0)