Timer-based processing
Azure Functions supports an event based on a timer using Cron job syntax. For example, execute code that runs every 15 minutes and clean up a database table based on custom business logic.
Don’t worry about the infrastructure and provisioning servers, especially when your Functions call rate scales up.
Write your code in the Functions editor and click run for immediate execution.
Click and add bindings to Azure services and external services (Box, Dropbox, Microsoft OneDrive, SendGrid, and more) to get input into or output from Functions.
Azure Functions supports an event based on a timer using Cron job syntax. For example, execute code that runs every 15 minutes and clean up a database table based on custom business logic.
Azure Functions supports triggering an event based on an activity in an Azure service. For example, execute serverless code that reads newly discovered test log files in an Azure Blob storage container, and transform this into a row in an Azure SQL Database table.
Azure Functions supports triggers based on activity in a SaaS service. For example, save a file in OneDrive, which triggers a function that uses the Microsoft Graph API to modify the spreadsheet, and creates additional charts and calculated data.
Azure Functions can power a single-page app. The app calls functions using the WebHook URL, saves user data, and decides what data to display. Or, do simple customizations, such as changing ad targeting by calling a function and passing it user profile information.
A mobile back end can be a set of HTTP APIs that are called from a mobile client using the WebHook URL. For example, a mobile application can capture an image, and then call an Azure Function to get an access token for uploading to blob storage. A second Azure Function is triggered by the blob upload and resizes the image to be mobile-friendly.
For example, Internet of Things (IoT) devices send messages to Azure Stream Analytics, which then calls an Azure Function to transform the message. This function processes the data and creates a new record in an Azure SQL database.
Use Azure Functions to customize the behavior of a bot using a WebHook. For example, create an Azure Function that processes a message using Cortana Analytics and call this function using Microsoft Bot Framework.
Catalyst CloudDevelop provides you with a strategy to evaluate new application architectures or existing IaaS applications to determine the feasibility to move to PaaS to improve performance, scalability, and fault tolerance often while reducing cost. Our engineers will assess your environment including front-end web and mobile architecture, back-end relational and non-relational databases, and cloud-based API solutions as well as serverless computer experience to map out a cloud PaaS strategy.
Create Functions in several languages, including JavaScript, C#, F#, as well as scripting options such as Python, PHP, Bash, Batch, and PowerShell—and do it all in an easy-to-use web-based interface. Or upload and trigger pre-compiled code built with your favorite development tool.
Quickly iterate on Azure Functions with continuous deployment using Visual Studio Team Services, GitHub, or Bitbucket. Use the embedded logging environment to monitor and troubleshoot.
Pay only for the time your code is running. You’re charged based on the number of resources Azure Functions needs, and only for as long as it takes your code to execute.
Use Azure Functions when events happen in internal APIs or business systems, and deliver results directly to your on-premises databases or business solutions.
We’d love to hear from you. Please complete the form below and we'll be in contact shortly.