Azure / avdaccelerator

AVD Accelerator deployment automation to simplify the setup of AVD (Azure Virtual Desktop) based on best practices
MIT License
342 stars 214 forks source link

avdMonitoring.bicep #715

Open CraigGardinerDXC opened 4 days ago

CraigGardinerDXC commented 4 days ago

What happened? Provide a clear and concise description of the bug, including deployment details.

When deploying the AVD Diagnostic policies using the file "avdMonitoring.bicep" I'm receiving the following error: { "code": "DeploymentFailed", "target": "/subscriptions//providers/Microsoft.Resources/deployments/Policy-Set-Definition-20241118T122809Z", "message": "At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-deployment-operations for usage details.", "details": [ { "code": "InvalidRequestContent", "message": "The request content was invalid and could not be deserialized: 'Error converting value \"/subscriptions//resourceGroups//providers/Microsoft.OperationalInsights/workspaces/\" to type 'Microsoft.WindowsAzure.Governance.PolicyService.Models.Policy.PolicyParameterDefinition'. Path 'properties.parameters.logAnalytics', line 1, position 581.'." } ] }

Please provide the correlation id associated with your error or bug.

38988541-bce9-4fd2-8155-882bfd872687

What was the expected outcome?

The policy initiative would be created with the required parameters.

Relevant log output

{"code":"DeploymentFailed","target":"/subscriptions//providers/Microsoft.Resources/deployments/Policy-Set-Definition-20241118T122809Z","message":"At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-deployment-operations for usage details.","details":[{"code":"InvalidRequestContent","message":"The request content was invalid and could not be deserialized: 'Error converting value \"/subscriptions//resourceGroups/rg-avd-hisp-prd-uks-monitoring/providers/Microsoft.OperationalInsights/workspaces/logavdprduks\" to type 'Microsoft.WindowsAzure.Governance.PolicyService.Models.Policy.PolicyParameterDefinition'. Path 'properties.parameters.logAnalytics', line 1, position 581.'."}]}
danycontre commented 4 days ago

@CraigGardinerDXC thanks for your feedback we are reviewing.