Azure

Summary

To register an Azure account in OpsNow, you can register by looking up the information of Tenant ID, Application ID, and Client Secret as shown below, and after completion, you can manage cost and resource information.

Step1: Application Registration (For Application ID & Tenant ID)

Go to Microsoft Entra ID

  • Find Entra ID: Start by searching for 'Entra ID' in the top search bar.

  • App Registrations: In the left menu, click on 'App Registrations'.

  • New Registration: Click 'New registration' button.

  • Register Your App: Simply enter the name of your app and click 'Register'.

Copy the Application ID & Tenant ID: You'll see a 'Application (client) ID', 'Directory (tenant) ID'. Click the copy icon to save it.

Step2: Setting Up API Permissions

Go to Microsoft Entra ID > App Registrations > Application Details > API Permissions

  • Add Permission: Click on 'Add a permission'.

  • Choose Service Management: Select 'Azure Service Management'.

  • Select Permission: Look for 'user_impersonation' and select it.

  • Add Permissions: Click on 'Add permissions' to finalize.

Step3: Create client secret

Go to Microsoft Entra ID > App Registrations > Application Details > Certificates & secrets

  • Create a New Secret: Click on 'New client secret'.

  • Add the Secret: Then click 'Add'.

Copy the Secret: You'll see a 'Value' which is your Client Secret. Click the copy icon to save it.

Step4: Permissions for Subscriptions (Important!)

Go to Subscriptions > Subscription Details > Access control (IAM)

  • Start Adding: Click on 'Add'.

  • Role Assignment: Click 'Add role assignment'.

  • Choose Reader Role: Select 'Role > Reader' and then click 'Next'.

  • Select Members: Click 'Member > Select members'.

  • Select Your App: Choose the application you created earlier and click 'Select'.

  • Done: Click 'Review + assign'.

Last updated