Update authentication settings
LiveData Migrator for Azure lets you update the authentication settings for your migration and metadata targets.
LiveData Migrator for Azure doesn’t currently support switching from access key to service principal.
Update authentication settings with the UI
Update authentication settings for your migration target
- In the Azure Portal, navigate to the LiveData Migrator resource page.
- Access the Overview page.
- Select the target you want to update.
- Select the Authentication Settings tab.note
Options for your target type appear here.
- Service principal ID and secret
- Select a Service principal type:
- Select existing
- Create new
- Select a Service principal:
- Create new
- Make selection
- Select your service principal from the Select an application panel that appears, then select Submit.
- Enter your service principal client secret in the Client Secret field.
- Select Submit.
- Select a Service principal type:
- Storage access key
In the Authentication Settings panel that appears, select Submit to update with the Primary Access Token from your storage account.
- Service principal ID and secret
- After receiving a successful update notification, restart the LiveData Migrator service.info
After restarting the LiveData Migrator service, check your data migrations and manually start any in a Paused state.
Update authentication settings for your metadata target
Before updating authentication settings, stop any migrations to the metadata target. After you've updated your credentials, restart the migrations.
- In the Azure Portal, navigate to the LiveData Migrator resource page.
- Access the Overview page.
- Select the metadata target you want to update.
- Select the Authentication Settings tab.note
Options for your metadata target type appear here.
- Databricks
Enter your Access Token. - Snowflake
- Username and password
- Enter your Username and Password.
- Reenter your password in the Confirm password field.
- Private key file
- Enter a path to the location of your Private Key File (in PEM format) to use for key pair authentication.
- Enter your Private Key File Passphrase (if applicable) used with the private key for Snowflake.
- Reenter your Private Key File Passphrase in the Confirm password field.
- Username and password
- Azure SQL
Enter your SQL Username and SQL Password.
- Databricks
- Select Submit.
- If you're unable to restart your metadata migrations after receiving a successful update notification, restart the LiveData Migrator and Hive Migrator services.
Update authentication settings with the CLI
Update authentication settings for your Azure Data Lake Storage (ADLS) Gen2 migration target with the CLI
You can update authentication settings for ADLS targets using the target update authentication
command.
Update authentication settings for your Azure SQL metadata target with the CLI
You can update authentication settings for Azure SQL metadata targets using the metadata-target azure-sql update-authentication
command.