In this post, we will discuss the process of creating that solution using Azure Function Apps and SendGrid to send emails based on your Powershell Functions which runs in your local machine. We will see that how can we build a serverless email solution that reports your disk usage with Azure Functions, SendGrid and Powershell. We are going to examine…
Tag: Functions
Azure Cosmos DB + Functions Cookbook
This next Azure Cosmos DB + Azure Functions recipe will show you how to customize the ConnectionMode and Protocol used in the Azure Functions bindings and triggers.
Get your solutions to market faster using Azure Functions
Get your solutions to market faster using Azure Functions.
Learn how to execute an Azure Function with triggers.
A trigger is responsible for executing an Azure function and there are dozens of triggers to choose from. This module will you show you some of the most common types of triggers and how to configure them to execute your logic. In this module, you will: Determine which trigger works best for your business needs Create a timer trigger to…