Skip to content

Commit 7d10fb5

Browse files
authored
Update tutorial-django-app-service-postgres.md
1 parent 2748033 commit 7d10fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/postgresql/flexible-server/tutorial-django-app-service-postgres.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ az webapp up --resource-group myresourcegroup --location westus2 --plan DjangoPo
111111
112112
az network vnet subnet create --name <webapp-subnet-name> --resource-group myresourcegroup --vnet-name <vnet-name>
113113
114-
# Replace <vnet-name> and <subnet-name> with the virtual network and subnet name that the Azure Database for PostgreSQL flexible server instance is using.
114+
# Replace <vnet-name> with the virtual network created when creating Azure Database for PostgreSQL flexible server. Replace <webapp-subnet-name> to replace with the subnet created for web app.
115115
116116
az webapp vnet-integration add -g myresourcegroup -n mywebapp --vnet <vnet-name> --subnet <weabpp-subnet-name>
117117

0 commit comments

Comments
 (0)