1
votes

I am looking to monitor my Azure account programmatically. Going through the MS Azure Service management API, i have found a way to identify virtual machines and cloud services. but i can't seem to find a way to list machines under the azure websites service.

can anyone help with this issue?

1

1 Answers

0
votes

Take a look at the code used in the PowerShell cmdlets. The UriElements.cs file can also give you extra information regarding the urls you should use.