AzureActiveDirectory Network Service Tag No Longer Present

Jones, Jason 75 Reputation points
2025-04-23T19:45:02.7866667+00:00

Hi,

Up until an hour or so AzureActiveDirectory was still a valid option when using Terraform like below.

data "azurerm_network_service_tags" "aad" {
  location = "centralus"
  service  = "AzureActiveDirectory"
}

Now I consistently get this error.
User's image

I've used Azure Cloud Shell to attempt to retrieve the values and retrieved 0 results.

Interestingly, downloading the JSON file from https://www.microsoft.com/en-us/download/details.aspx?id=56519 does include AzureActiveDirectory, but this isn't helpful.

Was AzureActiveDirectory intentionally removed from the list of Azure Network Service tags or was it done in error? If it was intentional how does one get informed of these changes in advance? If it was done in error, how do we go about getting this corrected?

We've been using this without issue for over a year, so it is concerning that it suddenly vanished thus breaking our processes.

Thanks,

Jason

Azure DevOps
{count} votes

Accepted answer
  1. DS 105 Reputation points
    2025-04-28T09:17:24.6866667+00:00

    For us it's fixed, the Service Tag "AzureActiveDirectory" is available again as promised by the MS Support via Ticket.

    I've heard this fix can take some more days until this fix is published over all regions, so in our case it's ok again for EU West.

    2 people found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.