-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
azurerm_container_app - Ingress type TCP support #21133
Comments
Looks as if API version 2022-10-01 adds another transport type (tcp) that enables this: https://learn.microsoft.com/en-us/azure/templates/microsoft.app/2022-10-01/containerapps?pivots=deployment-language-arm-template#ingress-1 but current implementation seem to be using API version 2022-03-01. |
Thank you for the update @christoe . Now I have switched to azapi provider and able to create the resource with tcp port. |
+1 to this issue being a blocker for us w/ ACA + Azure Application Gateway. |
I face the same problem, any updates here? Azapi and Azure CLI are working fine... |
Fixed in #23752. Could you confirm it's working? |
I have also checked and it is working now |
Is there an existing issue for this?
Community Note
Description
I would like to host a TCP based application in Azure container app. With the current provider, unable to make the ingress type as "TCP". Do not have option to change. It is by default comes with HTTP.
New or Affected Resource(s)/Data Source(s)
azurerm_v3.43.0
Potential Terraform Configuration
References
No response
The text was updated successfully, but these errors were encountered: