pulumi-azure-native
pulumi-azure-native copied to clipboard
Associates a Network Security Group with a Subnet within a Virtual Network.
Hello!
- Vote on this issue by adding a 👍 reaction
- If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
In Azure Classic, it was possible to associate a NSG with a Subnet using azure.network.SubnetNetworkSecurityGroupAssociation. However, this is not possible in Azure Native. At best, a new Subnet needs to be created and the NSG is provided as an option (See https://github.com/pulumi/pulumi-azure-native/issues/781#issuecomment-824134389).
For customers, this may be a blocking issue as many resources could already exist in that subnet and where it can't be easily recreated. This feature request to help close that gap.