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
Copy file name to clipboardExpand all lines: docs/DeploymentGuide.md
+41-41Lines changed: 41 additions & 41 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -435,6 +435,47 @@ When creating your environment name, follow these rules:
435
435
2. **Add Authentication Provider**
436
436
- Follow steps in [App Authentication](./ConfigureAppAuthentication.md) to configure authentication in app service. Note that Authentication changes can take up to 10 minutes.
437
437
438
+
## Known Issues
439
+
440
+
**Unable to update/add environment variables in Azure Container App**
441
+
442
+
You may encounter issues when attempting to modify environment variables or container configuration in Azure Container Apps:
443
+
444
+
**Affected Scenarios:**
445
+
- **App Authentication Setup:** When adding authentication-related environment variables (CRUD operations on env variables)
446
+
- **Container Configuration:** When trying to edit ACR name, image, or tag information for Container Apps
447
+
448
+
**Root Cause:**
449
+
This is an ongoing issue in Azure that affects the Azure Portal's ability to update Container Apps configurations.
450
+
451
+
**Workaround - Use Azure CLI:**
452
+
453
+
Until this issue is resolved, use Azure CLI commands to add or update environment variables and container configurations:
0 commit comments