python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Azure cost analysis for a particular subscription using Python SDK
So I'm trying to automate fetching the current cost and cost forecast (Like it is shown under cost analysis for a particular subscription) for a particular subscription using python SDK but I haven't ...
Enoptix
Votes: 0
Answers: 2
How to convert these objects to valuable information
I have this code to list down the details of Azure Virtual Machines, but I am getting output in this form. How can I change (azure.mgmt.compute.v2019_03_01.models.storage_profile_py3) this kind of out...
Hassan Turi
Votes: 0
Answers: 1
from msrestazure.azure_active_directory import ( ModuleNotFoundError: No module named 'msrestazure'
I have written the code to list down the Azure Virtual Machines. but I am getting this error. when I try pip install msrest or pip install msrestazure. none of the commands works. It neither gives err...
Hassan Turi
Votes: 0
Answers: 1
How to check OS detailed information of Azure virtual machine using Python SDK
I have written this code to list down the Azure Virtual Machine. Now I want to print all the details related to the OS disks such as OS, disk size, encryption settings, and other details related to A...
Hassan Turi
Votes: 0
Answers: 1