https://pulumi.com logo
Title
a

ambitious-helmet-24352

04/22/2021, 2:45 PM
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

brave-planet-10645

04/22/2021, 2:48 PM
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

ambitious-helmet-24352

04/22/2021, 2:54 PM
ohh that's super interesting does this apply across all the languages pulumi offers ?
typescript C# python .....
b

brave-planet-10645

04/22/2021, 3:06 PM
yes
All languages at the same time
So if you see a resource in one you'll see it in all of them
a

ambitious-helmet-24352

04/22/2021, 3:30 PM
perfect Thanks again for this