Suddenly receiving 400 bad request when Logic app calls Azure function
Hi guys, In one of my logic apps I've started getting a 400 bad request when it tries to call one of my functions, I'm using the function connector so no http call, I've not made any changes in a long time to bring this error on, other logic apps can…
I have a problem with a logic app calling an azure function app. Its failing with an Unauthorized error
I have an azure logic app "logic-nats-test-func". It calls an azure function app called "func-assurityimport-nats-dev". It is displaying "Unauthorized" when it is run. When it is run I can see the function running by…
How can a Logic App workflow be configured to use private DNS resolution with Azure Bicep?
I have been assigned to utilize a private endpoint within a virtual network through an Azure Logic App deployed in the same network. I successfully deployed the workflow and integrated it with the virtual network using the following: resource…
KQL query gives different output in Dev and prod environment
Hi, I'm having identical test for logic apps and connected app insights in two sperate subscription (DEV and PROD) I'm running below KQL in both envirnaments but getting no response from PROD Azure subscription. In short : KQL query gives different…
Unable to connect Azure logic app(Standard) with System managed Identity to SQL Server
Hi Team, We are Unable to connect Azure logic app(LA) standard with System managed Identity to SQL server. We tried to connect SQL using "LogicAppManagedIdentity" option, for that created new managed identity in LA workflow and used Execute…
Not able to connect to Service bus topic
Hello, I am not able to connect to service bus topic from logic app standard in Visual studio code. I am using connection string to connect it. But through console application I am able to connect. Getting ConnectionRefused error.
Logic App fails to get file content from GitHub
Hi, I'm trying to work on an automatic KB update.. where when a file gets created or modified in GitHub, the logic app should be triggered, get the file content and save the data in azure AI Seacrh. But I've been facing with an issue which I'm not sure…
Trying to come up with architecture of creating SQL data validation (table counts) email
I am trying to come up with an architecture of some type of notification of Azure SQL data inserts on a daily basis, but I am not sure which architecture would be best. So, what I am trying to do is: Run several Stored Procedures (trying to get row…
How to take Backup for Standard and Consumption Logic app
We developed the Logic App directly in the portal, and now we want to back it up to ensure disaster recovery. We have both Consumption and Standard Logic Apps, and we want to automate the backup of all Logic Apps every hour. How can we do this
Activating the authentication provider on the logic app standard results in the loss of workflow run history.
I have Logic app standard which I want to secure using Authentication provider. This logic app is behind the vnet with private end point enabled. As soon as I add the authentication provider on with any clients app and object identity, I can't see the…
How to Use Logic App to Transfer Data from Shopify to Azure SQL Database
Hi all, I need assistance with setting up a Logic App to extract data from Shopify and insert it into an Azure SQL Database table. Previously, I successfully used Data Factory with the Shopify connector for this task. However, I’m exploring whether it’s…
Azure Logic app to automate powershell runbook as pre-maintenance event befor patching via maintenance configuration
Logic app to automate powershell runbook on azure as pre-maintenance event before patching. powershell runbook is ready and published, the arc enabled machine is added to maintenance configuration. also configured hybrid worker group with that machine.…
I am not able to open Logic App designer in VS Code?
I am not able to open Logic App workflow in designer in VS Code, getting the below error. Error: Starting Design Time Api 5:45:58 PM: Running command: "C:\Users\diptangshu.karmakar\.azurelogicapps\dependencies\FuncCoreTools\func host start --port…
Authentication Error with Service-Now connector on Azure Logic Apps
Hello, I am getting an error while trying to establish a connection from Azure Logic App to Service-Now for Create Incident Action via Service-Now connector. Error Reads, "Please check your account info and/or permissions and try again. Details:…
Logic App (Standard) not showing run history
Newly Created Logic app not loading the Run History Correctly, just timing out:
cannot create on premises gateway
Hi, after installing on premises gateway on my windows 11 environment i do not see it in azure. what can be the problem? Everything seems running ok, no failures and i use the same account(email) for both.
External System API's Auth2.0 authentication in Azure logic app (Consumption)
Dear Expert, I have an Azure Logic App (Consumption) set up with the trigger 'When an HTTP Request is received'. The external system is currently configured to trigger this Logic App, and it is secured using IP restrictions. The external system now…
How to get a value from nested array of object
Json Attributes array of objects is dynamic and may change which means I cannot use Parse Json or expression function to count the position and get the value of the key "key": "mserp_dataareaid". Payload. { …
Issue with Azure Logic Apps Custom Connector - SSL Connection Issues
Creating Logic Apps workflows and a Custom Connector in the same subscription and VNET where inbound and outbound rules are enabled for connectivity. Facing an SSL connection issue using the Azure Logic Apps Custom Connector created based on the Open API…

How to use the split() function in an action that processes a JSON object
I have a JSON object that contains a property named "Born At" the property contains city, state as data. I am trying to use the split() function in an action to return just the city and not the state. I am not able to figure out how to do…