If the answer is yes, how to pass the credentials.
Asked
Active
Viewed 264 times
0
-
This tool is just working fine if I have direct internet connection. Having issues running behind a HTTP proxy which requires authentication. – YerraVen May 15 '12 at 11:44
1 Answers
0
The answer is yes. It was actually developed behind a proxy. You set the namespace name with -n and the key with -k. The key is the management key for the namespace.
http://code.msdn.microsoft.com/windowsazure/Authorization-SBAzTool-6fd76d93
With storeoptions you can save key and namespace so that you don't have to enter them every time.

Clemens Vasters
- 2,666
- 16
- 28
-
This tool is just working fine if I have direct internet connection. Having issues running behind a HTTP proxy which requires authentication. – YerraVen May 15 '12 at 11:45
-
In that case you may have to tweak the tool's config file (you'll have to create one) and add the right settings for your proxy using the system.net proxy settings. You can also do that right in the startup code. Here is a general discussion: http://support.microsoft.com/kb/318140 – Clemens Vasters May 15 '12 at 18:42