Skip to content

Commit 2121d85

Browse files
author
Sudheesh Narayanaswamy
committed
Adding IP address subnet details
1 parent e6776c4 commit 2121d85

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/mysql/flexible-server/concepts-networking-vnet.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ Azure Database for MySQL - Flexible Server supports client connectivity from:
2828

2929
Subnets enable you to segment the virtual network into one or more sub-networks and allocate a portion of the virtual network's address space to which you can then deploy Azure resources. Azure Database for MySQL - Flexible Server requires a [delegated subnet](../../virtual-network/subnet-delegation-overview.md). A delegated subnet is an explicit identifier that a subnet can host a only Azure Database for MySQL - Flexible Servers. By delegating the subnet, the service gets explicit permissions to create service-specific resources in the subnet to seamlessly manage your Azure Database for MySQL - Flexible Server.
3030

31+
> [!NOTE]
32+
> The smallest range you can specify for a subnet is /29, which provides eight IP addresses, of which five will be utilized by Azure internally, whereas a Azure Database for MySQL - Flexible server you would require one IP address per node to be allocated from the delegated subnet when private access is enabled. HA enabled servers would need two and Non-HA server would need one IP address. Recommendation is to reserve at least 2 IP address per flexible server keeping in mind that we can enable high availability options later.
33+
3134
Azure Database for MySQL - Flexible Server integrates with Azure [Private DNS zones](../../dns/private-dns-privatednszone.md) to provide a reliable, secure DNS service to manage and resolve domain names in a virtual network without the need to add a custom DNS solution. Private DNS zone can be linked to one or more virtual networks by creating [virtual network links](../../dns/private-dns-virtual-network-links.md)
3235

3336

0 commit comments

Comments
 (0)