How to extract URL from JSON file that is available in public?
I am trying to extract certain URL information from JSON file that is available in public. I am referring to this URL: https://data.cms.gov/provider-data/api/1/metastore/schemas/dataset/items/hicp-9999?show-reference-ids=true What I need to get is…
Azure Logic Apps
Logic App did not trigger issue
Hi, I have an APIM API which puts message into Azure Servicebus Queue and later this message is consumed by Logic Apps. All of a sudden Logic apps did not trigger or consume the messages and all messages were sat in the Queue for 3.5 hrs which caused…
Azure Logic Apps
Logic app standard Inline code Javascript crash
Hello Support, We are facing an issue with Azure Logic Apps Standard when using Inline Code JS. The execution fails occasionally for the same input with this error message : BadRequest : Exception while executing function:…
Azure Logic Apps
Logic app workflow "Run with payload"
My workflow with "Request" trigger with Request body in Json. When I "run with payload" the payload message was not correctly parsed. What's the problem? I shall get values for "reqSource" and "regID", but I got…
Azure Logic Apps
Azure Logic App Project SubPath issue in VSCode
Hi, We are following a custom project structure for our Logic App Standard projects in VS Code, where all workflows are kept inside a dedicated Workflows folder. We do this to keep the repository clean and well-structured, with clear separation of…
Azure Logic Apps
All workflows in my Logic App that use Inline Code stopped working
I've had workflows within my Logic App working perfectly fine until yesterday. Whenever they are triggered, they remain in a perpetual running state until I cancel them. They all get stuck at the Inline Code section. Note This has been working…
Azure Logic Apps
Application insights failing with invalid instrumenation key, even after providing right key
Hi I wanted to push custom events to application insights via REST API from logicapp. Please guide on the right approach URL : https://<<App insight ingestion url>>/v2/track Header: x-api-key: <<GUID>> Operation: POST I am…
Azure Logic Apps
LogicApp failure when attaching multiple files to email.
After a recent upgrade to Logic Apps, the existing code that handles email attachments started failing. Specifically, the failure occurs when attempting to attach multiple files as an array to an email. This functionality was working prior to the…
Azure Logic Apps
Use of logic App to read JSON file from blob container with dynamic directory
Hi, I am trying to read yml file exported from Log Analytics workspace by using logic app. It fails with 404 do not find the file. I do not see differnce in output and the link to the data in blob workspace is bound with ER traffic collector give…
Azure Logic Apps
Extracting VM Names from Azure Monitor Alert Payload in Logic App Emails
Using an Azure Logic App to send email notifications for VM backup events (success/failure) monitored via Azure Monitor Alerts. The VM backups are configured through an Azure Recovery Services Vault, with logs sent to a Log Analytics Workspace. Setup: …
Azure Logic Apps
Storage file share public access from VNet integrated logic app via NAT Gateway
Hello experts, am stuck with this scenario and hope you can help. I have a standard logic app in Australia South East (ASE) which is integrated to a VNet in ASE. Logic Apps outbound subnet in this VNet has a NAT Gateway associated with a public IP. I…
Azure Logic Apps
How to disable SAS authorization for Logic App?
Is there a way to disable the SAS authorization scheme for a Logic App HTTP-trigger? In the documentation I read the following: "Inbound calls to a request endpoint can use only one authorization scheme, either SAS or Azure Active Directory…
Azure Logic Apps
I need help to setup an alert for a failed Api connection status in my logic app API connections .
We are using Office 365 and sharepoint connections in our logic app api connections, All of a sudden my both api connections got failed due to some error maybe authorization error. I tried to create alert for this situation but i'm not able to do it..
Azure Logic Apps
How to communicate Azure with telnyx
I am trying to connect telnyx, phone number provider, to azure ai, to create an ai voice bot via phone number, I've done it with a fast api tunnel, but the webskockets do not reach each other, any advices or solutions for making it work? Thank you all…
Azure Logic Apps
No files returned from Get files (properties only) when folder contains parentheses
I have a Logic App created that is meant to collect data on files that have been uploaded to SharePoint. I have a "Get files (properties only)" which only returns folders. Then the process loops through all the folders, again calling the…
Azure Logic Apps
Bug in Azure Logic App's PostgreSQL connector
Hello! Azure Logic App. Added action "PostgreSQL -> Insert Row". This requires creating a connection to an actual PostgreSQL server, which in our case is an Azure PostgreSQL for Flexible Server instance. I have filled out the following…
Azure Logic Apps
Configure Access Restrictions on a Function App hosting a Logic App Custom Connector
Hi, we have deployed a Logic App Custom Connector and a Function App that hosts the Custom API used by the Custom Connector. So essentially the Custom Connector makes the Function App usable by Logic App (Standard). The resources are chained as…
Azure Logic Apps
How to convert user mailbox to shared mailbox through graph api?
Hello, I try to create Lifecycle workflow for offboarding user on azure and my aim to remove all groups from leaver user and I want to convert user mailbox to shared mailbox using logic app in same lifecycle workflow. I googled how to convert user…
Azure Logic Apps
Microsoft Security | Microsoft Graph
Where should I report bugs for Logic Apps
I found an issue with exporting templates of logic apps connector and reported this issue at https://github.com/Azure/logicapps/issues/1398 But nobody seems to react and the issues is closed automatically. What is the official place to report a bug?
Azure Logic Apps
Unable to read the contents of files present in the folder although files present are listed correctly
FTP is managed by a VAN Service. We are able to connect to the FTP location and list all the files and folders present in the root directory. However, when we try to read the contents of a file, following error is thrown: { "status": 400,…