Skip to main content

Azure Setup

Azure should be connected through Quick Connect in the current product. As of March 11, 2026, the manual credential path is a legacy fallback and is explicitly marked deprecated after October 1, 2025 in the app code.

In The UI

  1. Go to Settings -> Integrations -> Cloud
  2. Choose Connect Azure
  3. Stay on the Quick Connect path
  4. Complete the Azure redirect and callback flow
  5. Return to the cloud integrations list and verify the integration becomes active

After Connect

Once the integration is active:

If You Need A Manual Privilege Reference

The minimal manual privilege shape is still a subscription-scoped Reader service principal:
az ad sp create-for-rbac \
  --name cloudgeni-reader \
  --role Reader \
  --scopes /subscriptions/$AZURE_SUBSCRIPTION_ID
Treat that as a reference, not as the preferred onboarding path.

Next

Connect Cloud

Return to the shared cloud setup page.

Cloud Compliance

Move into framework-based posture review once setup is healthy.