Skip to main content

Setup AZURE credential for scanning

- Creating the application for scanning

  1. Login to your Azure portal
  2. Go to App registration then click on New registration
  3. Now give an app name and select Supported account type: Accounts in this organizational directory only (<your_company_name> - Single tenant) and leave the Redirect URI (optional) option empty and click Register

- Configuring app client secret

  1. Now navigate inside the app that we created in the previous step by App registration -> <your_app_name>

  2. Then click on Add a certificate or secret -> New client secret

  3. Now enter a description and the Expires date of the secret the click on Add

  4. Now copy the value and Secret ID store securely

  5. After successfully creating the application copy and store the below information

    1. Application ID
    2. Value (You'll find this on application Certificates & secrets section)
    3. Directory ID
    4. Subscription ID

- Now we've to assign some Role assignment to the app so that it can read our cloud configuration

  1. Now navigate to Subscription and select your subscription
  2. Then select Access control (IAM) from the left sidebar
  3. Now click on Add -> Add role assignment
  4. Search for the Security reader role from the list select that and click Next
  5. Click Select members and type your app name and search select (Make sure you search your app name unless you wouldn't see your app on that list)
  6. Then finally click on Review + Assign
  • Read more about this on here

- Now let's add the credentials to the MeghOps platform

  1. Goto https://app.meghops.com/auth/login and login with your account
  2. Now go to settings by clicking the top right corner ( Profile avatar) then Settingsimage
  3. From the settings page go to Cloud accounts then click on Add credential.
    imageimage
  4. Now from this dialog select Azure and checkmark on Scan Now put your Azure credentials then click on Submitimage