Azure says it will delete a resource in Complete mode, even though that resource is in the template
I have a bicep template that specifies a SQL Server resource. I've already deployed this template (in Incremental mode) and the SQL Server resource exists. When I now run az deployment group what-if --mode Complete, the report states that the…