for messages on a queue HTTP Request: implement web APIs or webhooks Blob Storage: Azure Storage blob creation Many more: Cosmos DB, Azure Service Bus, Event Grid...
Studio 2017 Powerful IDE Azure Functions extensions Debug and test locally Azure Functions Core Tools Cross platform Visual Studio Code Azure Functions extensions
Create a new Function App Publish to an existing Function App Git Automated deployment Configure in portal GitHub or Azure DevOps Zip Kudu API Azure Functions Core Tools Azure CLI
req, ILogger log) { var body = await new StreamReader(req.Body).ReadToEndAsync(); var question = JsonConvert.DeserializeObject<Question>(body); if(iKnowTheAnswer J) return new OkObjectResult(Answer()); return new NotFoundResult() L; }