Deployment Mode
Azure DevOps
Steps to reproduce
Deploying new diagnostics with the SQL pool setting as "false" causes "not found" error with the services/diagnosticsettings.bicep deployment. This occurs in both Streaming and Batch products. Likely, also Analytics seems to include similar declarations so likely affects there as well.
Error Message
{
"status": "Failed",
"error": {
"code": "ResourceNotFound",
"message": "The Resource 'Microsoft.Synapse/workspaces/xx-dev-synapse001/sqlPools/sqlPool001' under resource group 'xx-dev-di002' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix"
}
}
Screenshots
No response
Code of Conduct