You need to create a custom role in Azure in order to be able to create a virtual machine. Is it enough to add Microsoft.Compute/* to actions?

Experience Level: Senior
Tags: Azure CloudAzure Resource Manager

Answer

No.

  • You wouldn't be able to assign a resource group (missing role to list resource groups)
  • You wouldn't be able to assign a virtual network (missing role to list virtual networks)

You need to add the following permissions to actions:

  • Microsoft.Resources/*
  • Microsoft.Network/*

Related Azure Cloud job interview questions

Comments

No Comments Yet.
Be the first to tell us what you think.
Azure Resource Manager
Azure Resource Manager

Are you learning Azure Cloud ? Try our test we designed to help you progress faster.

Test yourself
AZ-104 Microsoft Azure Administrator Preparation
AZ-104 Microsoft Azure Administrator Preparation

Are you learning Azure Cloud ? Try our test we designed to help you progress faster.

Test yourself
AZ-500 Microsoft Azure Security Technologies Preparation
AZ-500 Microsoft Azure Security Technologies Preparation

Are you learning Azure Cloud ? Try our test we designed to help you progress faster.

Test yourself