Skip to content

Commit d10b802

Browse files
Update deploy script to replace high-availability flag with zonal-resiliency
1 parent 6b422c8 commit d10b802

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • samples/web-app-postgresql-flexible-server/python/scripts

samples/web-app-postgresql-flexible-server/python/scripts/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ if [[ $? != 0 ]]; then
8585
--admin-user $PG_ADMIN_USER \
8686
--admin-password "$PG_ADMIN_PASSWORD" \
8787
--public-access Enabled \
88-
--high-availability Disabled \
88+
--zonal-resiliency Disabled \
8989
--yes \
9090
--tags environment=test iac=az-cli \
9191
--only-show-errors 1>/dev/null

0 commit comments

Comments
 (0)