Azure / data-product-streaming

Template to deploy a Data Product for data stream processing into a Data Landing Zone of the Data Management & Analytics Scenario (former Enterprise-Scale Analytics). The Data Product template can be used by cross-functional teams to ingest, provide and create new data assets within the platform.
MIT License
36 stars 14 forks source link

Bug: Not existing Synapse Dedicated SQL Pool causing errors in diagnosticsettings.bicep #103

Open Hurvester opened 2 years ago

Hurvester commented 2 years ago

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

marvinbuss commented 2 years ago

@sudivate This is another one of those reference issues. Can you please fix this?

marvinbuss commented 2 years ago

@sudivate Any updates for this error? Thanks!