Skip to content

Commit 048565e

Browse files
Merge pull request #233297 from Venkateshdodda-MSFT/patch-40
(AzureCXP) fixes MicrosoftDocs/azure-docs#107627
2 parents 37af264 + c49de34 commit 048565e

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)