azure-docs icon indicating copy to clipboard operation
azure-docs copied to clipboard

Missing --vnet in first command in this django/postgres tutorial

Open hdisk13 opened this issue 2 years ago • 1 comments

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.

hdisk13 avatar Dec 14 '22 21:12 hdisk13

@hdisk13 Thanks for your findings,We will investigate and update as appropriate

GeethaThatipatri-MSFT avatar Dec 15 '22 00:12 GeethaThatipatri-MSFT

#please-close

markingmyname avatar Aug 10 '23 01:08 markingmyname