From 253575358047c7b94e7f7973cbf81d8ca436b7b6 Mon Sep 17 00:00:00 2001 From: Rachel Agyemang <32173602+rachel-msft@users.noreply.github.com> Date: Thu, 30 May 2019 13:53:50 -0700 Subject: [PATCH] Update to sku-name --- samples/django-python/0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.