Home > Software engineering >  Azure Active Directory B2C shows two different locations for the same tenant
Azure Active Directory B2C shows two different locations for the same tenant

Time:09-28

I have created five B2C tenants in EU West, all in the same EU West based resource group. Resource group EU West enter image description here

When I navigate to cost analysis it shows that it is based in the US.

Same Resource Group but shows US Same Resource Group but shows US

It is a must that all the user data will be stored in EU West (Amsterdam). Which is why this is concerning. Am I missing something, or is this a visual bug?

CodePudding user response:

I tried to reproduce the same in my environment and got the below results:

I created one resource group in West Europe Location and created 2 B2C tenants in the same group as below:

enter image description here

When I checked Cost analysis tab, it is showing EU West as Location like below:

enter image description here

I checked the same in Cost analysis (Preview) tab and got the same location as below:

enter image description here

In your last screenshot, I can see Unassigned under Subscriptions for all those B2C tenants which may be the issue.

Please recheck whether the B2C tenants are linked with right subscription or not by visiting their Overview page like below:

enter image description here

CodePudding user response:

The resource group might be in US, but if you go into the AADB2C tenant, and view it’s properties, it’ll state it’s DC location properly.

  • Related