2,857 questions with Azure Logic Apps tags

Sort by: Updated
1 answer

Date format in EDIFACT UNB Header

I am creating an Outbound EDIFACT Orders using a Logic App. I have successfully created the EDIFACT File, however the The Date in the UNB Header is generated in an 8 Character format (YYYYMMDD). I need this date to be in a 6 character format YYMMDD as…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,857 questions
asked 2024-04-03T03:39:02.1666667+00:00
Quintal, Paul 0 Reputation points
commented 2024-04-24T05:25:50.86+00:00
JananiRamesh-MSFT 21,471 Reputation points
0 answers

Details about security options with Logic Apps "export to PowerApps" option

After reading about securing a Logic App (including options for Azure Active Directory authorization policies and API Management), how secure is the "export to PowerApps" option in Logic Apps? It creates a custom connector that appears to use…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,857 questions
asked 2024-04-23T15:37:11.4466667+00:00
epress 0 Reputation points
edited the question 2024-04-24T03:35:17.5466667+00:00
ManoharLakkoju 535 Reputation points Microsoft Vendor
0 answers

Using Logic App SDK to provide Trigger parameter values

Hi, I have a Logic App Workflow to send email messages. The Logic App has a HTTP Request Trigger and accepts request parameters relevant to the email (to, subject, message body). I know that I can use the HTTP trigger's URL to pass in the email…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,857 questions
asked 2024-04-23T22:02:21.1966667+00:00
Khushaal Kurswani 20 Reputation points Microsoft Vendor
1 answer

How can Azure's VM (spot / termination) events be delivered to a webhook

Is there any method apart from Scheduled Events, in which my eventGrid topic can receive the VM events such as its termination or Spot VM evictions events, and thereon, my subscriber can listen to those events and act accordingly? AWS has a mechanism in…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,163 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,857 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
319 questions
asked 2023-08-23T04:26:05.6866667+00:00
Vaibhav Gupta 0 Reputation points
commented 2024-04-23T17:55:57.5966667+00:00
Pranab Mandal 1 Reputation point Microsoft Employee
1 answer

Snapshot not working for continues export of Defender for Cloud

Hi, I have setup a continues export for Defender for Cloud as described in the following documentation to export all possible data to a Log Analytics workspace using streaming updates and snapshot.…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,857 questions
Microsoft Defender for Cloud
Microsoft Defender for Cloud
An Azure service that provides threat protection for workloads running in Azure, on-premises, and in other clouds. Previously known as Azure Security Center and Azure Defender.
1,199 questions
asked 2024-04-04T12:50:53.2666667+00:00
Bram 0 Reputation points
commented 2024-04-23T09:40:13.43+00:00
Bram 0 Reputation points
1 answer

Azure logic app on premise sql stored proc with output parameter limitation

We have an Azure Logic App with an Execute stored procedure (V2) action connected to an on-premise SQL server calling a stored procedure with input and output parameters. The output parameter is a JSON nvarchar(max). When executed, the Execute stored…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,857 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,765 questions
asked 2023-10-02T17:39:33.87+00:00
cenko2 41 Reputation points
commented 2024-04-23T09:01:32.1733333+00:00
Bajpai, Brijesh (IST-HCL) 0 Reputation points
0 answers

How to Handle Long-Running Azure Function Callbacks in a Logic App Without Timing Out?

am a bit lost on this and hope someone can point me in the right direction. We have an Azure Logic App workflow that triggers several functions, some of which take 30 minutes to 5 hours to run. However, after 10 to 15 minutes, it will timeout because the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,301 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,857 questions
asked 2024-04-22T12:38:15.5166667+00:00
bob 0 Reputation points
commented 2024-04-23T06:51:35.8566667+00:00
bob 0 Reputation points
1 answer One of the answers was accepted by the question author.

How to create Excel records more efficently

I have managed to create a logic app that goes through all the available subscriptions (via the List Subscriptions action), then collects their tag IDs and tag values (via a For_each loop with the List subscription resource tags action), and then stores…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,857 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,693 questions
asked 2024-04-16T10:39:54.1566667+00:00
Luis O 20 Reputation points
edited the question 2024-04-23T06:14:57.33+00:00
AllenXu-MSFT 16,096 Reputation points Microsoft Vendor
0 answers

Could not consume message from Amazon SQS Queue from Azure Logic App

Hi, I setup Azure Logic app and try to consume messages from Amazon SQS Queue (Standard Queue) I generate temporary credentials which consists of AccessKeyID AccessKeySecret SessionToken However, Amazon SQS Connector in Azure Logic App…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,857 questions
asked 2024-04-22T16:59:33.95+00:00
phonlawat 15 Reputation points
edited the question 2024-04-23T03:58:00.8133333+00:00
ManoharLakkoju 535 Reputation points Microsoft Vendor
1 answer

Logic APP do not have all IBM Queue message properties

we are trying to send messages to IBM Queue from azure logic app and see some header properties are missing which are part of the IBM .NET SDKs like "putApplicationName" and "putApplicationType". is there a reason why not all message…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,857 questions
asked 2024-04-11T15:11:27.2966667+00:00
Sumit Gaur 200 Reputation points
commented 2024-04-22T22:45:55.2966667+00:00
Ryan Hill 25,981 Reputation points Microsoft Employee
2 answers

Azure DevOps Pipeline run using Logic App Create Pipeline Run Action

How to run an Azure DevOps Pipeline(Main Branch) using Logic Apps : Create Pipeline Run Action?

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,857 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,609 questions
asked 2023-06-20T19:37:34.65+00:00
Aditya Singh 105 Reputation points
commented 2024-04-22T15:07:53.0666667+00:00
Arvind kumar24 0 Reputation points
1 answer

Azure Monitor - Alert Notification via Teams

Hi Team, I got one article regarding alert notification via team using logic app. please see below link. https://techcommunity.microsoft.com/t5/core-infrastructure-and-security/azure-monitor-alert-notification-via-teams/ba-p/2507676 I want to configure…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,812 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,857 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,609 questions
asked 2024-04-05T11:15:34.0166667+00:00
Ram Babu 45 Reputation points
commented 2024-04-22T13:12:49.6966667+00:00
Monalla-MSFT 11,876 Reputation points
2 answers

Copy Email attachment to Azure File Share

Hello, I'd be grateful if someone can assist with the following: I'm trying to use a Standard Logic App to copy an email attachment to Azure Files Storage. I am using the "In App" Connector for Create File. Below is a picture of my flow. …

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,170 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,857 questions
asked 2024-04-05T20:42:30.27+00:00
CarmeloLoPresti-2973 41 Reputation points
answered 2024-04-22T08:50:01.17+00:00
Sumarigo-MSFT 43,801 Reputation points Microsoft Employee
1 answer

Azure HTTP trigger

I have http endpoint where i need to get the data and insert into the SQL table. This is pipeline i am trying to build but i am not able to map the columns in the SQL table with the previous step. I have given only the link and select the method as…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,857 questions
asked 2024-04-16T12:06:17.88+00:00
Power BI Admin Ciel 0 Reputation points
commented 2024-04-22T04:10:42.4+00:00
VenkateshDodda-MSFT 18,441 Reputation points Microsoft Employee
2 answers

Standard Logic App - Copy attachment to Azure File Share Behind NSG and Private Endpoint

There are many examples of extracting attachments from emails using a Logic App and dumping it into Blob storage that is publicly accessible. Our scenario is a bit different. We have an Azure File Share (connected to AD) that is behind a private…

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,170 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,857 questions
asked 2024-03-28T21:05:32.3866667+00:00
CarmeloLoPresti-2973 41 Reputation points
edited the question 2024-04-22T03:48:17.3033333+00:00
KapilAnanth-MSFT 35,251 Reputation points Microsoft Employee
5 answers One of the answers was accepted by the question author.

How to extract PDF attachments

I receive PDF files (electronic invoices), and there are xml files embedded inside the PDF files I would like to extract and process in a Logic App. I could not find a way to extract the files embedded in PDFs. Any idea? Thanks.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,857 questions
asked 2020-08-07T16:19:34.337+00:00
KaziNad 51 Reputation points
commented 2024-04-20T04:25:55.4333333+00:00
peter floyd 0 Reputation points
1 answer

Not able to view all document libraries with Get all lists and libraries action in logic app

Hi All, I'm trying to use Get all lists and libraries action in consumption based logic app and I'm expecting to view all the document libraries under a site content. But I'm able to see only the ones that I have newly added. For example site asserts,…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,301 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,857 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,693 questions
asked 2024-03-27T07:28:32.19+00:00
Vinod Nallavade 0 Reputation points
commented 2024-04-19T23:31:31.4433333+00:00
Grmacjon-MSFT 16,191 Reputation points
3 answers

Custom Azure policy "Logic apps should use the latest TLS version"

Hello, I need to create a custom policy for Logic Apps. There is already a built-in policy in Azure for App service and Function apps. App service (App Service apps should use the latest TLS version) - Definition ID:…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,857 questions
Azure Policy
Azure Policy
An Azure service that is used to implement corporate governance and standards at scale for Azure resources.
797 questions
asked 2024-04-18T14:01:57.9766667+00:00
Kym Caris Natividad 20 Reputation points
edited an answer 2024-04-19T14:48:59.5566667+00:00
Prashant Kumar 75 Reputation points Microsoft Employee
0 answers

HttpWebhook retries when retry policy is none

I have a logic app with a HttpWebhook action with retry policy set to none. But the action still seems to sometimes retry sending its outbound post request, see pictures. I would instead want it to just fail on the first error and never do any retries.…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,857 questions
asked 2024-04-19T12:54:44.0833333+00:00
Konsta Kallama 0 Reputation points
1 answer One of the answers was accepted by the question author.

Azure Logic App Recurrence Time Not Accurate

In logic app designer, the recurrence start time is set to 8:30AM UTC+8:00 but it is running at 11:15AM UTC +8:00. Please refer screenshot below.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,857 questions
asked 2024-04-18T05:58:28.97+00:00
Andy Lau Pik Hui 60 Reputation points
commented 2024-04-19T06:56:03.7+00:00
MayankBargali-MSFT 68,656 Reputation points