Alert to queue with Logic app
 |
This template allows you to create a Logic app that has a webhook. When the Logic app is triggered, it will add the payload you pass to an Azure Storage queue that you specify. You can add this webhook to an Azure Alert and then whenever the Alert fires, you'll get that item in the queue. |
Alert to Slack with Logic app
 |
This template allows you to create a Logic app that has a webhook to be used from an Azure Alert. When the Alert is triggered, it will post a message to a slack channel that you specify. You need to have a slack account to use this template. |
Alert to text message with Logic app
 |
This template allows you to create a Logic app that has a webhook to be used from an Azure Alert. When the Alert is triggered, it will send you a text message with the details of the alert. It uses the go.gl URL shortening service to include a link to the portal to see the resource. |
Retrieve Azure Storage access keys in ARM template
 |
This template will create a Storage account, after which it will create a API connection by dynamically retrieving the primary key of the Storage account. The API connection is then used in a Logic App as a trigger polling for blob changes. The complete scenario can be found on /samples/azure/azure-quickstart-templates/arm-template-retrieve-azure-storage-access-keys/. |
Logic App to email detailed backup reports
 |
Create a Logic App to send reports on backup instances, usage, jobs, policies, policy adherence, and optimization opportunities via email. |
Logic App to email reports on backup instances
 |
Create a Logic App to send reports on backup instances protected using Azure Backup via email |
Logic App to email reports on backup and restore jobs
 |
Create a Logic App to send reports on your backup and restore jobs via email |
Logic App to email reports on backup cost optimizmation
 |
This template deploys a Logic App that sends periodic reports on inactive backup resources, possible backup schedule optimizations and possible backup retention optimizations, to a specified set of email addresses. |
Logic App to email reports on backup policies
 |
Create a Logic App to send reports on your backup policies via email |
Logic App to email reports on backup policy adherence
 |
Create a Logic App to send reports on backup policy adherence of your backup instances via email |
Logic App to email summary reports on backups
 |
Create a Logic App to send summary reports on your backups via email. |
Logic App to email reports on your Azure Backup billing
 |
This template deploys a Logic App that sends periodic reports on key backup billing parameters (protected instances and backup cloud storage consumed) at a billing-entity level, to a specified set of email addresses. |
Azure Logic Apps - AS2 Send Receive
 |
Creates integration accounts for two partners, Contoso and Fabrikam, including the artifacts for partners and agreements. The template also creates logic apps between Fabrikam Sales and Contoso to demonstrate synchronous AS2 Send Receive. The template also creates logic apps between Fabrikam Finance and Contoso, which demonstrate asynchronous AS2 Send Receive. |
Azure Logic Apps - B2B Disaster Recovery replication
 |
Creates replication Logic Apps for AS2 MIC, generated and received X12 control numbers. Each Logic App's trigger points to a primary site integration account. Each Logic App's action points to a secondary site integration account. |
Correlating messages over Logic Apps using Service Bus
 |
which shows how we can correlate messages over Logic Apps using Azure Service Bus |
Copy FTP files to Azure Blob logic app
 |
This template allows you to create a Logic app triggers on files in an FTP server and copies them to an Azure Blob container. You can add an additional triggers or actions to customize it to your needs. |
Send email with Logic app
 |
This template allows you to create a Logic app that sends an email. You can add an additional triggers or actions to customize it to your needs. |
Run a SQL stored procedure on a schedule via a logic app
 |
This template allows you to create a Logic App that will run a SQL stored procedure on schedule. Any arguments for the procedure can be put into the body section of the template. |