Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.17 KB

Azure.md

File metadata and controls

21 lines (17 loc) · 1.17 KB

Azure

Permissions needed in order to create infrastructure

Adding resources to Azure requires "Contributor" permissions. This can be granted in two ways:

  • At the Azure subscription level
  • At the Azure resource group level

Add an Azure subcription contributor

  1. Select More services > from the bottom of the Azure Portal services menu (the services list panel opens)
  2. Search for "Subscriptions" and click the Subscriptions tile (the Subscriptions list panel opens)
  3. Click on the subscription you want to add a new contributor to (the management panel for that subscription opens)
  4. Click on Access control (IAM) (the access management panel opens)
  5. Click on the Roles toolbar button (the roles panel opens)
  6. Click on the Contributor role (the contributor group membership panel opens)
  7. Add the user to the group and close the panels

Add an Azure resource group contributor

  1. Select Resource groups from the Azure Portal services menu
  2. Click on the resource group you want to add a new contributor to (the management panel for that resource group opens)
  3. Continue as from step 4 of the procedure for adding an Azure subscription contributor