azure-logic-apps

Schema update validation fails Azure logic apps

故事扮演 提交于 2020-04-30 06:38:07
问题 In my Logic app I am using HTTP trigger which fires every 3 hours and using a get request on it. After the API responds, the parse JSON call does schema validation. So far with HTTP trigger and Parse JSON, I don't know a way to disable validation of JSON. I know 'when HTTP request is received' as disable validation option but in my case I don't need 'When http request is recieved', I need HTTP trigger on recurrence basis. Here are my two questions 1) Is there a way to disable schema

how to use split and replace in same expression in liquid json transformation?

本秂侑毒 提交于 2020-04-18 12:33:17
问题 input string - {"testData":"jack%2C LLC,ville%2C LLC,Nav LLC,50 New Hope%2C LLC,"} expected output {"output":"<Value>jack, LLC</Value><Value>ville, LLC</Value><Value>Nav LLC</Value><Value>50 New Hope, LLC</Value>"} for conversion using this - %2C is converted to , comma after converting into value tags so that it does not interfare with the delimiter comma. I tried like below expression {% "output": "<Value>{{ demo | Split: ',' | Last }}</Value>", %} But need to use replace first to replace

how to use split and replace in same expression in liquid json transformation?

左心房为你撑大大i 提交于 2020-04-18 12:32:49
问题 input string - {"testData":"jack%2C LLC,ville%2C LLC,Nav LLC,50 New Hope%2C LLC,"} expected output {"output":"<Value>jack, LLC</Value><Value>ville, LLC</Value><Value>Nav LLC</Value><Value>50 New Hope, LLC</Value>"} for conversion using this - %2C is converted to , comma after converting into value tags so that it does not interfare with the delimiter comma. I tried like below expression {% "output": "<Value>{{ demo | Split: ',' | Last }}</Value>", %} But need to use replace first to replace

Azure Logic Apps - Get Blob content from Blob Event

本小妞迷上赌 提交于 2020-04-16 04:37:30
问题 My logic app receives a blob event when a blob is created via http: I use an Event Grid Subscription, which triggers the Logic App via webhook, when a Blob Created event occurs. A typical blob event received by the http trigger looks like: [ { "topic": "/subscriptions/xxxxxxx/resourceGroups/a-resource-group/providers/Microsoft.Storage/storageAccounts/ablobstorageaccount", "subject": "/blobServices/default/containers/testcontainer/blobs/9de2125e-5279-4375-bc60-c9987eb99251", "eventType":

Azure Logic Apps - Get Blob content from Blob Event

情到浓时终转凉″ 提交于 2020-04-16 04:37:17
问题 My logic app receives a blob event when a blob is created via http: I use an Event Grid Subscription, which triggers the Logic App via webhook, when a Blob Created event occurs. A typical blob event received by the http trigger looks like: [ { "topic": "/subscriptions/xxxxxxx/resourceGroups/a-resource-group/providers/Microsoft.Storage/storageAccounts/ablobstorageaccount", "subject": "/blobServices/default/containers/testcontainer/blobs/9de2125e-5279-4375-bc60-c9987eb99251", "eventType":

Azure function not able to run locally due to file path?

喜夏-厌秋 提交于 2020-03-26 04:07:42
问题 When I upload a new video into my Azure Blob container, I would like to have that video also be uploaded to my YouTube channel automatically using a Azure Logic app. To do this, first I have created this Azure function, which contains the code to upload a video to my YouTube channel automatically (https://developers.google.com/youtube/v3/docs/videos/insert). I made this as HTTP trigger function (not sure if this is the right trigger to use), and this function should get triggered when there

Shared Calendar is not showing up in azure get calendar connector for Office 365

左心房为你撑大大i 提交于 2020-03-24 11:05:08
问题 I have a shared calendar in Office 365 with read and write permissions and I am trying to get it using Get calendar (V2) connector but it is only getting my own calendar. Is there a way to get shared calendars for Office 365 in Azure logic apps? 回答1: For this problem I did some test and it seems the "Get calendar (V2)" action in logic app can't get the calendars which others shared to you. But I provide another solution(use graph api) below for your reference: 1. You need to ask others to

Authenticate from Azure Logic app to Azure Function using Managed Identity

試著忘記壹切 提交于 2020-03-22 09:22:51
问题 I am trying to configure the security for a Logic App and Azure Function. The Azure Function has an HTTP Trigger. So far I have done the following: Created the Azure Function with some basic functionality (write query in request to log). Created the Logic App (recurrence trigger, HTTP to trigger the Azure Function) Tested that the Logic App successfully calls the Azure Function Added a managed identity to the Logic App Enabled Azure AD Authentication/Authorisation on the Azure Function App

Email aliases not returned as “To” address in logic app

不想你离开。 提交于 2020-03-05 00:21:20
问题 I have a mailbox with 2 email aliases set up to receive mails. ex:- Mail box is - abc@kot.com Aliases are, abc-confirm@kot.com abc-settle@kot.com I have a logic app that triggers certain functionalities based on the "to" address. The problem is although mails might be sent to one of the alias addresses the "to" address always defaults back to the main one. The mail headers show the alias as the "to" address, but looks like outlook connectors have issues decoding them. How can I resolve this

Getting an secrets error while creating an function to upload videos to YouTube using YouTube API?

南笙酒味 提交于 2020-03-05 00:12:08
问题 I have created this azure function, which contains the code to upload a video to my YouTube channel automatically (https://developers.google.com/youtube/v3/docs/videos/insert). I made this as HTTP trigger function, and this function should get triggerd when there is a new video uploaded in my Azure Blob container. When I try to run the app locally using Visual Studio, I am getting the following error: Executed 'Function1' (Failed, Id=84400f0c-b6e4-4c78-bf55-30c4527a8b5f) System.Private