diff --git a/deploy/aro/identity-api/identityapi-deploy-template.yml b/deploy/aro/identity-api/identityapi-deploy-template.yml index a32b229f3..4f2e01408 100644 --- a/deploy/aro/identity-api/identityapi-deploy-template.yml +++ b/deploy/aro/identity-api/identityapi-deploy-template.yml @@ -123,7 +123,7 @@ parameters: displayName: Web SPA URL name: WEB_SPA_URL required: true -- description: The cluster internal URL of the Web MVC endpoint +- description: The public URL of the Web MVC endpoint displayName: Web MVC URL name: WEB_MVC_URL required: true diff --git a/deploy/aro/web-mvc/webmvc-deploy-template.yml b/deploy/aro/web-mvc/webmvc-deploy-template.yml index c19d25744..23e4fc361 100644 --- a/deploy/aro/web-mvc/webmvc-deploy-template.yml +++ b/deploy/aro/web-mvc/webmvc-deploy-template.yml @@ -102,6 +102,10 @@ parameters: displayName: Identity URL External name: IDENTITY_URL_EXTERNAL required: true +- description: The public URL of the Web MVC endpoint + displayName: Web MVC URL + name: WEB_MVC_URL + required: true - description: The URL of the Web Shopping API Gateway endpoint displayName: Web Shopping API Gateway URL name: WEB_SHOPPING_API_GATEWAY_URL