-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Porting QuickStart Sample for Azure Functions
I need to port this Azure Functions QuickStart Java AZD EventGrid Blob sample from TypeScript to Java.
- the TypeScript origin is in this repo: https://github.com/Azure-Samples/functions-quickstart-typescript-azd-eventgrid-blob
Prereq steps:
- the working origin repo already exists and has been verified
- this output repo has already been created, even if it is in an empty state
- this prompt is run in the context of the output repo
Steps:
- Use Azure and Azure Functions best practices MCP tools:
"azmcp_bestpractices_azurefunctions_get-code-generation",
"azmcp_bestpractices_azurefunctions_get-deployment",
"bestpractices_azurefunctions_get-code-generation",
"bestpractices_azurefunctions_get-deployment" - ensure all parts of this repo adhere to the target language of this repo, including the /src, /infra (bicep), and the README
- Validate the template by running the steps in the readme after performing the migration
- Use as much as the /infra/* bicep as possible from the reference sample shared above, and always prefer using AVM
- Use latest functions extension bundles
- Please baseline on Java version 21
Copilot
Metadata
Metadata
Assignees
Labels
No labels