Skip to content

Commit f639542

Browse files
authored
Apply suggestions from code review
1 parent 5314b2f commit f639542

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/postgresql/flexible-server/quickstart-create-server-python-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.author: alkuchar
1010
ms.date: 04/24/2023
1111
---
1212

13-
# Quickstart: Use a Azure libraries (SDK) for Python to create an Azure Database for PostgreSQL - Flexible Server
13+
# Quickstart: Use an Azure libraries (SDK) for Python to create an Azure Database for PostgreSQL - Flexible Server
1414

1515
[!INCLUDE [applies-to-postgresql-flexible-server](../includes/applies-to-postgresql-flexible-server.md)]
1616

@@ -90,7 +90,7 @@ if __name__ == '__main__':
9090

9191
Replace the following parameters with your data:
9292

93-
- **subscription_id**: Your own [subscription id](../../azure-portal/get-subscription-tenant-id.md#find-your-azure-subscription).
93+
- **subscription_id**: Your own [subscription ID](../../azure-portal/get-subscription-tenant-id.md#find-your-azure-subscription).
9494
- **resource_group**: The name of the resource group you want to use. The script will create a new resource group if it doesn't exist.
9595
- **server_name**: A unique name that identifies your Azure Database for PostgreSQL server. The domain name `postgres.database.azure.com` is appended to the server name you provide. The server name must be at least 3 characters and at most 63 characters, and can only contain lowercase letters, numbers, and hyphens.
9696
- **administrator_login**: The primary administrator username for the server. You can create additional users after the server has been created.

0 commit comments

Comments
 (0)