I have registered both required providers:
They have status registered.But still im not able to see the list of available quotas. Is there something Im missing? does it take longer than 10 min to see the changes?
P.S Im a contributor on SUB level.
When you look for Managed DevOps Pools quotas in the Azure portal you won’t see anything under “All” because those quotas only live in each region where the feature is enabled. First, select your desired region from the Region dropdown and give Azure a few minutes to finish registering both Microsoft.DevOpsInfrastructure and Microsoft.DevCenter. If you still see “No data to display,” click the View classic quotas link at the top of the page. In that classic view you’ll find entries such as Total dedicated vCPUs under the Managed DevOps Pools provider.
You can check your limits with the Azure CLI by opening Cloud Shell or any terminal where you’re already signed in and running:
az vm list-usage --location <your-region> --output table
Just replace <your-region>
with the same region you selected in the portal. If that command shows your vCPU limits, the portal will update shortly and display them. If it still returns no entries, make sure you have Contributor permissions on the subscription and confirm both providers report as Registered. Once those conditions are met and you’ve chosen a supported region, your Managed DevOps Pools quotas will appear.