You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/mysql/flexible-server/sample-scripts-azure-cli.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ The following table includes links to sample Azure CLI scripts for Azure Databas
19
19
| Sample link | Description |
20
20
|---|---|
21
21
|**Create and connect to a server**||
22
-
|[Create a server and enable public access connectivity](scripts/sample-cli-create-connect-public-access.md)| Creates a Azure Database for MySQL - Flexible Server, configures a server-level firewall rule (public access connectivity method) and connects to the server. |
22
+
|[Create a server and enable public access connectivity](scripts/sample-cli-create-connect-public-access.md)| Creates an Azure Database for MySQL - Flexible Server, configures a server-level firewall rule (public access connectivity method) and connects to the server. |
23
23
|[Create a server and enable private access connectivity (VNet Integration)](scripts/sample-cli-create-connect-private-access.md)| Creates an Azure Database for MySQL - Flexible Server in a VNet (private access connectivity method) and connects to the server through a VM within the VNet. |
24
24
|**Monitor and scale**||
25
25
|[Monitor metrics and scale a server](scripts/sample-cli-monitor-and-scale.md)| Monitors and scales a single Azure Database for MySQL - Flexible server up or down to allow for changing performance needs. |
0 commit comments