Hi,
Sample:
New-AzRoleAssignment `
-RoleDefinitionId <GUID> `
-ObjectId <GUID> `
-Scope /subscriptions/<GUID>/resourceGroups/Resources
Please see article below:
Assign Azure roles using Azure PowerShell
New-AzRoleAssignment
Thanks.
-TP
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
People,
How can I execute the PowerShell equivalent command for the below command?
az role assignment create \
--role
Hi,
Sample:
New-AzRoleAssignment `
-RoleDefinitionId <GUID> `
-ObjectId <GUID> `
-Scope /subscriptions/<GUID>/resourceGroups/Resources
Please see article below:
Assign Azure roles using Azure PowerShell
New-AzRoleAssignment
Thanks.
-TP