File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -614,16 +614,19 @@ To debug the MCP server by adding the following launch.json entry:
614614```
615615## Known Issues
616616
617- **Unable to update/add environment variables in Azure Container App**
617+ **Below are currently identified issues with workarounds. Please review before reaching out for support.**
618+
619+ ### Unable to update/add environment variables in Azure Container App
618620
619621You may encounter issues when attempting to modify environment variables or container configuration in Azure Container Apps:
620622
621623**Affected Scenarios:**
622- - **App Authentication Setup:** When adding authentication-related environment variables (CRUD operations on env variables)
624+ - **App Authentication Setup:** When adding authentication-related environment variables
625+ - **Environment Variable Management:** Updating or deleting existing environment variables
623626- **Container Configuration:** When trying to edit ACR name, image, or tag information for Container Apps
624627
625628**Root Cause:**
626- This is an ongoing issue in Azure that affects the Azure Portal' s ability to update Container Apps configurations.
629+ A known issue in the Azure Portal prevents updating Container Apps configurations. This affects both environment variables and container settings .
627630
628631**Workaround - Use Azure CLI:**
629632
@@ -639,7 +642,7 @@ az containerapp update \
639642```
640643
641644**For Container Image Updates:**
642- ` ` ` bash
645+ ```shell
643646# Update container image
644647az containerapp update \
645648 --name <container-app-name> \
You can’t perform that action at this time.
0 commit comments