Troubleshoot app issues - cloudbricksio/ServiceBusCloudExplorerSupport GitHub Wiki

Validate connectivity to Azure Resource Manager APIs

To validate your client connectivity to Azure Resource Manager API, which drives the left-hand side tree in the App:

  1. Login to Azure CLI:
az login
  1. Issue a request to management.azure.com to load Service Bus namespaces:
az rest --method get --url https://management.azure.com/subscriptions/<YOUR SUBSCRIPTION ID>/providers/Microsoft.ServiceBus/namespaces?api-version=2021-11-01

If everything went well, after a few seconds you should see an array of available namespaces in the target subscription.