Skip to content

Commit e2fc336

Browse files
Merge pull request #3591 from vmagelo/doc-fixes
Add mising argument to command.
2 parents 4d31619 + dbc3434 commit e2fc336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/python/includes/python-web-app-managed-identity/create-postgres-service-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ az postgres server create `
5050
> [!IMPORTANT]
5151
> When creating usernames or passwords **do not** use the `$` character. Later you create environment variables with these values where the `$` character has special meaning within the Linux container used to run Python apps.
5252
53-
* *sku-name* → The name of the pricing tier and compute configuration, for example `B_Gen5_1`. Follow the convention {pricing tier}{compute generation}{vCores} set create this variable. For more information, see [Azure Database for PostgreSQL pricing](https://azure.microsoft.com/pricing/details/postgresql/server/). To list available SKUs, use `az postgres server list-skus --location`.
53+
* *sku-name* &rarr; The name of the pricing tier and compute configuration, for example `B_Gen5_1`. Follow the convention {pricing tier}{compute generation}{vCores} set create this variable. For more information, see [Azure Database for PostgreSQL pricing](https://azure.microsoft.com/pricing/details/postgresql/server/). To list available SKUs, use `az postgres server list-skus --location <location>`.

0 commit comments

Comments
 (0)