ADD#461
Conversation
|
ADD |
|
@rakib20271 please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
There was a problem hiding this comment.
Pull request overview
This PR adds a new parameterized Azure OpenAI quota-check helper script, introduces an AGENTS.md overview for coding agents/contributors, and normalizes quoting/formatting in azd YAML configuration files.
Changes:
- Added
scripts/quota_check_params.shto check Azure OpenAI quota across regions with--models,--regions, and--verboseoptions. - Updated
azure.yamlandazure_custom.yamlto use consistent quoting for strings/paths and template metadata. - Added
AGENTS.mddescribing repository structure and key workflows.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| scripts/quota_check_params.sh | New CLI script to query Cognitive Services quota per region/model with optional parameters. |
| azure.yaml | Formatting/quoting adjustments for azd template + deployment parameters. |
| azure_custom.yaml | Formatting/quoting adjustments for azd custom template configuration. |
| AGENTS.md | New documentation for repo purpose, structure, workflows, and references. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
add |
…v var defaults, fix main.jsx lint
| // eslint-disable-next-line react-refresh/only-export-components | ||
| const Main = () => { |
| dockerfile: docker/Backend.Dockerfile | ||
| ports: | ||
| - "8000:8000" | ||
| - "8001:8000" |
| dockerfile: docker/Frontend.Dockerfile | ||
| ports: | ||
| - "3000:3000" | ||
| - "3001:3000" |
- Change COPY ../src/backend/ to COPY src/backend/ (illegal path traversal) - Add pytest-asyncio to requirements.txt (was blocking test collection)
| ports: | ||
| - "8000:8000" | ||
| - "8001:8000" | ||
| environment: |
| ports: | ||
| - "3000:3000" | ||
| - "3001:3000" | ||
| depends_on: |
Purpose
Does this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information