Skip to content

Commit 2748033

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ Create an App Service app (the host process) with the [az webapp up](/cli/azure/
108108
az webapp up --resource-group myresourcegroup --location westus2 --plan DjangoPostgres-tutorial-plan --sku S1 --name <app-name>
109109
110110
# Create subnet for web app
111+
111112
az network vnet subnet create --name <webapp-subnet-name> --resource-group myresourcegroup --vnet-name <vnet-name>
112113
113114
# Replace <vnet-name> and <subnet-name> with the virtual network and subnet name that the Azure Database for PostgreSQL flexible server instance is using.

0 commit comments

Comments
 (0)