You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Azure Resource Manager supports three deployment technologies: JSON deployment templates, bicep (which generates JSON deployment templates), and terraform. We currently standardize on bicep as the official native solution, but there have been many requests for terraform support. If we add terraform support, this will slow down feature development because of the additional maintenance effort for developing two different deployments -- bicep and terraform. This is on top of also supporting PowerShell and a web interface, which is forthcoming.
How important is deploying via terraform?
My org only supports bicep
5%
My org will deploy bicep or terraform
0%
My org prefers terraform, but is willing to use bicep if there's enough value
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Azure Resource Manager supports three deployment technologies: JSON deployment templates, bicep (which generates JSON deployment templates), and terraform. We currently standardize on bicep as the official native solution, but there have been many requests for terraform support. If we add terraform support, this will slow down feature development because of the additional maintenance effort for developing two different deployments -- bicep and terraform. This is on top of also supporting PowerShell and a web interface, which is forthcoming.
19 votes ·
Beta Was this translation helpful? Give feedback.
All reactions