You have an Azure SQL database.
You deploy Data API builder (DAB) to Azure Container Apps using the mcr.microsoft.com/azure-databases/data-api-builder:latest image.
You have the following Container Apps secrets:
MSSQL_CONNECTION_STRING, which maps to the SQL connection string
DAB_CONFIG_BASE64, which maps to the DAB configuration
You need to initialize the DAB configuration so that it reads the SQL connection string.
Which command should you run?
Community Discussion