Skip to content

Commit c49de34

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#107627
Updating the property `--public-network-access` to `--public-access` in az postgres flexible-server create cmdlet.
1 parent 37af264 commit c49de34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/tutorial-java-tomcat-connect-managed-identity-postgresql-database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Follow these steps to create an Azure Database for Postgres in your subscription
7474
--location $LOCATION \
7575
--admin-user $POSTGRESQL_ADMIN_USER \
7676
--admin-password $POSTGRESQL_ADMIN_PASSWORD \
77-
--public-network-access 0.0.0.0 \
77+
--public-access 0.0.0.0 \
7878
--sku-name Standard_D2s_v3
7979
```
8080

0 commit comments

Comments
 (0)