is there an index of `pulumi_azure`/`pulumi_azure_...
# azure
h
is there an index of `pulumi_azure`/`pulumi_azure_native` resources by azure resource type?
p
you mean aside from the registry?
h
i mean things like
Microsoft.Network/networkInterfaces
to
azure-native.network.NetworkInterface
other than just kinda squinting and guessing and searching the docs
p
Thats actually a good question. I can see that would be amazing lol
Here Ive been squinting at docs for hrs
h
https://www.pulumi.com/arm2pulumi/ helpfully converted a thing, but it's using undocumented resources 🤦
yeah..... arm2pulumi just made up a resource for
Microsoft.Network/dnsZones
p
I find its best to take a look at the resources in your existing template and then pull in those IDs of the resources yourself to onboard the infra to it.
h
oh, i'm learning azure for the first time, and i'm working on a greenfield, so I'm using portal-generated templates to tell me "how the heck do I use feature _X_"
p
You mean like what are its dependencies?
h
yeah
previously it was CosmosDB and Private Link
currently it's Ingress and WAF
p
Do you plan on front ending things with Az FrontDoor?
h
looking at Application Gateway because I don't think I need global CDN (my use case is unusual) but I do want WAF
p
Oh gotcha