For someone who's starting to use Pulumi to provis...
# azure
g
For someone who's starting to use Pulumi to provision a platform on Azure, would you recommend using the next-gen provider or the terraform one?
b
You'll get more up to date resources with nextgen
At the moment technically it's in preview (although many customers use it for their production deployments)
But if you want the latest services from azure when they're made available, use nextgen
g
Cool thanks. I found it a bit hard to get to the next-gen documentation. Am I right to think it's not difficult to migrate already existing Pulumi using terraform provider to next-gen?
b
@glamorous-helmet-50600 It's difficult to provider a direct migration as some of the resources don't actually exist in the Terrafom based provider... some work may happen in this are but I am not 100% sure
g
Fair enough, my stack is still very small anyway so I think I might be just in time
My only concern is that next-gen doesn't seem to have as much documentation/examples
b
what documentation are you looking at?
Each of the resources should have examples for all languages