top of page
Search
  • Noel

Using Tags in Azure Logic Apps

Are you using Azure Logic Apps? If you are, do you have values that drive your logic that you occasionally have to modify. For example, an email recipients list. Would you like others on your team to be able to modify these values without editing your Logic App? Tags may be your answer. For example, create a Tag called emailrecipients and an expression in your Logic App Workflow().tags['emailrecipients'] to retrieve the value. Your team members can edit the value in the Azure Portal without editing your Logic App.


If you are not familiar with Logic Apps they can be thought of as the Azure Equivalent to Office 365 Power Automate (formerly Microsoft Flow). If that is still not ringing a bell, I would say it is well worth a web search.


We use Logic Apps in our ADF Scheduler called ChillETL to send email notifications since Azure Data Factory does not directly support sending emails.


On another note, there are a lot uses for Tags in Azure. Such as in generating an inventory of all your Azure resources. A topic for a future post.

126 views0 comments

Recent Posts

See All

Microsoft has just released a preview feature that will make it possible for child pipelines to return values to the parent pipeline that called it. This is the ability to set a pipeline return value

This post is for those in Information Technology working with database software. So for the rest of you have a great day and sorry to bug you with a geeky post. I just tried out Azure Data Share. It

Hello, if your customers need a data warehouse solution, we have developed tools to rapidly develop a modern data warehouse using Azure Data Factory, Azure SQL and Power BI. Our tool is called ChillET

bottom of page