Skip to main content
The 2024 Developer Survey results are live! See the results

When Azure Marketplace will support Bicep or Terraform?

Created
Active
Viewed 164 times
5 replies
3

The Azure Marketplace appears to struggle with integration across Microsoft's broader technology ecosystem.

Its omission of support for key infrastructure-as-code tools like Bicep and Terraform hampers widespread adoption and dampens developer interest in building applications for the platform.

Beyond this particular concern, my experience with the Marketplace has revealed a certain fragility and a user experience that leaves room for improvement.

I'm interested in learning about the experiences of others with the Azure Marketplace. What are your thoughts and insights on this matter?

5 replies

Sorted by:
78519551
0

we extensively use bicep to deploy all our resources through pipeline. we dont deploy it from cli. working with bicep has been good so far compared to arm template.

78580548
0

You can use from Azure Devops marketplace:

  • Run Terraform

  • Terraform cli

  • Terraform installer and tool installer

78594857
0
Author

I think you didn't get my use case. In marketplace, we have to publish an app and to Go Live we need to submit the templates too. So that after the app is published anyone can install it in their subscription. I am not quite sure how you could submit terraform templates when it doesn't support in the first place.

78772372
0

The use of Bicep is kind of already possible on the marketplace because you can convert Bicep to ARM - and vice versa -.

78777345
0
Author

I know that's possible, but it won't be optimal if you have a multiple modular or nested json. This is just a hackish way. I am looking for a native support.