Skip to content

Commit 1bd9d0c

Browse files
authored
Merge pull request #97047 from hzhang87/personal/haz/revert
Remove redirection section
2 parents 3ec508e + 2353eb3 commit 1bd9d0c

File tree

4 files changed

+5
-160
lines changed

4 files changed

+5
-160
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43856,6 +43856,11 @@
4385643856
"source_path": "articles/service-bus-messaging/migrate-java-apps-wild-fly.md",
4385743857
"redirect_url": "/azure/app-service/containers/configure-language-java#use-service-bus-as-a-message-broker",
4385843858
"redirect_document_id": false
43859+
},
43860+
{
43861+
"source_path": "articles/mysql/howto-redirection.md",
43862+
"redirect_url": "/azure/mysql/concepts-connectivity-architecture",
43863+
"redirect_document_id": false
4385943864
}
4386043865
]
4386143866
}

articles/mysql/TOC.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,6 @@
170170
href: howto-configure-ssl.md
171171
- name: Web apps
172172
href: howto-connect-webapp.md
173-
- name: Connect with redirection
174-
href: howto-redirection.md
175173
- name: Configure server parameters
176174
items:
177175
- 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 & 150 deletions
This file was deleted.

0 commit comments

Comments
 (0)