Skip to content

Commit f7bff91

Browse files
authored
Merge pull request #261654 from v-thepet/last-terms
PostgreSQL term pass - remaining articles
2 parents 789d44c + 1d56c89 commit f7bff91

File tree

44 files changed

+495
-496
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+495
-496
lines changed

articles/postgresql/flexible-server/how-to-manage-high-availability-portal.md

Lines changed: 41 additions & 41 deletions
Large diffs are not rendered by default.

articles/postgresql/flexible-server/how-to-manage-server-cli.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.date: 11/30/2021
1515

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

18-
This article shows you how to manage your flexible server deployed in Azure. Management tasks include compute and storage scaling, admin password reset, and viewing server details.
18+
This article shows you how to manage your Azure Database for PostgreSQL flexible server instance deployed in Azure. Management tasks include compute and storage scaling, admin password reset, and viewing server details.
1919

2020
## Prerequisites
2121

@@ -36,7 +36,7 @@ az account set --subscription <subscription id>
3636
```
3737

3838
> [!Important]
39-
> If you haven't created a flexible server yet, you'll need to do so to follow this how-to guide.
39+
> If you haven't created Azure Database for PostgreSQL flexible server instance yet, you need to do so to follow this how-to guide.
4040
4141
## Scale compute and storage
4242

@@ -61,23 +61,23 @@ storage-size | 6144 | Enter the storage capacity of the server in megabytes. The
6161
> [!IMPORTANT]
6262
> You cannot scale down storage.
6363
64-
## Manage PostgreSQL databases on a server
64+
## Manage Azure Database for PostgreSQL flexible server databases on a server
6565

66-
There are a number of applications you can use to connect to your Azure Database for PostgreSQL server. If your client computer has PostgreSQL installed, you can use a local instance of [psql](https://www.postgresql.org/docs/current/static/app-psql.html). Let's now use the psql command-line tool to connect to the Azure Database for PostgreSQL server.
66+
There are a number of applications you can use to connect to your Azure Database for PostgreSQL flexible server instance. If your client computer has PostgreSQL installed, you can use a local instance of [psql](https://www.postgresql.org/docs/current/static/app-psql.html). Let's now use the psql command-line tool to connect to the Azure Database for PostgreSQL flexible server instance.
6767

6868
1. Run the following **psql** command:
6969

7070
```bash
7171
psql --host=<servername> --port=<port> --username=<user> --dbname=<dbname>
7272
```
7373

74-
For example, the following command connects to the default database called **postgres** on your PostgreSQL server **mydemoserver.postgres.database.azure.com** through your access credentials. When you're prompted, enter the `<server_admin_password>` that you chose.
74+
For example, the following command connects to the default database called **postgres** on your Azure Database for PostgreSQL flexible server instance **mydemoserver.postgres.database.azure.com** through your access credentials. When you're prompted, enter the `<server_admin_password>` that you chose.
7575

7676
```bash
7777
psql --host=mydemoserver.postgres.database.azure.com --port=5432 --username=myadmin --dbname=postgres
7878
```
7979

80-
After you connect, the psql tool displays a **postgres** prompt where you can enter SQL commands. A warning will appear in the initial connection output if the version of psql you're using is different from the version on the Azure Database for PostgreSQL server.
80+
After you connect, the psql tool displays a **postgres** prompt where you can enter SQL commands. A warning will appear in the initial connection output if the version of psql you're using is different from the version on the Azure Database for PostgreSQL flexible server instance.
8181

8282
Example psql output:
8383

@@ -112,7 +112,7 @@ There are a number of applications you can use to connect to your Azure Database
112112

113113
4. Type `\q` and select Enter to quit psql.
114114

115-
In this section, you connected to the Azure Database for PostgreSQL server via psql and created a blank user database.
115+
In this section, you connected to the Azure Database for PostgreSQL flexible server instance via psql and created a blank user database.
116116

117117
## Reset the admin password
118118

@@ -131,7 +131,7 @@ az postgres flexible-server update --resource-group myresourcegroup --name mydem
131131
132132
## Delete a server
133133
134-
To delete the Azure Database for PostgreSQL flexible server, run the [az postgres flexible-server delete](/cli/azure/postgres/flexible-server#az-postgresql-flexible-server-delete) command.
134+
To delete the Azure Database for PostgreSQL flexible server instance, run the [az postgres flexible-server delete](/cli/azure/postgres/flexible-server#az-postgresql-flexible-server-delete) command.
135135
136136
```azurecli-interactive
137137
az postgres flexible-server delete --resource-group myresourcegroup --name mydemoserver

articles/postgresql/flexible-server/how-to-manage-server-portal.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ ms.custom: mvc
1515

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

18-
This article shows you how to manage your Azure Database for PostgreSQL - Flexible Server. Management tasks include compute and storage scaling, admin password reset, and viewing server details.
18+
This article shows you how to manage your Azure Database for PostgreSQL flexible server instance. Management tasks include compute and storage scaling, admin password reset, and viewing server details.
1919

2020
## Sign in
2121

22-
Sign in to the [Azure portal](https://portal.azure.com). Go to your flexible server resource in the Azure portal.
22+
Sign in to the [Azure portal](https://portal.azure.com). Go to your Azure Database for PostgreSQL flexible server resource in the Azure portal.
2323

2424
## Scale compute and storage
2525

@@ -32,10 +32,10 @@ After server creation you can scale between the various [pricing tiers](https://
3232
2. You can change the **Compute Tier** , **vCore**, **Storage** to scale up the server using higher compute tier or scale up within the same tier by increasing storage or vCores to your desired value.
3333

3434
> [!div class="mx-imgBorder"]
35-
> :::image type="content" source="./media/howto-manage-server-portal/scale-server.png" alt-text="scaling storage flexible server":::
35+
> :::image type="content" source="./media/howto-manage-server-portal/scale-server.png" alt-text="Scaling storage for Azure Database for PostgreSQL flexible server.":::
3636
3737
> [!Important]
38-
> - Storage cannot be scaled down.
38+
> - Storage can't be scaled down.
3939
> - Scaling vCores causes a server restart.
4040
4141
3. Select **OK** to save changes.
@@ -48,7 +48,7 @@ You can change the administrator role's password using the Azure portal.
4848
2. Enter a new password and confirm the password. The textbox will prompt you about password complexity requirements.
4949

5050
> [!div class="mx-imgBorder"]
51-
> :::image type="content" source="./media/howto-manage-server-portal/reset-password.png" alt-text="reset your password for flexible server":::
51+
> :::image type="content" source="./media/howto-manage-server-portal/reset-password.png" alt-text="Reset your password for Azure Database for PostgreSQL flexible server.":::
5252
5353
3. Select **Save** to save the new password.
5454

@@ -59,13 +59,13 @@ You can delete your server if you no longer need it.
5959
1. Select your server in the Azure portal. In the **Overview** window select **Delete**.
6060
2. Type the name of the server into the input box to confirm that you want to delete the server.
6161

62-
:::image type="content" source="./media/howto-manage-server-portal/delete-server.png" alt-text="delete the flexible server":::
62+
:::image type="content" source="./media/howto-manage-server-portal/delete-server.png" alt-text="Delete the Azure Database for PostgreSQL flexible server instance.":::
6363

6464
> [!IMPORTANT]
6565
> Deleting a server is irreversible.
6666
6767
> [!div class="mx-imgBorder"]
68-
> ![delete the flexible server](./media/howto-manage-server-portal/delete-server.png)
68+
> ![Delete the Azure Database for PostgreSQL flexible server instance](./media/howto-manage-server-portal/delete-server.png)
6969
7070
3. Select **Delete**.
7171

articles/postgresql/flexible-server/how-to-manage-virtual-network-cli.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ ms.date: 11/30/2021
1616

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

19-
Azure Database for PostgreSQL - Flexible Server supports two types of mutually exclusive network connectivity methods to connect to your flexible server. The two options are:
20-
* Public access (allowed IP addresses). That method can be further secured by using [Private Link](./concepts-networking-private-link.md) based networking with Azure Database for PostgreSQL - Flexible Server in Preview.
19+
Azure Database for PostgreSQL flexible server supports two types of mutually exclusive network connectivity methods to connect to your flexible server. The two options are:
20+
* Public access (allowed IP addresses). That method can be further secured by using [Private Link](./concepts-networking-private-link.md) based networking with Azure Database for PostgreSQL flexible server in Preview.
2121
* Private access (VNET Integration)
2222

23-
In this article, we'll focus on creation of PostgreSQL server with **Private access (VNet Integration)** using Azure CLI. With *Private access (VNET Integration)*, you can deploy your flexible server into your own [Azure Virtual Network](../../virtual-network/virtual-networks-overview.md). Azure Virtual Networks provide private and secure network communication. In Private access, the connections to the PostgreSQL server are restricted to only within your virtual network. To learn more about it, refer to [Private access (VNet Integration)](./concepts-networking.md#private-access-vnet-integration).
23+
In this article, we focus on creation of an Azure Database for PostgreSQL flexible server instance with **Private access (VNet Integration)** using Azure CLI. With *Private access (VNET Integration)*, you can deploy your Azure Database for PostgreSQL flexible server instance into your own [Azure Virtual Network](../../virtual-network/virtual-networks-overview.md). Azure Virtual Networks provide private and secure network communication. In Private access, the connections to the Azure Database for PostgreSQL flexible server instance are restricted to only within your virtual network. To learn more about it, refer to [Private access (VNet Integration)](./concepts-networking.md#private-access-vnet-integration).
2424

25-
In Azure Database for PostgreSQL - Flexible Server, you can only deploy the server to a virtual network and subnet during creation of the server. After the flexible server is deployed to a virtual network and subnet, you can't move it to another virtual network, subnet or to *Public access (allowed IP addresses)*.
25+
In Azure Database for PostgreSQL flexible server, you can only deploy the server to a virtual network and subnet during creation of the server. After the Azure Database for PostgreSQL flexible server instance is deployed to a virtual network and subnet, you can't move it to another virtual network, subnet or to *Public access (allowed IP addresses)*.
2626

2727
## Launch Azure Cloud Shell
2828

@@ -46,34 +46,34 @@ Select the specific subscription under your account using [az account set](/cli/
4646
az account set --subscription <subscription id>
4747
```
4848

49-
## Create Azure Database for PostgreSQL - Flexible Server using CLI
50-
You can use the `az postgres flexible-server` command to create the flexible server with *Private access (VNet Integration)*. This command uses Private access (VNet Integration) as the default connectivity method. A virtual network and subnet will be created for you if none is provided. You can also provide the already existing virtual network and subnet using the subnet ID. <!-- You can provide the **vnet**,**subnet**,**vnet-address-prefix** or**subnet-address-prefix** to customize the virtual network and subnet.--> There are various options to create a flexible server using CLI as shown in the examples below.
49+
## Create an Azure Database for PostgreSQL flexible server instance using Azure CLI
50+
You can use the `az postgres flexible-server` command to create the Azure Database for PostgreSQL flexible server instance with *Private access (VNet Integration)*. This command uses Private access (VNet Integration) as the default connectivity method. A virtual network and subnet will be created for you if none is provided. You can also provide the already existing virtual network and subnet using the subnet ID. <!-- You can provide the **vnet**,**subnet**,**vnet-address-prefix** or**subnet-address-prefix** to customize the virtual network and subnet.--> There are various options to create an Azure Database for PostgreSQL flexible server instance using CLI as shown in the examples below.
5151

5252
>[!Important]
53-
> Using this command will delegate the subnet to **Microsoft.DBforPostgreSQL/flexibleServers**. This delegation means that only Azure Database for PostgreSQL Flexible Servers can use that subnet. No other Azure resource types can be in the delegated subnet.
53+
> Using this command will delegate the subnet to **Microsoft.DBforPostgreSQL/flexibleServers**. This delegation means that only Azure Database for PostgreSQL flexible server instances can use that subnet. No other Azure resource types can be in the delegated subnet.
5454
>
5555
Refer to the Azure CLI reference documentation <!--FIXME --> for the complete list of configurable CLI parameters. For example, in the below commands you can optionally specify the resource group.
5656
57-
- Create a flexible server using default virtual network, subnet with default address prefix
57+
- Create an Azure Database for PostgreSQL flexible server instance using default virtual network, subnet with default address prefix
5858
```azurecli-interactive
5959
az postgres flexible-server create
6060
```
61-
- Create a flexible server using already existing virtual network and subnet. If provided virtual network and subnet do not exist, then virtual network and subnet with default address prefix will be created.
61+
- Create an Azure Database for PostgreSQL flexible server instance using already existing virtual network and subnet. If provided virtual network and subnet do not exist, then virtual network and subnet with default address prefix will be created.
6262
```azurecli-interactive
6363
az postgres flexible-server create --vnet myVnet --subnet mySubnet
6464
```
65-
- Create a flexible server using already existing virtual network, subnet, and using the subnet ID. The provided subnet shouldn't have any other resource deployed in it and this subnet will be delegated to **Microsoft.DBforPostgreSQL/flexibleServers**, if not already delegated.
65+
- Create an Azure Database for PostgreSQL flexible server instance using already existing virtual network, subnet, and using the subnet ID. The provided subnet shouldn't have any other resource deployed in it and this subnet will be delegated to **Microsoft.DBforPostgreSQL/flexibleServers**, if not already delegated.
6666
```azurecli-interactive
6767
az postgres flexible-server create --subnet /subscriptions/{SubID}/resourceGroups/{ResourceGroup}/providers/Microsoft.Network/virtualNetworks/{VNetName}/subnets/{SubnetName}
6868
```
6969
> [!Note]
70-
> - The virtual network and subnet should be in the same region and subscription as your flexible server.
70+
> - The virtual network and subnet should be in the same region and subscription as your Azure Database for PostgreSQL flexible server instance.
7171
> - The virtual network should not have any resource lock set at the VNET or subnet level. Make sure to remove any lock (**Delete** or **Read only**) from your VNET and all subnets before creating the server in a virtual network, and you can set it back after server creation.
7272
7373
> [!IMPORTANT]
7474
> The names including `AzureFirewallSubnet`, `AzureFirewallManagementSubnet`, `AzureBastionSubnet` and `GatewaySubnet` are reserved names within Azure. Please do not use these as your subnet name.
7575
76-
- Create a flexible server using new virtual network, subnet with nondefault address prefix
76+
- Create an Azure Database for PostgreSQL flexible server instance using new virtual network, subnet with nondefault address prefix.
7777
```azurecli-interactive
7878
az postgres flexible-server create --vnet myVnet --address-prefixes 10.0.0.0/24 --subnet mySubnet --subnet-prefixes 10.0.0.0/24
7979
```

0 commit comments

Comments
 (0)