From 9fca1d75c4c4936aaec55631e00b317bf38cc87f Mon Sep 17 00:00:00 2001 From: Vinay-Microsoft Date: Tue, 15 Apr 2025 11:47:30 -0700 Subject: [PATCH 1/2] Update DeploymentGuide.md Corrected the path for Quota check script --- docs/DeploymentGuide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/DeploymentGuide.md b/docs/DeploymentGuide.md index 7e704fa4..c97ae29a 100644 --- a/docs/DeploymentGuide.md +++ b/docs/DeploymentGuide.md @@ -32,7 +32,7 @@ This will allow the scripts to run for the current session without permanently c ### **Important: Check Azure OpenAI Quota Availability** -⚠️ To ensure sufficient quota is available in your subscription, please follow [quota check instructions guide](./Quota_Check.md) before you deploy the solution. +⚠️ To ensure sufficient quota is available in your subscription, please follow [quota check instructions guide](./docs/Quota_Check.md) before you deploy the solution.
@@ -254,4 +254,4 @@ This will rebuild the source code, package it into a container, and push it to t 4. **Deleting Resources After a Failed Deployment** - - Follow steps in [Delete Resource Group](./DeleteResourceGroup.md) if your deployment fails and/or you need to clean up the resources. \ No newline at end of file + - Follow steps in [Delete Resource Group](./DeleteResourceGroup.md) if your deployment fails and/or you need to clean up the resources. From b56ef3430b1aba0e746df7790b3eba59c09b69a8 Mon Sep 17 00:00:00 2001 From: Vinay-Microsoft Date: Tue, 15 Apr 2025 11:53:59 -0700 Subject: [PATCH 2/2] Update DeploymentGuide.md Corrected the name for quotacheck script --- docs/DeploymentGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DeploymentGuide.md b/docs/DeploymentGuide.md index c97ae29a..05351b21 100644 --- a/docs/DeploymentGuide.md +++ b/docs/DeploymentGuide.md @@ -32,7 +32,7 @@ This will allow the scripts to run for the current session without permanently c ### **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. +⚠️ To ensure sufficient quota is available in your subscription, please follow [quota check instructions guide](./quota_check.md) before you deploy the solution.