Check for previous/existing GitHub issues
Issue Type?
Bug
Module Name
avm/res/cdn/profile
(Optional) Module Version
0.19.1
Description
main.bicep not setting logAnalyticsDestinationType.
When you deploy with logAnalyticsDestinationType = 'Dedicated' the resource will be created with:
"logAnalyticsDestinationType": null
This is because main.bicep does not properly pass the logAnalyticsDestinationType property down to the underlying Microsoft.Insights/diagnosticSettings resource, the value will default to null.
(Optional) Correlation Id
No response
Check for previous/existing GitHub issues
Issue Type?
Bug
Module Name
avm/res/cdn/profile
(Optional) Module Version
0.19.1
Description
main.bicep not setting logAnalyticsDestinationType.
When you deploy with logAnalyticsDestinationType = 'Dedicated' the resource will be created with:
"logAnalyticsDestinationType": null
This is because main.bicep does not properly pass the logAnalyticsDestinationType property down to the underlying Microsoft.Insights/diagnosticSettings resource, the value will default to null.
(Optional) Correlation Id
No response