diff --git a/images/php/settings.php b/images/php/settings.php index b5c5e629..9f4be90f 100755 --- a/images/php/settings.php +++ b/images/php/settings.php @@ -39,6 +39,9 @@ // queries to the replica. // // @see core/services.yml database.replica +// +// This is not compatible with Azure Flexible Server for MySQL without +// provisioning new read-only instances in the db cluster. if (getenv('DB_READREPLICA_HOSTS')) { $replica_hosts = explode(' ', getenv('DB_READREPLICA_HOSTS')); $replica_hosts = array_map('trim', $replica_hosts);