vision& logoDEV Standards

Azure Functions

Function App

Pattern: [env]-[app/service name]-fa

ExampleNotes
prd-docprocessing-faProduction document processing
dev-apigateway-faDevelopment API gateway helpers

Function Names

Pattern: [verb]-[noun]-[qualifier]

ExampleNotes
get-customer-byidRetrieves a customer record by ID
process-document-asyncProcesses a document asynchronously
send-email-weeklySends weekly scheduled emails
update-inventory-batchUpdates inventory in batch mode