Skip to content
Last update: April 11, 2024

Deploy VC Platform to Azure Cloud

You can deploy Virto Commerce Platform to Azure Cloud.

The following resources will be created during deployment:

  • Azure application service plan with Azure application service: Virto Commerce Platform.
  • Azure Storage account: Primary blob storage for CMS and Assets.
  • Azure SQL server and an Azure database: Database.

Tip

  • Deploy problem may be related to using Free plan, change to Basic or Standard.

    Readmore Deploying VC to Azure. Getting a Deployment Failure

  • Your login name must not be equal to an SQL Identifier or a typical system name (such as admin, administrator, sa, root, dbmanager, loginmanager, etc.) or a built-in database user or role (such as dbo, guest, public, etc.)

  • Your password must be at least 8 characters long.
  • Your password must contain characters from three of the following categories – English uppercase letters, English lowercase letters, numbers (0-9), and non-alphanumeric characters (!, $, #, %, etc.).
  • You can install modules and sample data later from the Virto Commerce Admin UI.
  1. The portal displays a window where you can easily enter parameter values. The parameters are pre-filled with default values from the template.

    Deploy to azure - custom template

  2. Click Subscription and fill in the required parameters.

  3. Click Create.

    Deploy to azure - custom template

  4. Wait for the deployment to complete and click Go to resource group.

    Deploy to azure - custom template

  5. Open Website URL in your browser:

    Open URL Open URL

  6. The application will create and initialize the database on the first request. After that you will see a sign in page. Use the following credentials:

    • User Name: admin
    • Password: store

    Deploy to azure

  7. After the database initialization is complete, Virto Commerce offers you to install sample data. Select this if required. The sample data can be a good starting point to launch a demo storefront and play around with the platform:

    Choose sample data type

  8. During the first login, the platform requires changing the default admin password:

    Deply to azure

You have completed installation steps for Virto Commerce platform, now the application is ready.

Extra Deployment

Deploy via PowerShell

Read Azure Resource Manager documentation to deploy Virto Commerce Platform from Custom Template azureDeployWebAppForContainer.json to Azure via PowerShell.

Deploy via Azure CLI

Read Azure Resource Manager documentation to deploy Virto Commerce Platform from Custom Template azureDeployWebAppForContainer.json to Azure via CLI.