Replies: 3 comments 8 replies
-
Hi Kai, from my understanding it should be possible to create the infrastructure as well as deploy the app by sticking to Terraform without detours to Bicep. Technically Azure Container Apps are supported by the Azure Terraform Provider since beginning of February with release 3.43.0. (This might also be the reason why there is not yet an official Do you stumble across any specific error message during the execution via Terraform? |
Beta Was this translation helpful? Give feedback.
-
Hey Christian - nice to work on an actual issue together! |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
So I deploy Azure Container Apps infrastructure with
azd
using Terraform : https://github.com/KaiWalter/tf-acaHowever I was not able to find documentation how to deploy actual services - like
sender
andreceiver
in my repo - using Terraform and hence reverted to using Bicep. Is this currently the intended way? Deploy infrastructure with Terraform and services still with Bicep?Beta Was this translation helpful? Give feedback.
All reactions