Hi <@UB39JFCKC> I'm trying to migrate pulumi azure...
# general
w
Hi @tall-librarian-49374 I'm trying to migrate pulumi azure to native but many resources are not able to find in native version. Ex: I'm not able to find FirewallNatRuleCollection resource in azure-native. What is alternative for this resource?
t
There’s no 1:1 mapping between the old model and ARM. I believe you have to define NAT rules inline in the AzureFirewall resource https://www.pulumi.com/docs/reference/pkg/azure-native/network/azurefirewall/#natrulecollections_nodejs
❤️ 1
w
Thanks, I found a solution to fix it already.