Resmo Documentation
SupportStatuspageTwitterLinkedIn
  • Welcome!
  • Getting Started
    • Quick Start Guide for Admins
    • SaaS Security Guide for Employees
    • Glossary
    • FAQ
    • Support
    • Resources documentation (automated)
  • Guides
    • Query Your First Resources
    • Create Your First Rule
  • Resources
    • Resources
    • Resource Changes
  • Notebooks
    • Notebooks
  • Audit Logs
    • Audit Logs
  • API
    • Basics
    • Query API
  • Resource Tags
    • Tag Rules
    • Manual Tagging
  • Queries
    • Query Types
    • Standard SQL Queries
    • Change SQL Queries
  • SaaS Discovery
    • SaaS Discovery Methods
    • Browser Extension Admin Guide
    • AI Email Scanning
    • Resmo Agent (Beta)
    • Apps Page
    • Users Page
  • Rules
    • Rules
    • Suppression
    • AWS Config Rules vs Resmo Rules
  • Dashboards
    • Dashboards
  • Packs (Compliance and Security Best Practices)
    • Packs
    • Pack Exports
  • Alerts
    • Alerts
  • Variables
    • Variables
  • integrations
    • Integrations Guide
    • Custom Data Integration
    • AWS Integration
    • Azure Integration
    • GCP Integration
    • Google Drive Integration
    • Kubernetes Integration
    • Google Workspace Integration
    • GitHub Integration
    • Slack Integration
    • GitLab Integration
    • New Relic Integration
    • Jira Integration
    • PagerDuty Integration
    • Opsgenie Integration
    • MongoDB Atlas Integration
    • Azure Active Directory Integration
    • Cloudflare Integration
    • Confluence Integration
    • Bitbucket Integration
    • Okta Integration
    • Datadog Integration
    • Gandi Integration
    • Snyk Integration
    • Duo Integration
    • Jamf Integration
    • Snowflake Integration
    • Heroku Integration
    • Fastly Integration
    • Hubspot Integration
    • BambooHR Integration
    • Azure DevOps Integration
    • Kolide Integration
    • Flyio Integration
    • Upstash Integration
    • Qualys Integration
    • Sentry Integration
    • Brex Integration
    • JumpCloud Integration
    • Webflow Integration
    • Tenable Integration
    • SonarCloud Integration
    • Salesforce Integration
    • LastPass Integration
    • Microsoft Teams Integration
    • Zendesk Integration
    • Segment Integration
    • Terraform Cloud Integration
    • Tailscale Integration
    • Vercel Integration
    • GoDaddy Integration
    • Kandji Integration
    • LaunchDarkly Integration
    • PlanetScale Integration
    • Zoom Integration
    • Jotform Integration
    • Auth0 Integration
    • Wizer Integration
    • Linear Integration
    • Figma Integration
    • Trello Integration
    • Mixpanel Integration
    • Trivy Integration
    • CSV Integration
    • DocuSign Integration
    • Tinybird Integration
    • MonoSign Integration
    • DigitalOcean Integration
    • Sophos Integration
    • Firebase Integration
    • MySQL Integration
    • PostgreSQL Integration
    • MongoDB Integration
    • ClickHouse Integration
    • Help Scout Integration
    • Intercom Integration
    • Atlassian Integration
    • Drata Integration
    • Hetzner Cloud Integration
    • Vanta Integration
    • Microsoft Intune Integration
    • Microsoft Defender Integration
    • Microsoft 365 Integration
    • NPM Integration
    • CrowdStrike Integration
    • 1Password Integration
    • Lucid Integration
    • OneDrive Integration
    • JetBrains Integration
    • Google Analytics Integration
    • Hexnode Integration
    • SendGrid Integration
    • WordPress Integration
  • Notifications
    • Notification Channels
    • Email Notification Channel
    • Slack Notification Channel
    • Webhook Notification Channel
    • Opsgenie Notification Channel
    • PagerDuty Notification Channel
    • Amazon SNS Notification Channel
    • Parny Notification Channel
    • Linear Notification Channel
    • Jira Notification Channel
    • Microsoft Teams Notification Channel
  • Plugins
    • Raycast
  • Users and Permissions
    • User
    • User Roles
    • RBAC (Role-Based Access Control)
      • Custom Roles and Policies
    • SSO - Social Login
  • Settings
    • Accounts
    • Billing Policy
    • Pricing
      • Resource Count Calculation
Powered by GitBook
On this page
  • Resmo + Azure Integration Fundamentals
  • What does Resmo offer to Microsoft Azure users?
  • How does the integration work?
  • Available resources
  • Common queries and rules
  • Integration Walkthrough
  • FAQ

Was this helpful?

  1. integrations

Azure Integration

Integration guide for Resmo Azure Integration.

PreviousAWS IntegrationNextGCP Integration

Last updated 1 year ago

Was this helpful?

Resmo + Azure Integration Fundamentals

Resmo seamlessly integrates with to ensure the security and compliance of your Azure environment.

What does Resmo offer to Microsoft Azure users?

  • Collect all your Azure assets in place.

  • Query your networks, storage, virtual machines, and 50+ other resources.

  • Set up rule notifications based on Azure resource configurations and their changes.

  • Set up custom or predefined rules for continuous security and compliance auditing.

  • Check your Azure security and compliance posture using the Azure Best Practices and compliance packs.

How does the integration work?

Resmo has an Azure integration that you can install securely once you sign up for a Resmo account. Our application uses API calls to make the initial polling and receive existing resources.

Available resources

Resmo Azure integration collects Network, Compute, Storage, and much more.

Common queries and rules

  • Find Security Center subscriptions per tier

  • Detect virtual networks without DDoS protection

  • Identify virtual network VM protection

  • List DNS zones with public access

  • See network security groups without subnets

  • List subscriptions managed by other tenants

Integration Walkthrough

Setup Your Azure Account

>az ad sp create-for-rbac --role Reader

Example Output: { "appId": "###appId###", // Client Id "displayName": "azure-cli-2022-04-13-14-04-21", "password": "#####", // Client Secret "tenant": "###tenantId###" // Tenant Id }

For giving access for key vault entities (OPTIONAL)

  1. Find objectId of the principal az ad sp show --id ###appId### --query objectId

  2. Give your key vault read permission access to the created service principal with objectId az keyvault set-policy --name ###vaultName### \ --object-id ###objectId### --secret-permissions get list \ --key-permissions get list --certificate-permissions get list

For giving access for other subscriptions of the Tenant (OPTIONAL)

az role assignment create --assignee ###appId### --role Reader --scope /subscriptions/###subscriptionId###

How to install

  1. Sign up or log in to your Resmo account.

  2. Go to the Integrations page and select Azure.

  3. Click the Add Integration button from the bottom right corner of the opening modal.

  4. Fill configuration fields with the created Service Principal in Setup Your Azure Account

5. Hit the create button, and you are ready to run queries.

How to uninstall

  1. Login to your Resmo account.

  2. Navigate to the Integrations page and click your Azure integration.

  3. Go to the Connected Integrations tab from the opening modal and select the one you want to remove.

  4. Click the Delete button to uninstall or Disable to stop polling Azure resources temporarily.

  5. (Optional) Delete the created Service Principal from App Registrations on your Azure Portal.

FAQ

What should I check if integration fails to install?
  • Check your Service Principal's rights on your Azure Portal

  • Be ensure your account have privileges to create Service Principal

If it is still not ready, delete the integration and create from scratch with following steps via creating new Service Principal.

What happens if I delete required resource used by integration to poll my resources?

You will see Not Ready state for your integration after a while. To fix the problem you need to visit the setup steps and recreate the necessary resources for your account. After updating your integration you will see your integration became ready to poll resources.

Can I update the Tenant ID for my integration?

Changing Tenant ID is not allowed for Azure integration. If you want Resmo to poll resources from another project you need to create a new integration or delete the current one.

I could not see resources even if exists on my Azure account, how can I fix it?

It may cause from two different scenario:

  • The created service principal app does not have right for fetching the related resource. Have a look at permissions of your Service Principal. Creating new integration and service principle may fix the problem immediately.

  • The resource may not be in your default subscription, you can try adding other subscriptions to the created Service Principle with this command:For giving access for other subscriptions of the Tenant (OPTIONAL)

You can follow the instructions to create a in an Azure shell/terminal.

Create a Service Principal with role:

Service Principal
Reader
Azure
AzureResource Directory
Logo