top of page
Search

Using Tags in Azure Logic Apps

Noel

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.

206 views0 comments

Recent Posts

See All

ADF Child Pipeline Return Value

Microsoft has just released a preview feature that will make it possible for child pipelines to return values to the parent pipeline that...

Data Warehouse in Record Time

Hello, if your customers need a data warehouse solution, we have developed tools to rapidly develop a modern data warehouse using Azure...

Comments


bottom of page