Azure - Tenant

Card Puncher Data Processing

About

The tenant seems to be the active directory domain.

One tenant = one organisation.

Management

Show

from the Azure portal > ? > Show diagnostics

{
      "id": "398061b4-4a6f-4301-9720-8fe4ac6d75f4",
      "domainName": "tenantName.onmicrosoft.com",
      "displayName": "tenantDisplayName",
      "isSignedInTenant": true
}

ID

The value is a sort of hash value. Example: c81da1d8-65ca-11e7-b1d1-ecb1d756380e

  • In the portal

Azure Portal Ad Tenant Id

azure login
azure account show

# One value
azure account show --json | jq -r '.[0].tenantId'
az account show --subscription a... | jq -r '.tenantId'
https://management.azure.com/subscriptions/{subscription-id}?api-version=2015-01-01

Documentation / Reference





Discover More
Card Puncher Data Processing
Azure - Account

The login account to Azure where:
Card Puncher Data Processing
Azure - Authentication

in Azure For a given tenant (domain), you needs to get a token as credentials. Your app can access Resource in couple of ways: User + app access: for apps that access resources on behalf of a...
Card Puncher Data Processing
Azure Authentication - Application (Client Id) - Service Principal

The app creates a central identity to authenticate and access Azure Resource. It holds information like: OAuth Client ID, Reply URLs, and credentials Azure Active Directory > User settings...
Azure App Registration Native
Azure Authentication - End User

End-user authentication with Data Lake Store using REST API. ADLS resources are accessed with the...
Card Puncher Data Processing
Azure Authentication - OpenId

where directory name is the active directory name. Response with tenanId



Share this page:
Follow us:
Task Runner