PaymentApplicationWithAzureFunction

image

local.settings.json

{ "IsEncrypted": false, "Values": { "AzureWebJobsStorage":"", "SendGridApiKey" : "", // Read from key vault "FUNCTIONS_WORKER_RUNTIME": "dotnet", "EmailSender": "" } }