top of page

WELCOME TO CLOUD MATTER

Search
  • Writer's pictureRoman Guoussev-Donskoi

Automate Logic Apps in 5 minutes (include connectors)

The combination of integration power provided by Azure Logic Apps with ease of development is simply incredible.

But deployment templates generated from portal for Automation of Logic Apps could be improved to require less manual work.


Therefore I created a "starter" example in hope it saves time and helps other folks.


The scenario is simple and is based on Microsoft template "send email to specified accounts when file is added to SharePoint Online site folder". The difference from the template generated by Azure Portal is that deployment template includes required connections, dependencies and parameters which allows using it to multiple deployments (different clients, solutions and propagate between development, test , and production environments). It is also very short and simple - you can get it going in 5 minutes and customize for any other scenarios you need.


Complete ARM template code is provided in gihub Azure-automation/LogicApps/arm-templates/SharePointEmail


To test deploy for example in Azure portal

Open and authorize each connection




Open Logic App Designer. Save and Run the trigger to test.


Upload file to SharePoint Online Site


Watch email to appear in mailbox


Simple and quick as promised.


You can modify actions/triggers/connectors as needed for your scenarios and consistently (re)deploy as many times as required.

150 views0 comments

Recent Posts

See All

Query SQL using OpenAI and Langchain

LLMs (such as OpenAI) are good for reasoning but they lack capability interface with outside world. This is where Langchain agents step in: agents provide LLMs with tools to perform actions (for examp

Home: Blog2

Subscribe

Home: GetSubscribers_Widget

CONTACT

Your details were sent successfully!

Computers
Home: Contact
bottom of page