This message was deleted.
# azure
s
This message was deleted.
w
Can you provide more details about the problems? And, are you aware of the nextgen Azure provider? https://www.pulumi.com/blog/announcing-nextgen-azure-provider/ It is based on Azure’s ARM APIs and thus not bound to the Terraform providers.
a
Nice to hear there is this nextgen thing going on 🙂
I read that it doesn't yet support creating key vault secrets, so that is a no go for me atm
Next time I encounter a terraform related error I'll take care to write it down
And nice to see that both providers can coexist btw
w
You can mix and match the nextgen and the “classic” provider. So if the ARM API (and thus nextgen) doesn’t support a feature, you can use the “classic”provider right alongside the nextgen provider as needed.
a
Sounds like it's time to switch then 🙂
t
I read that it doesn’t yet support creating key vault secrets, so that is a no go for me atm
Also, the support for AKV secrets is already merged and will be there in the next release.