Set Development Stack on Azure Container Apps

Hey

Is it possible to use Terraform to set the Development Stack on Azure Container apps? We can set it to Generic or Java, setting it to Java gives us additional useful metrics.

We use Terraform to deploy our container apps. If we set the Development Stack to “Java” via CLI or Portal and re-deploy the app via Terraform it will revert this setting to “Generic” which is Default, even if it does not list it as one of the changes. I was unable to find if Terraform supports this feature?

1 Like

Facing the same issue. Found any workaround?

Sadly no, we just use the application insight agent for monitoring, and change the stack temporarily if necessary

1 Like

Hello,

Is it possible to set/update development stack of Azure container apps using Terraform?