no locations show up after registering Microsoft.DevOpsInfrastructure resource provider

Matt Graham 40 Reputation points
2025-11-13T05:26:13.95+00:00

just what the title says, I register the resource provider (and the DevCenter one), but no locations show up in DevOpsInfrastructure (DevCenter does show one location: "global")

Azure DevOps
{count} votes

Answer accepted by question author
  1. Pravallika KV 3,565 Reputation points Microsoft External Staff Moderator
    2025-11-14T08:24:31.1333333+00:00

    Hi @Matt Graham ,

    When I tried registering the Microsoft.DevOpsInfrastructure, the Locations were not visible:

    image

    The workaround to fetch the Locations is to use the PowerShell command below:

    image

    $resourceprovider = Get-AzResourceProvider -ProviderNamespace Microsoft.DevOpsInfrastructure  
    $resourceprovider.Locations
    

    The selection of location will happen when you create the Managed Devops pool, which you can do like below:

    image Hope it helps!


    Please do not forget to click "Accept the answer” and Yes, this can be beneficial to other community members.

    User's image

    If you have any other questions, let me know in the "comments" and I would be happy to help you.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

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