Skip to content

Commit 510cd01

Browse files
Merge branch 'main' into dev
2 parents 3924ba5 + 9c98e88 commit 510cd01

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,8 @@ To review Cosmos DB configuration overview and steps, follow the link [here](doc
184184
### Deploy instructions
185185
<br/>
186186

187+
> **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/LOCAL_DEPLOYMENT.md#31-choose-deployment-type-optional).
188+
187189
> ⚠️ **Important: Check Azure OpenAI Quota Availability**
188190
<br/>To ensure sufficient quota is available in your subscription, please follow [quota check instructions guide](./docs/QuotaCheck.md) before you deploy the solution.
189191

docs/LOCAL_DEPLOYMENT.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ This guide walks you through deploying the Chat with your Data solution accelera
66

77
<!-- 🆘 **Need Help?** If you encounter any issues during setup, check our [Troubleshooting Guide](./TroubleShootingSteps.md) for solutions to common problems. -->
88

9+
> **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).
10+
911
## Step 1: Prerequisites & Setup
1012

1113
### 1.1 Azure Account Requirements

infra/main.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54527,6 +54527,8 @@
5452754527
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageQueue)]",
5452854528
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageBlob)]",
5452954529
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageFile)]",
54530+
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageQueue)]",
54531+
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageBlob)]",
5453054532
"managedIdentityModule",
5453154533
"virtualNetwork"
5453254534
]
@@ -56557,4 +56559,4 @@
5655756559
"value": "[variables('semanticKernelSystemPrompt')]"
5655856560
}
5655956561
}
56560-
}
56562+
}

0 commit comments

Comments
 (0)