Azure SQL and Logic Apps: Are We Paying for a Managed Service or Managing Azure’s Shortcomings?
Details: I’m Sasha Froyland, founder of Help4Access, and I’m reaching out to the Azure community because my team and I have spent the past six months troubleshooting what should be a "managed" service—Azure SQL Database—and Logic Apps. Instead,…
Error message "Access Policies are missing" is displayed for api connections of logic app.
Hi Team, Every time I refresh the api connections of the logic app, some connections always appear as "Access Policies are missing". But there's a chance that they'are all Connected. Is this related to the excessive number of API connections?…
Submitting function output to AOAI assistants through Logic App
Good Day, Hope all is well, I'm submitting function requirments to AoAI assistants through Logic App standard plan The JSON appears fine for me, and validated by JSON lint, however, i'm getting the following error Logc App RunID…
Passing Function output tools to AOAI assistants through logic App
Good Day, I'm trying to pass function outputt tools of AOAI assistants through Logic Apps Standardplan concatenating strings and pass them as body of function tools, It works with a single output but when tried on multiple outputs, it returns error…
Azure Container app connectivity issue
Hi Team, We are facing connectivity issue in Container App, that after enabling the connectivity from Logic app and Function app to container app (workload profile or consumption-only tier). We are getting the "RBAC Denied" error, we have tried…
attach multiple attachments smtp connector logic app
Hello team. I have a requirement to attach multiple dynamic attachments to send with email from SMTP connector of logic app. here I am consolidating all the attachment with Append Array variable (content type, content) as shown below. In the attachment…
Can we customize azure monitoring alert notification with Dynamic content?
Hi Team I'm working on creating an alert monitoring system based on Metric, application insight and log analytics based alerts. I managed to configure the alerts but I would like to change the subject of the email dynamically to include some of the…
'Get File Content' step with sharepoint connection in the logic app
Hello, I’m trying to retrieve an Excel file from SharePoint and generate a copy of it on a file server. While a file is successfully generated, some rows from the original Excel file are consistently missing in the output. What could be causing this…
Are Logic App APIs affected by the new Webhook URL Migration
Hello, I recently read the article mentioning the retirement of Office 365 connectors within Microsoft Teams. I am not a team admin to view any workflow data and possibly edit this information, but I was doing some research and wanted to know if a logic…
Azure Logic Apps Form Recognizer Connector - Name change issue
There seems to be a changed value in the Document Intelligence connector in Azure Logic Apps. Just found out that my project stopped working and for me it looks like someone changed the connector name while adding the new version 4 of the connector. It's…
Need to trigger logic app whenever error/exception gets logged in log Analytics workspace
In our project need , we are looking to trigger a Logic app workflow whenever error/exception gets logged in log Analytics workspace using Alert Rule. while configuring alert rule in log analytics workspace,in action name i have selected logic…
The connection call result of the logic app using the sql stored procedure is inconsistent with the result of directly executing the stored procedure in the local ssms
The connection call result of the logic app using the sql stored procedure is inconsistent with the result of directly executing the stored procedure in the local ssms. The logic app connects to a local database and requires the use of a local data…
logc app - Execute PowerShell Code action
Hi All, I’m trying to run a PowerShell script directly within a Logic App. I referred the below article, but I couldn’t find the Execute PowerShell Code action. Could someone help me locate it? …
Unable to send emails Azure Logic App
I have created web activity in one of my pipelines to send an email using Azure Logic app and workflow. For some reasons, workflow has two steps ( one- when a HTTP request is received, this is where the information is sent from the pipeline and next step…
Need a help to import D365 FinOps data into Azure SQL using ADF or Logic App ?
Hello Team, I'm looking for a way to import D365 FinOps Data into Azure SQL (PaaS) using either ADF or Logic Apps. I had done wider search to get some guidance to achieve this, but couldn't figure out anything (there may not be such discussions so far in…
Azure Logic Apps Adaptive Card lifetime
Hi guys, can somebody tell me how long the lifetime of a "Adaptive Card" is, which is sent to MS-Teams through a Azure Logic Apps Workflow? I heard 30 days from someone, but i thought it would be better if i have this as proof. So can anybody…
Binary data to PDF file logic app
Hello team, I have binary data and i want to create pdf file out of it. Help me how can achieve this? I am currently passing binary data in Create file connector of SharePoint , but that not helped. the file creating with binary data inside share point…
Encode using AS2-Encode and Decode using AS2-Decode in Azure Logic Apps
I need to upload xml files in the azure blob storage and i need to encode those xml files content using AS2-Encode and save it in a new blob storage and then i need to decode the encoded files using AS2-Decode and save it in another new blob…
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…