Skip to content

Commit bb91916

Browse files
Revise known issues for Azure Container Apps
Updated known issues section with workarounds for Azure Container App environment variable management.
1 parent 4ffe00d commit bb91916

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

docs/DeploymentGuide.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff 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
619621
You 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
644647
az containerapp update \
645648
--name <container-app-name> \

0 commit comments

Comments
 (0)