We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f34d9a commit b03009aCopy full SHA for b03009a
PowerShell/assign_workspace_msi_role_on_storage_account.md
@@ -34,3 +34,4 @@ $wsmsi = Get-AzureADServicePrincipal -SearchString $wsname
34
New-AzRoleAssignment -ObjectId $wsmsi.ObjectId -RoleDefinitionName $role -Scope $final_scope
35
```
36
37
+# Next Steps
0 commit comments