Management API not working when calling from inside Azure

I have a web role that is used to manage my Azure setup using Management API. The role works fine when running locally on my laptop, calling into Azure through the net. However, when the web role is installed in Azure, the calls returns 'forbidden' as the status code.

I am suspecting that when the call is made inside the Azure network, it actually has to go out of Azure and get back again. May be this is the problem?

https://management.core.windows.net/[subscriptionid]/services/

June 1st, 2013 11:09pm

Do you have the API management certificate installed in your web role? 403 error usually means there's an issue with your management certificate.
Free Windows Admin Tool Kit Click here and download it now
June 2nd, 2013 9:26am

Yes, management certificate was installed, that's why my web role would work when calling from outside Azure. The same certificate was also installed in the web role and my code also checks to make sure that it is loaded.
June 2nd, 2013 10:49pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics