sql - Azure number of instance and bandwidth usage -


i know how find badwith usage , number of instance azure. these features available in azure api ?

bandwidth usage no. tracked in billing , has no open api. can track bandwidth usage if funnel every request thru programmable api can capture size of data they're pushing out. (incoming data free).

number of instances, yes. 2 ways this: 1) if done "outside" of deployment, can use service management api navigate specific deployment , call method: http://msdn.microsoft.com/en-us/library/ee460804.aspx

2) if done inside role, can use roleenvironment.roles["role-name"].instances.count


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -