Would someone be able to share or point to some sample code which basically extracts the information in the following link (https://learn.microsoft.com/en-us/rest/api/compute/virtualmachinesizes/list) from each vm in a resource group? Thanks!
Asked
Active
Viewed 64 times
3
-
You need to ask a specific question about code you've written, not a broad, vague question like this. – Barmar Nov 21 '18 at 23:44
1 Answers
0
I think this is your friend: https://learn.microsoft.com/en-us/python/azure/
https://learn.microsoft.com/en-us/python/api/overview/azure/virtualmachines?view=azure-python
There is also an official sample page: https://github.com/Azure-Samples/virtual-machines-python-manage/
Hope this helps,

Laurent Mazuel
- 3,422
- 13
- 27