Hi zeasnadmin,
Welcome to Q&A , Looks like the error "Failed to fetch" suggests some sort of hiccup with either the network or the setup for your Key Vault—maybe something's off with permissions, configurations, or even browser quirks. To tackle this, make sure your Azure account has the proper permissions, like "Key Vault Contributor," and check if the Microsoft.KeyVault
resource provider is registered. If it’s not, you can fix that using Azure CLI (az provider register
) or PowerShell.
Double-check the Key Vault's settings, like its name and location, to confirm everything meets Azure's rules. If private endpoints or a restrictive network setup are involved, ensure they allow traffic and watch out for interference from firewalls or proxies. On the browser front, clearing cache or switching browsers could smooth out some portal-specific issues.
Let me know if you need more guidance I will suggest to elaborate on the context of your problem , with the way to replicate the error and images.
If the information helped address your question, please Accept the answer.
Luis