File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ to set up a new instance of Azure Databases for PostgreSQL using the Azure CLI:
3333dbname=" ----CHANGEME----" # e.g. myfeaturesservicedb
3434dbuser=" ----CHANGEME----" # e.g. admin
3535dbpassword=" ----CHANGEME----" # e.g. featureService1!Rocks
36+ dbsku=" ----CHANGEME----" # e.g. GP_Gen4_2
3637resource_group=" ----CHANGEME----" # e.g. myfeaturesserviceresourcegroup
3738resource_location=" ----CHANGEME----" # e.g. eastus
3839
@@ -46,7 +47,7 @@ az postgres server create \
4647 --admin-password=" $dbpassword " \
4748 --resource-group=" $resource_group " \
4849 --location=" $resource_location " \
49- --performance-tier= " Standard "
50+ --sku-name= " $dbsku "
5051```
5152
5253Next, find the database in the [ Azure Portal] ( https://portal.azure.com ) and
You can’t perform that action at this time.
0 commit comments