Deploy To Azure button deploys Virto Commerce Platform and Virto Commerce Frontend to Azure. The deployment consists of the following components:
- Virto Commerce Platform with default set of modules
- Virto Commerce Frontend
- Azure Application Gateway
The Azure deployment process consists of the following steps:
- Create all Azure resources using the Azure button.
- Set up the initial configuration for the platform application (install sample data if necessary; set a new password for the Admin user).
2 Optional. If you want to use the Page builder functionality, the front-end application should use the https protocol. To set this up:
a. add an https listener to the Application gateway
go to Settings -> Listeners -> Add listener -> Fill in
Listener name
andCert name
, setProtocol
toHTTPS
andPort
to443
. Select .pfx file inPFX certificate file
and enter the password for the certificate. b. change a listener for routing rule go to Settings -> Rules -> -> set listener tohttps
- Add a store URL (
Stores > B2B-store > Store URL
) pointing to the Azure Application Gateway IP address in the form ofhttp://x.x.x.x/
(in case of using https, use formhttps://<hostname-from-certificate>/
). - Use the Azure Application Gateway IP address to access the front-end part of the Virtocommerce solution.