Skip to content

Commit 8355e53

Browse files
committed
updated file
1 parent 0df6c65 commit 8355e53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/tutorial-python-postgresql-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ az postgres up --resource-group DjangoPostgres-tutorial-rg --location centralus
174174
- The password must contain 8 to 128 characters from either:
175175
- English uppercase letters.
176176
- English lowercase letters.
177-
- Numbers (0 through 9)
178-
- Non-alphanumeric characters (for example, !, #, %).
177+
- Numbers (0 through 9).
178+
- Non-alphanumeric characters (for example, !, #, %).
179179
- The password can't contain username.
180180
- Don't use the `$` character in the username or password. Later you create environment variables with these values where the `$` character has special meaning within the Linux container used to run Python apps.
181181
- The B_Gen5_1 (Basic, Gen5, 1 core) [pricing tier](../postgresql/concepts-pricing-tiers.md) used here is the least expensive. For production databases, omit the `--sku-name` argument to use the GP_Gen5_2 (General Purpose, Gen 5, 2 cores) tier instead.

0 commit comments

Comments
 (0)