Pages

Showing posts with label Azure Migrate. Show all posts
Showing posts with label Azure Migrate. Show all posts

Saturday, May 9, 2020

How to reset an Azure Migrate OVA virtual appliance

One of the common questions I’ve been asked by my colleagues who are a part of an on-premise migration to Azure project is how to reset an Azure Migrate Appliance, which has already been configured and registered with an existing Azure Migrate Project. A typical scenario where this may be necessary can be for organizations that did not have any Azure tenant setup and in order to generate an assessment report for the client, the consultant uses their own organization’s tenant. From there, an assessment can be created for the client, obtain approval and proceed with the migration. The challenge that comes when it is time to migrate is that the assessment and evidently the associated tenant is incorrect. Navigating to the Azure Migrate Appliance’s configuration webpage does not provide a way to change the configuration as shown in the screenshot below:

https://localhost:44368

image

To reset an Azure Migrate OVA virtual appliance configured for VMware vSphere is actually quite simple. Begin by navigating to the following path on the deployed Azure Migrate Windows OVA appliance:

C:\ProgramData\Microsoft Azure\Config\

Then proceed to open the following file in the directory:

appliance.json

image

Search for the following line:

“IsApplianceRegistered”: “True”,

image

Change the value of True to False and save the file:

“IsApplianceRegistered”: “False”,

image

While I’ve found that the majority of the times I’ve done this does not require a restart, I would advise to restart the virtual machine anyways.

The Azure Migrate Appliance will now be reset to the unconfigured state:

image

You’ll be able to log into a different tenant after setting up the prerequisites:

image

image 

Saturday, March 21, 2020

Deploying Azure Migrate appliance on VMware vSphere 6.7 fails with "Unable to process template"

Problem

You attempt to set up the Azure Migrate appliance to perform an assessment on a VMware vSphere 6.7 environment by downloading the OVA appliance from Azure:

image

image

MicrosoftAzureMigration.ova

image

… but notice that the process fails in the vSphere client with the error message:

Unable to process template.

image

Solution

One of the common causes of this issue is if you are using Internet Explorer as your browser and the following is a version that would display this error:

Internet Explorer 11
Version: 11.3383.14393.0

image

One of the quickest way to get around this is to use Google Chrome:

image

image