Skip to content
Last update: August 27, 2024

Migration on Azure Cloud

The migration process begins with an existing Virto Commerce setup, where:

Note

If you didn’t use the Deploy VC Platform to Azure Cloud article and the names of the Azure resources differ (for example, the web application name is platform and the SQL server name is sql-server), you will need to modify the ARM template to match the correct names.

The result of initial deployment is as follows:

Migration starting point

  1. Use an ARM template to add the necessary Azure resources for running the Platform with the Theme v.2.0.0 and higher.
  2. Open the Azure portal and provide the required Azure resources. Use the existing resource group and the name of the existing Platform Web Application. If the name of the platform application doesn’t match the existing application, the new web application will be created for the Platform.

    Add resources

  3. Click Review + create, verify the values again, and click Create. The deployment will begin.

  4. After the deployment is complete, the resource list will look as follows (new resources are highlighted):

    New resources

  5. Add a store URL (Stores → B2B-store → Store URL) pointing to the Azure Application Gateway IP address in the format http://x.x.x.x/:

    Store URL

  6. Use the Azure Application Gateway IP address (http://x.x.x.x/) to access the frontend part of the Virto Commerce solution:

    Azure App Gateway IP

  7. Test the functionality, then remove the Storefront resources:

    Remove Storefront