Sign in
apache
/
libcloud
/
trunk
/
.
/
docs
/
examples
/
compute
/
azure
/
instantiate.py
blob: f761ccec090a5dd5d353640363eb4a8802ddf2d4 [
file
]
from
libcloud
.
compute
.
types
import
Provider
from
libcloud
.
compute
.
providers
import
get_driver
cls
=
get_driver
(
Provider
.
AZURE
)
driver
=
cls
(
subscription_id
=
"subscription-id"
,
key_file
=
"/path/to/azure_cert.pem"
)