Closed FallenHoot closed 1 day ago
[!IMPORTANT] The "Needs: Triage :mag:" label must be removed once the triage process is complete!
[!TIP] For additional guidance on how to triage this issue/PR, see the BRM Issue Triage documentation.
@FallenHoot, thanks for submitting this issue for the avm/res/compute/virtual-machine-scale-set
module!
[!IMPORTANT] A member of the @Azure/avm-res-compute-virtualmachinescaleset-module-owners-bicep or @Azure/avm-res-compute-virtualmachinescaleset-module-contributors-bicep team will review it soon!
@FallenHoot , thank you. Please submit a PR!
Check for previous/existing GitHub issues
Issue Type?
Bug
Module Name
avm/res/compute/virtual-machine-scale-set
(Optional) Module Version
0.4.0
Description
Unable to enable Boot Diagnostics, because parameter is configured wrong. It needs boolen, but requesting a string. After looking into it more deeply, the Microsoft best practice is to not include a storage account, but that can be optional. The learn docs state that all you need is the enabled
true
orfalse
Feedback: After looking into this for VMs and VMSS, I noticed this has the same issue.
bootDiagnosticEnabled
needs to be a param to allow the users to decide if they should use the Microsoft best practice managed storage or the optional secure standalone storage account.Suggested fix:
Happy to create a PR if needed.
(Optional) Correlation Id
No response