Azure Logic app
Hello I created an access package from Entra ID Governance to give access to user on some resources also to create an admin account for the user by triggering a custom extension which is Azure logic apps. Now here is the issue: I created a sample stand…
Azure Logic Apps
How to Configure Azure AD Service Principal to Send Emails from Mailbox via Logic App?
I have created a Service Principal in Azure AD, and I want it to be able to send emails from its mailbox. This is for an upcoming Logic App that I am building, where I need the Service Principal to send emails to recipients with log ingestion…
Azure Logic Apps
Azure Advisor
Microsoft Security | Microsoft Graph
Auth issues when connecting to service bus connector using service principal and certificate from logic app
I'm able to authenticate to the service bus connector using managed identity, however, my use case involves authenticating via service principal and certificate from key vault. The service principal has service bus data receiver role added to the service…
Azure Logic Apps
Issue summary – Logic Apps Standard parameter confusion
In a Logic Apps Standard (stateful) workflow, I can run successfully in draft after setting definition.parameters defaultValues to @appsetting('...'). However, when I publish the workflow, those changes don’t appear in the published version — it behaves…
Azure Logic Apps
Logic App Standard does not generate a Trigger-URL in development slot
Hi, I am facing the issue that my workflows with http triggers ('When an HTTP request is received') in the development slot of my standard logic app don't have trigger url's generated after saving. In order to test the changes made in the development…
Azure Logic Apps
Unable to create Azure Integration Account
I cannot create a Azure Integration Account. I get a very technical error message in the last validation step in the creation form. I have tried for weeks with different Subscriptions and Regions.
Azure Logic Apps
'The operation ID 'executeQuery' for service provider '/serviceProviders/Jdbc' is not valid.'
I have following this documentation : https://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/jdbc/#execute-query Placed a oracle jdbc jar file , ojdbc17.jar file. Getting this error : validation and creation failed. Error:…
Azure Logic Apps
EDIFACT encoder in Logic App escapes whitespaces in all string literal values
We have a couple of logic apps which outputs EDIFACT messages using the EDIFACT encoder but for some reason it's adamant in it's escaping of whitespaces in string literals. We have used schemas from BizTalk and we've set up the following in the…
Azure Logic Apps
Logic App with Workday RaaS connector - how to write the SOAP XML request
Hi everyone, i am an EntraID Administrator and i want to leverage the Workday RaaS connector to assign employees completing a course in Workday a specific group. As said - i am no developer. I have all the data but the SOAP request body. I am unsure…
Azure Logic Apps
Logic Apps Standard: Draft runs successfully but published (scheduled) version reverts / fails after publish
I’m working with a Logic Apps Standard (stateful) workflow. In the draft/designer version, the flow runs successfully. I have workflow parameters defined in definition.parameters with defaultValue referencing app settings, for…
Azure Logic Apps
Migrating existing Logic Apps Workflow Logs Accross multipe storage accounts
Hi, We are trying to adjust a Logic Apps resource so that it writes its logs to multiple storage accounts, as described in this tutorial:…
Azure Logic Apps
Logic app custom headers missing from HTTP request
We have API as an App Service that sends HTTP request to Logic App. The request contains a specific custom header "x-api-key". Starting from the evening of November 13, 2025 this header started missing from the received request in the Logic…
Azure Logic Apps
Logic App/Power Automate Failure: Persistent 'UnauthorizedGateway' Error on Azure Service Bus Action
We are experiencing a critical failure in our Logic App workflows at the Send message action, which uses the Azure Service Bus connector. The flow consistently fails at this step with the high-level error message: UnauthorizedGateway (or…
Azure Logic Apps
Unable to find log analytics workspace key
The Logic App send data action requires the Log Analytics workspace key. Workspace keys are no longer visible in the Azure portal. I found this information, The “Primary Key” and “Secondary Key” fields were part of the older Log Analytics Agent (MMA)…
Azure Logic Apps
Logic Apps - Run History - How Do I Build The URL To Goto The "Run History" Screen On A Specific Run
I do not mean the direct URL for a run, I have eleventy-five ways to do that. I mean the view, below, which must have the menu on the left, and the other runs listed in the next panel on from that, then the run: Looking forward to your answers! ;-)
Azure Logic Apps
SOC2 report of Azure Integration Services
Hii Team, I have Azure Integration Services application and for this I want latest SOC Type II report. I visited to the site but there is multiple report are available. Could you please confirm which report is correct for that.
Azure Logic Apps
Consume dbt webhooks with Logic Apps. Getting Status: 401.
I am trying to consume a webhook from dbt that has an authorization token, dbt asks for an endpoint to communicate a payload to. I managed to test it properly with pipedream and it worked, the interface of pipedream allowed me to put an Authorization…
Azure Logic Apps
Permissions issue for advanced Hunting in logic app
Hello, I'm trying to run Advanced Hunting module for Microsoft defender in logic app. But i'm getting the following error message. { "error": { "code": "Forbidden", "message": "Missing application…
Azure Logic Apps
Azure Logic Apps CI/CD using GitHub
We are building out the CI/CD pipeline for Azure Logic Apps and Function Apps using GitHub. The connections seems to be the greatest challenges and to overcome the Function Apps we are using parameters and Azure Key Vault. Is there a simplified already…
Azure Logic Apps
decompress a True Flat .zip file (no parent folder) in azure blob storage using azure logic app Standard
we have a logic app WF that gets triggered when email arrives in a mailbox. It gets the attachment in email and uploads to Azure blob storage. Now we need to unzip files that come with .zip extensions. we are facing issue in trying to unzip truly…