Skip to content
Last update: February 1, 2024

Deploy VC Storefront to Azure Cloud

You can deploy Virto Commerce Storefront to Azure Cloud.

The following resources will be created during deployment:

  • Website - Virto Commerce Storefront.

Prerequisites

  • Virto Commerce Platform should be installed.
  • Sample data should be installed, or a Store configured.

Tip

If you have not copied Content Storage Connection String from platform deployment, you can get it as follows:

  1. Open Azure Portal
  2. Select Storage Account that you created when deploying the Virto Commerce Platform.
  3. Select Access Keys and copy Connection string. For example: DefaultEndpointsProtocol=https;AccountName=vc...
  4. Add prefix provider=AzureBlobStorage;rootPath=cms;
  5. The Content Storage Connection String is: provider=AzureBlobStorage;rootPath=cms;DefaultEndpointsProtocol=https;AccountName=vc...
  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. To fill in Content Storage Connection String use the connection string that you've copied during the Platform installation, preceded by provider=AzureBlobStorage;rootPath=cms;.

  3. Click Review + create, then click Create.
  4. Wait for the deployment to complete.
  5. Copy url:

    Url

  6. Open url in your browser.

    Url

Extra Deployment

Deploy via PowerShell

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

Deploy via Azure CLI

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