Hey I've already created pulumi stacks with GCP b...
# azure
a
Hey I've already created pulumi stacks with GCP but I'm new to azure. I have a question the way pulumi provisions resources inside azure does it create and manage the arm template layer or does it directly interact with the azure API ?
b
It interacts directly with the Azure API
👍 1
If you're using the Azure Native provider then that means that you'll have access to all the resources as the ARM templates (so basically everything) but we don't generate the ARM templates
👍 1
a
ohh that's super interesting does this apply across all the languages pulumi offers ?
typescript C# python .....
b
yes
All languages at the same time
So if you see a resource in one you'll see it in all of them
a
perfect Thanks again for this