From 5a10ce4fa408a809cc346144a26780ed7b75ddc4 Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Thu, 20 Feb 2020 20:44:06 -0800 Subject: [PATCH] Updated SQL host name --- deploy/aro/infrastructure/azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/aro/infrastructure/azure-pipelines.yml b/deploy/aro/infrastructure/azure-pipelines.yml index 75ffcc634..adaaa3072 100644 --- a/deploy/aro/infrastructure/azure-pipelines.yml +++ b/deploy/aro/infrastructure/azure-pipelines.yml @@ -19,7 +19,7 @@ stages: - job: Infrastructure_Deployment displayName: 'Infrastructure Deployment' variables: - SqlHostName: mssql-server-linux.$(OpenShiftProject).svc + SqlHostName: mssql-server.$(OpenShiftProject).svc CatalogDbConnection: Server=$(SqlHostName);Database=Microsoft.eShopOnContainers.Services.CatalogDb;User Id=$(SqlUsername);Password=$(SqlPassword) IdentityDbConnection: Server=$(SqlHostName);Database=Microsoft.eShopOnContainers.Service.IdentityDb;User Id=$(SqlUsername);Password=$(SqlPassword) MarketingDbConnection: Server=$(SqlHostName);Database=Microsoft.eShopOnContainers.Services.MarketingDb;User Id=$(SqlUsername);Password=$(SqlPassword)