Pratheep Sinnathurai

Results 6 comments of Pratheep Sinnathurai

I am also having the Same Issue.

Is there any update on this Issue? I have the same Issue in my LAB. I have create an article about it: https://medium.com/p/82d393aeac14 ![image](https://github.com/Azure/bicep/assets/78587668/ee19b5f5-aaba-4b60-885f-878f382a510c)

I have the same Issue. ../../images/me/picture.png didn't work

I am having the same Issue in this Case: ``` module subnet_NSGs 'br/public:avm/res/network/network-security-group:0.1.3' = [ for subnet in subnets: if (!contains(excludedSubnetNames, subnet.name)) { name: '${uniqueString(deployment().name)}-nsg_endpoint-${locationShortname}-${subnet.name}' params: { enableTelemetry: false name:...