Sign in
apache
/
libcloud
/
refs/heads/github_actions_wip
/
.
/
docs
/
examples
/
compute
/
azure_arm
/
instantiate.py
blob: c9d0801a29cb3c4ea9dcdb232fa57ecff1373985 [
file
]
from
libcloud
.
compute
.
types
import
Provider
from
libcloud
.
compute
.
providers
import
get_driver
cls
=
get_driver
(
Provider
.
AZURE_ARM
)
driver
=
cls
(
tenant_id
=
'tenant_id'
,
subscription_id
=
'subscription_id'
,
key
=
'application_id'
,
secret
=
'password'
)