What happened?
I deployed Azure Web App to run dab and it was okay for early version in 2023 I remembered. However it is failed with the up-to-date version. How do I fix it, need new startup command or other more configuration
The startup command was dotnet Azure.DataApiBuilder.Service.dll --ConfigFileName /App/config/dab-config.json for azure-databases/data-api-builder:latest
Version
latest
What database are you using?
Azure SQL
What hosting model are you using?
AppService
Which API approach are you accessing DAB through?
REST
Relevant log output
025-03-30T03:25:02.249Z INFO - Waiting for response to warmup request for container dbapidemo231101_0_d13230f9. Elapsed time = 204.014212 sec
2025-03-30T03:25:17.567Z INFO - Waiting for response to warmup request for container dbapidemo231101_0_d13230f9. Elapsed time = 219.3323298 sec
2025-03-30T03:25:28.959Z ERROR - Container dbapidemo231101_0_d13230f9 for site dbapidemo231101 did not start within expected time limit. Elapsed time = 230.7237182 sec
2025-03-30T03:25:28.960Z INFO - Initiating warmup request to container dbapidemo231101_0_d13230f9_middleware for site dbapidemo231101
2025-03-30T03:25:30.378Z INFO - Container dbapidemo231101_0_d13230f9_middleware for site dbapidemo231101 initialized successfully and is ready to serve requests.
2025-03-30T03:25:30.472Z ERROR - Container dbapidemo231101_0_d13230f9 didn't respond to HTTP pings on port: 80, failing site start. See container logs for debugging.
2025-03-30T03:25:30.604Z INFO - Stopping site dbapidemo231101 because it failed during startup.
Code of Conduct
What happened?
I deployed Azure Web App to run dab and it was okay for early version in 2023 I remembered. However it is failed with the up-to-date version. How do I fix it, need new startup command or other more configuration
The startup command was dotnet Azure.DataApiBuilder.Service.dll --ConfigFileName /App/config/dab-config.json for azure-databases/data-api-builder:latest
Version
latest
What database are you using?
Azure SQL
What hosting model are you using?
AppService
Which API approach are you accessing DAB through?
REST
Relevant log output
Code of Conduct