You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-studio/how-to/develop/evaluate-sdk.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -420,7 +420,7 @@ Then install the following sub-package:
420
420
pip install azure-ai-evaluation[remote]
421
421
```
422
422
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:
424
424
425
425
```Shell
426
426
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