diff --git a/samples/django-python/0.md b/samples/django-python/0.md index 3c0c645..62f3bf2 100644 --- a/samples/django-python/0.md +++ b/samples/django-python/0.md @@ -55,7 +55,7 @@ Notice the **Resource Group** name, the **Storage Account**, and the **File Shar Type or copy and paste the following into the Azure command line: - az postgres server create --resource-group --name postgresql --location southcentralus --admin-user pgsqluser --admin-password P@ssword1 --performance-tier Basic --compute-units 50 --version 9.6 + az postgres server create --resource-group --name postgresql --location southcentralus --admin-user pgsqluser --admin-password P@ssword1 --sku-name B_Gen5_1 --version 9.6 > **Note:** Be sure to remember your **user name** and **password** as you will need to use it later for your connection information.