Difference between revisions of "Invalid tenant"

From wikieduonline
Jump to navigation Jump to search
 
(14 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
  │ 'v2.0' not found. Check to make sure you have the correct tenant
 
  │ 'v2.0' not found. Check to make sure you have the correct tenant
 
  │ ID and are signing into the correct cloud. Check with your
 
  │ ID and are signing into the correct cloud. Check with your
  │ subscription administrator, this may happen if there are no active
+
  │ subscription administrator, [[this may happen if there are no active]]
 
  │ subscriptions for the tenant
 
  │ subscriptions for the tenant
 +
 +
Solution: export [[ARM_TENANT_ID]]="<azure_subscription_tenant_id>"
 +
          [[az account show]] | grep tenantId
  
  
Line 11: Line 14:
  
  
 +
== Related ==
 +
* <code>[[az account list]]</code>
 +
 +
* <code>[[azapi_update_resource]]</code>
 +
* <code>[[--tenant-id]]</code>
 +
* <code>export [[ARM_TENANT_ID]]="<azure_subscription_tenant_id>"</code>
 +
* <code>[[tenant_id]]</code>
 +
* <code>[[unauthorized_client]]</code>
 +
* <code>[[You may have sent your authentication request to the wrong tenant]]</code>
  
 +
== See also ==
 +
* {{tenant}}
 +
* {{tf aks}}
  
{{tf aks}}
+
[[Category:AKS]]

Latest revision as of 13:53, 18 July 2024


│ {"error":"invalid_tenant","error_description":"AADSTS90002: Tenant
│ 'v2.0' not found. Check to make sure you have the correct tenant
│ ID and are signing into the correct cloud. Check with your
│ subscription administrator, this may happen if there are no active
│ subscriptions for the tenant
Solution: export ARM_TENANT_ID="<azure_subscription_tenant_id>"
         az account show | grep tenantId


Error: Failed to retrieve resource


Related[edit]

See also[edit]

Advertising: