You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get tenant and current user id
export TF_VAR_object_id=$(az ad signed-in-user show |jq -r '.objectId')
export TF_VAR_tenant_id=$(az account show --output json | jq -r '.tenantId')