From 7bf6112f4af5474d3f174da37be0bb30c17c3a02 Mon Sep 17 00:00:00 2001
From: Luis Paolini <paoliniluis@gmail.com>
Date: Tue, 22 Aug 2023 20:09:21 +0200
Subject: [PATCH] Update running-metabase-on-azure.md (#32709)

---
 docs/installation-and-operation/running-metabase-on-azure.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/installation-and-operation/running-metabase-on-azure.md b/docs/installation-and-operation/running-metabase-on-azure.md
index 4e478a9ca98..b8974fa925f 100644
--- a/docs/installation-and-operation/running-metabase-on-azure.md
+++ b/docs/installation-and-operation/running-metabase-on-azure.md
@@ -136,8 +136,9 @@ For example, if your values are:
 then your connection string would be: 
 
 ```
-postgresql://10.0.2.4:5432/postgres?user=metabase@metabase-app-database&password=Password1!&ssl=true&sslmode=require
+postgresql://10.0.2.4:5432/postgres?user=metabase%40metabase-app-database&password=Password1!&ssl=true&sslmode=require
 ```
+Note: the "@" character has been replaced for "%40", as the "@" will no longer work in versions > 43
 
 Click **Save** and the instance will restart. 
 
-- 
GitLab