Azure logic app – how to iterate over json?
I have a json file that looks like this: { "first key": "some url", "second key": "some other url", "third key": "yet another url", ... } I want to make a azure logic app that sends an http request (with…
I have a json file that looks like this: { "first key": "some url", "second key": "some other url", "third key": "yet another url", ... } I want to make a azure logic app that sends an http request (with…
This seems like it should be incredibly easy. But here I am on day 3 of reading blogs and watching youtube videos from India. Is this just not possible? I have a LogicApp that has a system assigned identity. I…
we are trying to achieve object replication in azure storage account. Currently we are able to achieve replication between source to destination, but wouldn't able to do destination to source. what we wanted to achieve is, each region will have…
I am trying to extract logic app as seen in the designer view but couldn't find any other option than to draw it myself on Visio. Did my research but couldn't find any way to do that. Is there any…
I'm trying to get all Watchlist Items for a given watchlist using the connector ( which still in preview). I have 150 elements in my Watchlist, I'm getting the first 100 items correctly but I'm not getting the 50 last…
In Azure Data Factory I created a pipeline with several copy data activities. As soon as one of them crashes I want that it continues to the next step and that it sends an e-mail with the error. The mail…
I have a Kusto query taken from this example that looks like this: Resources | where type =~ 'microsoft.compute/virtualmachines' | extend vmPowerState = tostring(properties.extended.instanceView.powerState.code) | summarize count() by vmPowerState I would like to create an weekly alert that send the…
Apologies if this is a silly question but for the last 2 hrs. I have been reading about the difference between built-in and managed connectors for Azure logic apps and it's driving me crazy. Can someone please explain in simpler…
In Azure Logic Apps, there is an action for Send Approval Email under Office 365 Outlook. I want to have multiple approval options in the same email. Is there a way to do it? I tried looping over and sending…
I have created an Azure Budget which is mapped to an Action group. I have created a Logic App to send different emails with different email structures on different budget threshold example 50% , 75% etc. Not able to understand,…