Skip to content

Commit 0f7e83e

Browse files
committed
VCST-2465: Update docs for a template
1 parent c0ba2e8 commit 0f7e83e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azureDeployPlatformAndFrontend.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ The Azure deployment process consists of the following steps:
1111

1212
1. Create all Azure resources using the Azure button.
1313
2. Set up the initial configuration for the platform application (install sample data if necessary; set a new password for the Admin user).
14-
2 Optional. If you want to use the page builder functionality, the front-end application should use the https protocol. To set this up:
14+
2 Optional. If you want to use the Page builder functionality, the front-end application should use the https protocol. To set this up:
1515
a. add an https listener to the Application gateway
16-
go to Settings -> Listeners -> Add listener -> Fill in `Listener name`, set `Protocol` to `HTTPS` and `Port` to `443`. Select .pfx file in `PFX certificate file` and enter the password for the certificate
16+
go to Settings -> Listeners -> Add listener -> Fill in `Listener name` and `Cert name`, set `Protocol` to `HTTPS` and `Port` to `443`. Select .pfx file in `PFX certificate file` and enter the password for the certificate.
1717
b. change a listener for routing rule
1818
go to Settings -> Rules -> <routning rule> -> set listener to `https`
1919
3. Add a store URL (`Stores > B2B-store > Store URL`) pointing to the Azure Application Gateway IP address in the form of `http://x.x.x.x/` (in case of using https, use form `https://<hostname-from-certificate>/`).

0 commit comments

Comments
 (0)