Azure
Last updated
Last updated
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.
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.
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.
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.
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'.