Skip to content Skip to sidebar Skip to footer
Showing posts with the label Azure Virtual Machine

Azure Python Sdk: 'serviceprincipalcredentials' Object Has No Attribute 'get_token'

So I have the following Python3 script to list all virtual machines. import os, json from azure.mgm… Read more Azure Python Sdk: 'serviceprincipalcredentials' Object Has No Attribute 'get_token'

Add VM To Azure App Gateway Python

How do I add an existing VM to an existing App gateway via the Python SDK for Azure? I've looke… Read more Add VM To Azure App Gateway Python