Azure Roles
The roles option allows you to choose one or more Azure built-in roles to grant access to your Azure subscription. See Azure built-in roles that you can apply.
You might start with the role Virtual Machine Contributor which gives the learner the ability to spin up and configure Azure virtual machines:
Update your Azure subscription by entering the following in the Assigned Roles field:
Virtual Machine ContributorAnd clicking Add.
Edit your config.yml file to include this content:
azure_subscriptions:
- name: azuresubscription
roles:
- Virtual Machine ContributorLast updated
Was this helpful?