We were hitting SSL errors as the ARM endpoint certificate is not trusted, needed to do the following ``` export ADAL_PYTHON_SSL_NO_VERIFY=1 export AZURE_CLI_DISABLE_CONNECTION_VERIFICATION=1 ``` But this disables SSL cert verification.