Registration
Register the LiveData resource provider through the Azure CLI to use LiveData Migrator for Azure with the Azure Portal or the Azure CLI.
Ask a member of your IT/Cloud team to perform the registration tasks in the Azure Portal for your account if you don't have the Contributor or Owner role.
If you want to use LiveData Migrator with the Azure CLI, register the resource provider with the Azure CLI.
These steps will need to be carried out by a Global Administrator. Ask a member of your IT/Cloud team to perform these steps if you don't have these permissions, or to give you the necessary permissions to register resource providers.
Registering with the Azure CLI is recommended if you intend to perform more advanced tasks in the future, such as automation scripting.
Register the Resource Provider
These instructions require the Global Administrator role and can be completed through the Azure Portal or the Azure CLI.
- Register the Resource Provider (Portal)
- Register the Resource Provider (CLI)
- Log in to the Azure Portal.
- Go to Subscriptions and select your intended subscription name.
- Select Resource providers under the Settings list.
- Search for and select Wandisco.Fusion.
- Select Register.
Log in to your Azure subscription:
az login
If you need to log in with a service principal, managed identity, or need to specify a subscription, or tenant, follow the information provided on the Microsoft Azure Documentation.
Register the LiveData resource provider:
az provider register --namespace Wandisco.Fusion --consent-to-permissions
You can check the success of registration with the following command:
az provider show -n Wandisco.Fusion
Accept the terms of LiveData Migrator metered billing for your Microsoft Azure subscription:
az vm image terms accept --offer ldma --plan metered-v1 --publisher Wandisco --subscription <subscription_id>
Next steps
To use LiveData Migrator for Azure with the Azure CLI, install the LiveData Extension next. Otherwise, check the network requirements for your source environment.
Troubleshooting
If you are having problems, see the relevant section of the troubleshooting guide.