April 2018
Intermediate to advanced
418 pages
9h 41m
English
In the next example, we are creating a custom role that can only restart virtual machines in Azure. We are assigning that role to my user account inside the JSON file as well:
{ "Name": "Packt Custom Role", "Id": null, "IsCustom": true, "Description": "Allows for read access to Azure Storage, Network and Compute resources and access to support", "Actions": [ "Microsoft.Compute/*/read", "Microsoft.Storage/*/read", "Microsoft.Network/*/read", "Microsoft.Resources/subscriptions/resourceGroups/read", "Microsoft.Support/*" ...
Read now
Unlock full access