How do I insert a dynamic value of Request Body (URL) to call an Azure Function?
This is possibly my 5th time posting a thread in Microsoft Q & A. This is a new post after a Microsoft engineer suggested to create a new thread after we could not figure out. This is previous…
API-driven inbound user provisioning with Logic Apps resulting 403 error
HI Team, we are trying to invoke SCIM API which is created as the guide from our logic apps. (https://learn.microsoft.com/en-us/entra/identity/app-provisioning/inbound-provisioning-api-logic-apps) Logic apps get the data from HR system in JSON format and…
How to disable feature of redirecting all HTTP traffic to HTTPS in azure Web App service using azure policy.
How to disable feature of redirecting all HTTP traffic to HTTPS in azure Web App service using azure policy. Our client is asking for a policy so that if anyone creates Function app or logic App services, by default HTTPS only will configured as off.…
Azure application insight transaction search (Exceptions) URL need to send via Azure Alert or using logicapp
Transaction search (Exceptions) URL need to be sent via Alert or using logic app Here is the requirement when I'm doing troubleshooting in application insights -->In Transaction search --> Example (Event type-Exceptions)--> Open any End-to-end…
I am changing my servicebus TLS Version from 1.0 to 1.2 as 1.0 and 1.1 retire in feb 2025 will that has impact to my logic app consumption or azure function version 1.0
I am changing my servicebus TLS Version from 1.0 to 1.2 as 1.0 and 1.1 retire in feb 2025 will that has impact to my logic app consumption or azure function version 1.0
Azure Logic Apps Setting->Properties show inadequate public IP information
Hi all, can someone shed a light on my pondering why would Azure UI Logic Apps Settings -> Properties -> "Connector outgoing IP addresses" list only some addresses while there actually is much more addresses which are being used? …
Logic App SharePoint move files with special characters
Hi, I am using a logic app SharePoint move action to move files from one folder to another to archive files. I have a file called " 2024+ABC+Test.processed". When moving this file, I am getting a bad request error in the move action. In source…
Microsoft.Azure.WebJobs.Script: Timeout occurred while retrieving metadata from provider 'Microsoft.Azure.Workflows.WebJobs.Extensions.Initialization.WorkflowFunctionDefinitionProvider'. The operation exceeded the configured timeout of 30 seconds.
Hi This one I'm posting to help you if anybody face the below error at Azure Logic app standard in future Microsoft.Azure.WebJobs.Script: Timeout occurred while retrieving metadata from provider…
Logic apps workflow history disappearing
I am having an issue in a logic app that I am building for a client. It is a standard logic app running in Australia East. The issue is that since Monday, once or twice a day, all off the history against a workflow will disappear. When this happens,…
Cannot modify this site because another operation is in progress.
Hi, I am trying to deploy an Azure Logic App Standard WS1 in an isolated VNet with all network connections going through the VNet. I use Terraform to deploy the resource but encounter an error stating that the site cannot be modified because another…
Can I associate an existing logic app to vm task
Can I create a logic app and then associate it with Tasks of a VM
What is best way to do PGP file encryption/decryption in logic apps
Hello, I have a requirement to encrypt/decrypt file using PGP in Azure Logic Apps. It looks like there is no out-of-box connector i can use. Does that mean i have to write my own code for this encryption function? I am new to Azure integration, please…
How to extract URL from email body using JavaScript and Regex?
I am posting this for the third time because for the last two times, I had an issue with getting the right Regex (ECMAScript) for the URL that I was trying to convert (from email body), but it appears that this Regex should be good one as I verified with…
Which approach incur less cost in the Azure Logic Apps (Standard Tier) - Azure Landing Zone Subscription.
Earlier, we have 4 Logic Apps in Consumption Model which incurs minimal cost for hundreds of executions and connectors count per logic app might around 25 to 30. Now, We are migrating to Azure Landing Zones Subscriptions (Private Network / Virtual…
Is there a way to access custom metadata set on a block blob in logic app?
Hi, Is there a way to get the custom metadata set on a blob as key-value pairs using logic app connectors?
Built-In File Connector & Dynamic Connection Settings
Greetings, We have a need to list, read, & write files from within Azure from/to external Windows shares. I'm able to accomplish this using standard Logic Apps and built-in file connectors, however, I have quite a number of different external…
Parameterising connections.json in Azure Logic Apps(Standard) for deployment via Azure DevOps
We have a logic app that is triggered by Service Bus Topic messages, and then connects to a Function App. For deployment to different environments we have parametrised the connections.json file as recommended here. But after deployment, the workflow…
Issue with Deploying Logic App in Azure Arc-Enabled Kubernetes: Pods Created but App-Init Terminated.
I have issue with deploying logic app in azure arck enabled Kubernetes. I'm using microk8s and it is connected to azure arck enabled Kubernetes and even app service extension and custom location has been created. Web app can be created without any issue…
In standard logic app we are facing issue while deleting the message after receing the message from service bus topic subscription with session enabled
Issue: In standard logic app we are facing issue while deleting the message after receing the message from service bus topic subscription with session enabled Trigger: When a message receive from topic with peak lock ( Say servicebus topic…
Workflow run status Failed even if the last action Succeeded
While it happens to be the result I actually want in my particular situation, it seems arbitrary. Can someone help me understand why in some cases a workflow run can fail even when the last action was successful? How should I rationalise this behaviour…