Modernize-your-code-solution-accelerator
Modernize-your-code-solution-accelerator copied to clipboard
docs: Add documentation for deploying with limited Azure OpenAI quota
Purpose
This pull request adds a new documentation file to help users deploy the Modernize Your Code Solution Accelerator when their Azure OpenAI quota is limited. The document provides step-by-step instructions for bypassing or lowering quota validation thresholds, ensuring users can deploy successfully even with reduced capacity.
New documentation for quota-limited deployments:
- Added
docs/DeployWithLimitedQuota.mdto guide users on deploying with lower Azure OpenAI model quota, including two options: removing quota validation or lowering the quota threshold ininfra/main.bicep. - Included configuration steps and performance considerations for deployments with reduced quota.
- Linked to related resources for deployment, quota checking, and advanced configuration.
- Explained the rationale behind quota validation and how to work around it for successful deployment.
Does this introduce a breaking change?
- [ ] Yes
- [x] No
Golden Path Validation
- [ ] I have tested the primary workflows (the "golden path") to ensure they function correctly without errors.
Deployment Validation
- [ ] I have validated the deployment process successfully and all services are running as expected with this change.
What to Check
Verify that the following are valid
- ...