Unable to Complete Metabase Setup on Azure

Hello,

I am experiencing issues while setting up a Metabase on Azure following the documentation provided(Running Metabase on Microsoft Azure | Metabase Documentation).

Below are the steps I have taken so far and the problems I am encountering:

  1. Web App Creation:
  • Created a Web App with the publishing model set to Container.
  • Uploaded the latest version of Metabase to the Container registry.
  1. PostgreSQL Database:
  • Created a PostgreSQL database for configuration purposes.
  1. Environment Variable:
  • Added the environment variable MB_DB_CONNECTION_URI to the app with the following PostgreSQL connection string:
  • postgresql://[Name].database.azure.com:5432/postgres?user=%40[Name].database.azure.com&password=[Password]&ssl=true&sslmode=require
  • Connection Details:
  • Server Name: .database.azure.com
  • Username: @.database.azure.com
  • Password:
  • Database Name: postgres

When I run the application, it initiates setup but never completes. The setup process remains incomplete even after several hours. Additionally, I observed errors related to API health checks in the console.

I have attempted to set the private IP address, but the issue persists.

Please guide me through any additional steps or configurations that may be necessary.

I am attaching a screenshot of the app and the API health check for your reference.

Thank you in advance for your help.

Application:

API: