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
However, if i then use azure portal to add A/D authentication to my container app (cause im not sure how to do that in terraform), and afterwards if i run a terraform apply once more, i get the error below:
│ Error: cannot remove secrets from Container Apps at this time due to a limitation in the Container Apps Service. Please see `https://github.com/microsoft/azure-container-apps/issues/395` for more details
│
│ with azurerm_container_app.aca,
│ on main.tf line 50, in resource "azurerm_container_app" "aca":
│ 50: resource "azurerm_container_app" "aca" {
The issue referenced in the error (microsoft/azure-container-apps#395) indicates this is a terraform issue - but i do not see any similar issue ticket in this repo. Wondering if this was addressed and if so, why is it happening and how do i resolve this?
After receiving this error, one can no longer run a terraform apply or destroy.
Steps to Reproduce
Create a Container App using secrets for accessing the ACR
after container app is built, make a change using azure portal to add Microsoft A/D authentication
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Terraform Version
Terraform Configuration Files
what config are you looking for here? do you mean the terraform code?
Debug Output
none
Expected Behavior
should work
Actual Behavior
I can build my container app successfully with the below code:
However, if i then use azure portal to add A/D authentication to my container app (cause im not sure how to do that in terraform), and afterwards if i run a terraform apply once more, i get the error below:
The issue referenced in the error (microsoft/azure-container-apps#395) indicates this is a terraform issue - but i do not see any similar issue ticket in this repo. Wondering if this was addressed and if so, why is it happening and how do i resolve this?
After receiving this error, one can no longer run a terraform apply or destroy.
Steps to Reproduce
Additional Context
Issue ticket from azure container apps github: microsoft/azure-container-apps#395
References
No response
The text was updated successfully, but these errors were encountered: