Skip to content

Commit 074e5d5

Browse files
authored
Merge pull request #203072 from mksuni/main
Fix for issue 84316
2 parents 3308e5b + 18e0458 commit 074e5d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/mysql/single-server/how-to-manage-vnet-using-portal.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ Virtual Network (VNet) services endpoints and rules extend the private address s
2323

2424
1. On the MySQL server page, under the Settings heading, click **Connection Security** to open the Connection Security pane for Azure Database for MySQL.
2525

26-
2. Ensure that the Allow access to Azure services control is set to **OFF**.
26+
2. Ensure that the Allow access to Azure services control is set to **No**.
2727

2828
> [!Important]
29-
> If you leave the control set to ON, your Azure MySQL Database server accepts communication from any subnet. Leaving the control set to ON might be excessive access from a security point of view. The Microsoft Azure Virtual Network service endpoint feature, in coordination with the virtual network rule feature of Azure Database for MySQL, together can reduce your security surface area.
29+
> If you leave the control set to **Yes**, your Azure MySQL Database server accepts communication from any subnet. Leaving the control set to **Yes** might be excessive access from a security point of view. The Microsoft Azure Virtual Network service endpoint feature, in coordination with the virtual network rule feature of Azure Database for MySQL, together can reduce your security surface area.
3030
3131
3. Next, click on **+ Adding existing virtual network**. If you do not have an existing VNet you can click **+ Create new virtual network** to create one. See [Quickstart: Create a virtual network using the Azure portal](../../virtual-network/quick-create-portal.md)
3232

@@ -59,4 +59,4 @@ Virtual Network (VNet) services endpoints and rules extend the private address s
5959
- For help in connecting to an Azure Database for MySQL server, see [Connection libraries for Azure Database for MySQL](./concepts-connection-libraries.md)
6060

6161
<!-- Link references, to text, Within this same GitHub repo. -->
62-
[resource-manager-portal]: ../../azure-resource-manager/management/resource-providers-and-types.md
62+
[resource-manager-portal]: ../../azure-resource-manager/management/resource-providers-and-types.md

0 commit comments

Comments
 (0)