I'm using an Azure DevsOps Release Pipeline, which has the Deploy DacPac step. It's failing with no useful error. Where do I even start trying to debug something like this?
2023-10-31T11:52:53.2467107Z ##[debug]Initializing deployment (Start)
2023-10-31T11:52:53.2478476Z ##[debug]Initializing deployment (Complete)
2023-10-31T11:52:53.2491000Z ##[debug]Analyzing deployment plan (Start)
2023-10-31T11:52:53.2503313Z ##[debug]Analyzing deployment plan (Complete)
2023-10-31T11:52:53.2515949Z ##[debug]Updating database (Start)
2023-10-31T11:52:53.2527690Z ##[debug]An error occurred while the batch was being executed.
2023-10-31T11:52:53.2540412Z ##[debug]Updating database (Failed)
2023-10-31T11:52:53.2707612Z ##[debug]Time elapsed 0:00:28.40
As a way to troubleshoot this issue, please try the following steps: