# Azure

ASM supports Azure integrations to expand the functionality of various ASM capabilities. ASM is capable of identifying a range of exposures and cloud security vulnerabilities including:

  • Public domain and IP address exposures across multiple Azure services
  • Azure Storage accounts with weak security configurations such as use of Shared Key authorization or use of insecure, weak, or deprecated communication and encryption protocols
  • Azure Storage accounts with overly permissive network access policies
  • Azure Storage Containers and Blobs with overly permissive access policies

These and future Azure-focused ASM capabilities can be enabled by following the integration steps below.

# Create an app registration

  1. Login to your Azure portal
  2. Navigate to Azure Active Directory
  3. Click App registrations
  4. Add a new registration
    1. Leave Accounts in this organizational directory only as the default
    2. Leave Redirect URI empty
  5. Click Register
  6. Click "Overview" on the app registration you just created
  7. Copy the Application (client) ID and Directory (tenant) IDs to your notepad

# Grant permissions

  1. Search for and select "Subscriptions" or "Management Groups"
  2. Select the subscription or management group you want to grant access for
  3. Click Access Control (IAM)
  4. Click Add > Add Role Assignment
  5. Search for and select Reader
  6. Click next
  7. Leave Assign Access to as User, group, or service principal
  8. Add the app registration as a member
  9. Select Review + Assign
  10. Repeat for all subscriptions you want integrated

# Generate a Secret

  1. In the Azure portal, navigate to your created App Registration
  2. Click certificates & secrets > New client secret
  3. Set an expiration date suitable for your organization. You will be notified by Scanny when your secret is 1 week from expiration.
  4. Copy the client secret value and expiration to your notepad

# Integrate with ASM

  1. Navigate to the Cloud exposure dashboard and click the + button in the top right
  2. Supply the information from your notepad saved from the previous steps and click add.