Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#general
Title
w
wet-sunset-4939
08/03/2021, 2:52 AM
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
tall-librarian-49374
08/03/2021, 5:22 AM
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
wet-sunset-4939
08/15/2021, 1:00 AM
Thanks, I found a solution to fix it already.
Post