From e284ef6b884428123a954e00e885917d88611219 Mon Sep 17 00:00:00 2001 From: Hiroshi Yoshioka <40815708+hyoshioka0128@users.noreply.github.com> Date: Sun, 9 Apr 2023 00:15:37 +0900 Subject: [PATCH] =?UTF-8?q?Typo=20"GitHub=20Action=20runner"=E2=86=92"GitH?= =?UTF-8?q?ub=20Actions=20Runner"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/Azure/mysql/blob/master/README.md #PingMSFTDocs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e68237..5816d47 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Connecton string parameter is kept for backward compatability, not to break any * Authenticate using [Azure Login](https://github.com/Azure/login) -For the action to run, the IP Address of the GitHub Action runner (automation agent) must be added to the 'Allowed IP Addresses' by setting [MySQL server firewall rules](https://docs.microsoft.com/en-us/azure/mysql/howto-manage-firewall-using-portal) in Azure. Without the firewall rules, the runner cannot communicate with Azure database for MySQL. +For the action to run, the IP Address of the GitHub Actions Runner (automation agent) must be added to the 'Allowed IP Addresses' by setting [MySQL server firewall rules](https://docs.microsoft.com/en-us/azure/mysql/howto-manage-firewall-using-portal) in Azure. Without the firewall rules, the runner cannot communicate with Azure database for MySQL. By default, the action would auto-detect the IP Address of the runner to automatically add firewall exception rule. These firewall rules will be deleted after the action executes.