azure-docs
azure-docs copied to clipboard
Missing --vnet in first command in this django/postgres tutorial
The command to create this postgres flexible server doesn't create a VNET.
The document instructs the user to run the following command and note the vnet that is created, but without the --vnet
in the command, no vnet is created.
# Create Flexible server in a VNET
az postgres flexible-server create --resource-group myresourcegroup --location westus2
I believe the instruction should be replaced with
az postgres flexible-server create --resource-group myresourcegroup --location westus2 --vnet django-ms-demo
_ Also - westus2 is full right now and I had to use westus3. _
Thanks -Scott
Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.
- ID: f1891a95-019e-8644-ec3f-8723b778ec5c
- Version Independent ID: 81c0513e-1628-e2c3-e65f-9b4d52ddfad4
- Content: Tutorial on how to Deploy Django app with App Service and Azure Database for PostgreSQL - Flexible Server in virtual network
- Content Source: articles/postgresql/flexible-server/tutorial-django-app-service-postgres.md
- Service: postgresql
- Sub-service: flexible-server
- GitHub Login: @sunilagarwal
- Microsoft Alias: sunila
@hdisk13 Thanks for your findings,We will investigate and update as appropriate
#please-close