Does anyone here know how to associate an existin...
# general
n
Does anyone here know how to associate an existing Azure network security group to a subnet using the azure_native package? Something similar to the azure_classic package - https://www.pulumi.com/registry/packages/azure/api-docs/network/subnetnetworksecuritygroupassociation/
Found it, reading the constructor documentation had me confused as I tried passing it a NetworkSecurityGroupArgs construct but instead it requires a mapping object of elements defined in the the NetworkSecurityGroupArgs.
For example: