Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Create a new Azure App

  •  Login to Azure Portal and create a new Azure app

  Go to App Registrations > New Registrations

  Create a new App with the default option – “Accounts in this organizational directory only (Single-tenant)

  Register

  • Select the new app created

Go to the Overview section and copy the following information in a notepad
Application (Client) ID (1)
Directory (Tenant) ID (2)

Go to Certificates & Secrets to create a New Client secret and Copy the Value (3) field to the notepad

Go to API permissions > Add Permissions > Microsoft Graphs > Delegated Permissions

Select DeviceManagementRBAC permissions

  • Go to Home > Subscription

Select the subscription

     Go to the Overview page and copy the subscription ID (4) in a notepad

Go to Access Control (IAM) and add role assignments using the Add option

    Add permission for the following Role to Azure App
o   Contributor
o   Reader
o   Billing Reader

For Adding permission
Select Role in Role Dropdown
Search Azure App by name in Select Option
Save

  • No labels