diff --git a/samples/features/sql-big-data-cluster/app-deploy/SSIS/spec.yaml b/samples/features/sql-big-data-cluster/app-deploy/SSIS/spec.yaml index 18925ef3..e72747bd 100644 --- a/samples/features/sql-big-data-cluster/app-deploy/SSIS/spec.yaml +++ b/samples/features/sql-big-data-cluster/app-deploy/SSIS/spec.yaml @@ -2,5 +2,5 @@ name: back-up-db version: v1 runtime: SSIS entrypoint: ./back-up-db.dtsx -options: /REP V /CONN "MasterSQL"\;"\"Data Source=service-master-pool;User ID=sa;Initial Catalog=master;Password=[SA_PASSWORD]\"" -schedule: "*/1 * * * *" \ No newline at end of file +options: /REP V /CONN "MasterSQL"\;"\"Data Source=master-0;User ID=sa;Initial Catalog=master;Password=[SA_PASSWORD]\"" +schedule: "*/1 * * * *"