Skip to content
Snippets Groups Projects
Unverified Commit 7bf6112f authored by Luis Paolini's avatar Luis Paolini Committed by GitHub
Browse files

Update running-metabase-on-azure.md (#32709)

parent a195650f
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment