Skip to content

Commit a9d2193

Browse files
committed
add firewall to connect
1 parent f6ddb61 commit a9d2193

File tree

5 files changed

+20
-5
lines changed

5 files changed

+20
-5
lines changed

articles/mysql/connect-nodejs.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: mysql
77
ms.custom: mvc, seo-javascript-september2019, seo-javascript-october2019
88
ms.devlang: nodejs
99
ms.topic: quickstart
10-
ms.date: 3/18/2020
10+
ms.date: 5/26/2020
1111
---
1212
# Quickstart: Use Node.js to connect and query data in Azure Database for MySQL
1313

@@ -20,6 +20,9 @@ This topic assumes that you're familiar with developing using Node.js, but you'r
2020
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio).
2121
- An Azure Database for MySQL server. [Create an Azure Database for MySQL server using Azure portal](quickstart-create-mysql-server-database-using-azure-portal.md) or [Create an Azure Database for MySQL server using Azure CLI](quickstart-create-mysql-server-database-using-azure-cli.md).
2222

23+
> [!IMPORTANT]
24+
> Ensure the IP address you're connecting from has been added the server's firewall rules using the [Azure portal](./howto-manage-firewall-using-portal.md) or [Azure CLI](./howto-manage-firewall-using-cli.md)
25+
2326
## Install Node.js and the MySQL connector
2427

2528
Depending on your platform, follow the instructions in the appropriate section to install [Node.js](https://nodejs.org). Use npm to install the [mysql](https://www.npmjs.com/package/mysql) package and its dependencies into your project folder.

articles/mysql/connect-php.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: andrela
66
ms.service: mysql
77
ms.custom: mvc
88
ms.topic: quickstart
9-
ms.date: 3/18/2020
9+
ms.date: 5/26/2020
1010
---
1111

1212
# Azure Database for MySQL: Use PHP to connect and query data
@@ -17,6 +17,9 @@ This quickstart uses the resources created in either of these guides as a starti
1717
- [Create an Azure Database for MySQL server using Azure portal](./quickstart-create-mysql-server-database-using-azure-portal.md)
1818
- [Create an Azure Database for MySQL server using Azure CLI](./quickstart-create-mysql-server-database-using-azure-cli.md)
1919

20+
> [!IMPORTANT]
21+
> Ensure the IP address you're connecting from has been added the server's firewall rules using the [Azure portal](./howto-manage-firewall-using-portal.md) or [Azure CLI](./howto-manage-firewall-using-cli.md)
22+
2023
## Install PHP
2124
Install PHP on your own server, or create an Azure [web app](../app-service/overview.md) that includes PHP.
2225

articles/mysql/connect-python.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: mysql
77
ms.custom: [mvc, seo-python-october2019]
88
ms.devlang: python
99
ms.topic: quickstart
10-
ms.date: 01/09/2020
10+
ms.date: 5/26/2020
1111
---
1212

1313
# Quickstart: Use Python to connect and query data with Azure Database for MySQL
@@ -21,6 +21,9 @@ This topic assumes that you're familiar with developing using Python, but you're
2121
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio).
2222
- An Azure Database for MySQL server. [Create an Azure Database for MySQL server using Azure portal](quickstart-create-mysql-server-database-using-azure-portal.md) or [Create an Azure Database for MySQL server using Azure CLI](quickstart-create-mysql-server-database-using-azure-cli.md).
2323

24+
> [!IMPORTANT]
25+
> Ensure the IP address you're connecting from has been added the server's firewall rules using the [Azure portal](./howto-manage-firewall-using-portal.md) or [Azure CLI](./howto-manage-firewall-using-cli.md)
26+
2427
## Install Python and the MySQL connector
2528

2629
Install Python and the MySQL connector for Python on your computer by using the following steps:

articles/mysql/connect-ruby.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: mysql
77
ms.custom: mvc
88
ms.devlang: ruby
99
ms.topic: quickstart
10-
ms.date: 12/02/2019
10+
ms.date: 5/26/2020
1111
---
1212

1313
# Azure Database for MySQL: Use Ruby to connect and query data
@@ -18,6 +18,9 @@ This quickstart uses the resources created in either of these guides as a starti
1818
- [Create an Azure Database for MySQL server using Azure portal](./quickstart-create-mysql-server-database-using-azure-portal.md)
1919
- [Create an Azure Database for MySQL server using Azure CLI](./quickstart-create-mysql-server-database-using-azure-cli.md)
2020

21+
> [!IMPORTANT]
22+
> Ensure the IP address you're connecting from has been added the server's firewall rules using the [Azure portal](./howto-manage-firewall-using-portal.md) or [Azure CLI](./howto-manage-firewall-using-cli.md)
23+
2124
## Install Ruby
2225
Install Ruby, Gem, and the MySQL2 library on your own computer.
2326

articles/mysql/connect-workbench.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: andrela
66
ms.service: mysql
77
ms.custom: mvc
88
ms.topic: quickstart
9-
ms.date: 3/18/2020
9+
ms.date: 5/26/2020
1010
---
1111

1212
# Azure Database for MySQL: Use MySQL Workbench to connect and query data
@@ -17,6 +17,9 @@ This quickstart uses the resources created in either of these guides as a starti
1717
- [Create an Azure Database for MySQL server using Azure portal](./quickstart-create-mysql-server-database-using-azure-portal.md)
1818
- [Create an Azure Database for MySQL server using Azure CLI](./quickstart-create-mysql-server-database-using-azure-cli.md)
1919

20+
> [!IMPORTANT]
21+
> Ensure the IP address you're connecting from has been added the server's firewall rules using the [Azure portal](./howto-manage-firewall-using-portal.md) or [Azure CLI](./howto-manage-firewall-using-cli.md)
22+
2023
## Install MySQL Workbench
2124
Download and install MySQL Workbench on your computer from [the MySQL website](https://dev.mysql.com/downloads/workbench/).
2225

0 commit comments

Comments
 (0)