Equivalent service for AWS Lambda in Azure – Amazon Web Sevices
To get detailed info of ec2 instance via python in AWS, we can create a lambda function and use describe-instances boto3 api to fetch the results. I'm looking for similar solution in Azure. To get VM information via python in…