Container Instance No Longer Starting #2298
-
I restarted a container instance today, and the container is now failing to start after pulling down the DAB image. I've created new container instances using mcr.microsoft.com/azure-databases/data-api-builder:1.1.7 and mcr.microsoft.com/azure-databases/data-api-builder:latest, and both instances get the same issue.
Edit: Worth noting that the container isn't generating any logs in the process. Is anyone else running into this problem? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Can you provide any more info about your config:
|
Beta Was this translation helpful? Give feedback.
Well this turned out to be EBKAC. The security schema for a table was changed between the two databases, so that was causing DAB to fail on startup.
The interesting thing is I've seen DAB generate errors on startup when the entities were misconfigured (e.g. missing key fields, typos in a view name, etc.). I'm not sure why DAB wasn't logging out errors in the container on startup.