Skip to content

Commit cfb2cbb

Browse files
Apply suggestions from PR review
Co-authored-by: Shannon Leavitt <[email protected]>
1 parent d4601b8 commit cfb2cbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Refer to the Azure CLI reference documentation <!--FIXME --> for the complete li
6666
```
6767
> [!Note]
6868
> - The virtual network and subnet should be in the same region and subscription as your flexible server.
69-
> - 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.
69+
> - 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.
7070
7171
> [!IMPORTANT]
7272
> The names including `AzureFirewallSubnet`, `AzureFirewallManagementSubnet`, `AzureBastionSubnet` and `GatewaySubnet` are reserved names within Azure. Please do not use these as your subnet name.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To create a flexible server in a virtual network, you need:
2727
- A [Virtual Network](../../virtual-network/quick-create-portal.md#create-a-virtual-network)
2828
> [!Note]
2929
> - The virtual network and subnet should be in the same region and subscription as your flexible server.
30-
> - 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.
30+
> - 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.
3131
3232
- To [delegate a subnet](../../virtual-network/manage-subnet-delegation.md#delegate-a-subnet-to-an-azure-service) 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.
3333
- Add `Microsoft.Storage` to the service end point for the subnet delegated to Flexible servers. This is done by performing following steps:

0 commit comments

Comments
 (0)