For the complete documentation index, see llms.txt. This page is also available as Markdown.

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 Contributor

And clicking Add.

Edit your config.yml file to include this content:

azure_subscriptions:
- name: azuresubscription
  roles:
  - Virtual Machine Contributor

Last updated

Was this helpful?