skip to Main Content

Visual Studio Code – VSCode Logic App func.exe Service Bus Transport Type

Can i change the Azure Service Bus transport type used by func? I ran c:Usersxxxx.azurelogicappsdependenciesFuncCoreToolsfunc host start --verbose and I observed the following in the output: [2024-05-16T12:41:47.806Z] ServiceBusOptions [2024-05-16T12:41:47.808Z] { [2024-05-16T12:41:47.808Z] "ClientRetryOptions": { [2024-05-16T12:41:47.809Z] "Mode": "Exponential", [2024-05-16T12:41:47.809Z] "TryTimeout": "00:01:00", [2024-05-16T12:41:47.810Z]…

VIEW QUESTION

How to get data from Azure Workflow Trigger Histories – List

I have an Azure Logic App that has failed actions (the number is too big so I won't resubmit them manually). I tried wtih the Azure documentation to list all of the operations: https://learn.microsoft.com/en-us/rest/api/appservice/workflow-trigger-histories/list?view=rest-appservice-2023-12-01&tabs=HTTP GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowName}/triggers/{triggerName}/histories?api-version=2023-12-01 However the response seems…

VIEW QUESTION
Back To Top
Search