docs: Revise structure and enhance Local Deployment Guide #1991
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose
This pull request adds several new documentation files to help users set up, customize, and manage Azure resources for deployments. The most important changes are the addition of guides for Azure account setup, customizing deployment parameters, checking OpenAI model quotas, and cleaning up resources after failed deployments.
Azure Setup and Permissions
docs/azure_account_setup.mdwith step-by-step instructions for creating an Azure account, verifying required permissions, and viewing role assignments in the Azure Portal.Deployment Customization
docs/customizing_azd_parameters.mddetailing all configurable Azure deployment parameters, their default values, and instructions for overriding them usingazd env set. Includes important notes for PostgreSQL deployments and region compatibility.Resource Management and Cleanup
docs/delete_resource_group.mdwith a detailed guide (including screenshots) on how to manually delete resource groups or individual resources in the Azure Portal after a failed deployment, and troubleshooting locked resources.OpenAI Model Quota Management
docs/azure_openai_model_quota_settings.mdwith instructions for checking and updating Azure OpenAI model quotas, including navigation steps in the Azure AI Foundry portal.Does this introduce a breaking change?
How to Test
What to Check
Verify that the following are valid
Other Information