Skip to content

Commit 473759d

Browse files
committed
Remove redirection section
1 parent 43748fb commit 473759d

File tree

3 files changed

+0
-145
lines changed

3 files changed

+0
-145
lines changed

articles/mysql/TOC.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,6 @@
168168
href: howto-configure-ssl.md
169169
- name: Web apps
170170
href: howto-connect-webapp.md
171-
- name: Connect with redirection
172-
href: howto-redirection.md
173171
- name: Configure server parameters
174172
items:
175173
- name: Azure portal

articles/mysql/concepts-connectivity-architecture.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,6 @@ The following table lists the primary and secondary IPs of the Azure Database fo
6262
> [!NOTE]
6363
> *East US 2* has also a tertiary IP address of `52.167.104.0`.
6464
65-
## Connection redirection
66-
67-
Azure Database for MySQL supports an additional connection policy, **redirection**, that helps to reduce network latency between client applications and MySQL servers. With this feature, after the initial TCP session is established to the Azure Database for MySQL server, the server returns the backend address of the node hosting the MySQL server to the client. Thereafter, all subsequent packets flow directly to the server, bypassing the gateway. As packets flow directly to the server, latency and throughput have improved performance.
68-
69-
This feature is supported in Azure Database for MySQL servers with engine versions 5.6, 5.7, and 8.0.
70-
71-
Preview support for redirection is available in the [PHP mysqlnd_azure](https://github.com/microsoft/mysqlnd_azure) extension, developed by Microsoft, and is available on [PECL](https://pecl.php.net/package/mysqlnd_azure). See the [configuring redirection](./howto-redirection.md) article for more information on how to use redirection in your applications.
72-
7365
## Next steps
7466

7567
* [Create and manage Azure Database for MySQL firewall rules using the Azure portal](./howto-manage-firewall-using-portal.md)

articles/mysql/howto-redirection.md

Lines changed: 0 additions & 135 deletions
This file was deleted.

0 commit comments

Comments
 (0)