From aee32c32cf1f231c0824bd6efa18411bb1e85e5b Mon Sep 17 00:00:00 2001 From: Thanusree-Microsoft <168087422+Thanusree-Microsoft@users.noreply.github.com> Date: Fri, 10 Apr 2026 10:26:46 +0530 Subject: [PATCH 1/2] Update README with security and quota notes Added notes about tenant security restrictions and Azure OpenAI quota availability. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0b70701cb..078ed55d0 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,8 @@ Follow the quick deploy steps on the deployment guide to deploy this solution to
+> **Note**: Some tenants may have additional security restrictions that run periodically and could impact the application (e.g., blocking public network access). If you experience issues or the application stops working, check if these restrictions are the cause. In such cases, consider deploying the WAF-supported version to ensure compliance. To configure, [Click here](./docs/DeploymentGuide.md#31-choose-deployment-type-optional). + > ⚠️ **Important: Check Azure OpenAI Quota Availability**
To ensure sufficient quota is available in your subscription, please follow [quota check instructions guide](./docs/quota_check.md) before you deploy the solution. From e1027fa780dbf41c93435bba03defd5e0ea7bdbc Mon Sep 17 00:00:00 2001 From: Thanusree-Microsoft <168087422+Thanusree-Microsoft@users.noreply.github.com> Date: Fri, 10 Apr 2026 10:27:24 +0530 Subject: [PATCH 2/2] Update Deployment Guide with security note Added note about security restrictions and WAF-supported version deployment. --- docs/DeploymentGuide.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/DeploymentGuide.md b/docs/DeploymentGuide.md index 0ddf3e943..f14219049 100644 --- a/docs/DeploymentGuide.md +++ b/docs/DeploymentGuide.md @@ -6,6 +6,8 @@ This guide walks you through deploying the Multi Agent Custom Automation Engine 🆘 **Need Help?** If you encounter any issues during deployment, check our [Troubleshooting Guide](./TroubleShootingSteps.md) for solutions to common problems. +> **Note**: Some tenants may have additional security restrictions that run periodically and could impact the application (e.g., blocking public network access). If you experience issues or the application stops working, check if these restrictions are the cause. In such cases, consider deploying the WAF-supported version to ensure compliance. To configure, [Click here](#31-choose-deployment-type-optional). + ## Step 1: Prerequisites & Setup ### 1.1 Azure Account Requirements