This is a module to management Azure migrate based on REST API Docs Azure REST API.
To install azure-migrate from PYPI:
.. code-block:: bash
$ pip install azure-migrate
You need set three environments variables to use this module:
- CLIENT_ID
- SECRET
- TENANT
After this, you can import this is module.
Import the module credentials contained in this same package.
from azure_migrate.credentials import CredentialsAzure
.. code-block:: bash
$ migr = MigrateVmAzure()