Skip to content

azure/tenant

Azure Tenant

API Tenant from

azure_subscription_id=$(az account list | jq -r '.[0].id')
az account set --subscription="$azure_subscription_id"
azure_resource=$(az ad sp create-for-rbac --role="Contributor" --scopes="/subscriptions/$azure_subscription_id")

Objects that Reference azure/tenant

Objects used by azure/tenant

Not used in current content packs