{"kind":"AgentDefinition","metadata":{"namespace":"community","name":"azure-functions-typescript","version":"0.1.0"},"spec":{"agents_md":"---\ndescription: 'TypeScript patterns for Azure Functions'\napplyTo: '**/*.ts, **/*.js, **/*.json'\n---\n\n## Guidance for Code Generation\n- Generate modern TypeScript code for Node.js\n- Use `async/await` for asynchronous code\n- Whenever possible, use Node.js v20 built-in modules instead of external packages\n- Always use Node.js async functions, like `node:fs/promises` instead of `fs` to avoid blocking the event loop\n- Ask before adding any extra dependencies to the project\n- The API is built using Azure Functions using `@azure/functions@4` package.\n- Each endpoint should have its own function file, and use the following naming convention: `src/functions/\u003cresource-name\u003e-\u003chttp-verb\u003e.ts`\n- When making changes to the API, make sure to update the OpenAPI schema (if it exists) and `README.md` file accordingly.\n","description":"TypeScript patterns for Azure Functions","import":{"commit_sha":"541b7819d8c3545c6df122491af4fa1eae415779","imported_at":"2026-05-18T20:05:35Z","license_text":"MIT License\n\nCopyright GitHub, Inc.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.","owner":"github","repo":"github/awesome-copilot","source_url":"https://github.com/github/awesome-copilot/blob/541b7819d8c3545c6df122491af4fa1eae415779/instructions/azure-functions-typescript.instructions.md"},"manifest":{}},"content_hash":[50,254,195,13,39,90,206,215,135,57,197,104,87,156,9,28,234,154,87,83,217,67,125,127,176,54,237,121,243,166,2,109],"trust_level":"unsigned","yanked":false}
