diff --git a/docs/docs/guides/integrate/identity-providers/azure-ad.mdx b/docs/docs/guides/integrate/identity-providers/azure-ad.mdx index a681d58cf6..b87c08f1bf 100644 --- a/docs/docs/guides/integrate/identity-providers/azure-ad.mdx +++ b/docs/docs/guides/integrate/identity-providers/azure-ad.mdx @@ -90,11 +90,11 @@ In this case, configure "Accounts in any organizational directory and personal M - Organizations: Choose organization if you have Azure AD Tenants and no personal accounts. (You have configured either "Accounts in this organization" or "Accounts in any organizational directory" on your Azure APP) - Consumers: Choose this if you want to allow public accounts. (In your Azure AD App you have configured "Personal Microsoft accounts only") -**Tenant ID**: If you have selected either the *Organizations* or *Customers* as the *Tenant Type*, you have to enter the *Directory (Tenant) ID*, copied previously in the Azure App configuration, here. +**Tenant ID**: If you have selected *Tenant ID* as *Tenant Type*, you have to enter the *Directory (Tenant) ID* into the *Tenant ID* field, copied previously from the Azure App configuration. -![Azure Provider](/img/guides/zitadel_azure_provider.png) +![Azure Provider](/img/guides/zitadel_azure_provider2.png) ### Activate IdP diff --git a/docs/static/img/guides/zitadel_azure_provider.png b/docs/static/img/guides/zitadel_azure_provider.png deleted file mode 100644 index 371148b6a7..0000000000 Binary files a/docs/static/img/guides/zitadel_azure_provider.png and /dev/null differ diff --git a/docs/static/img/guides/zitadel_azure_provider2.png b/docs/static/img/guides/zitadel_azure_provider2.png new file mode 100644 index 0000000000..9007695058 Binary files /dev/null and b/docs/static/img/guides/zitadel_azure_provider2.png differ