skip to Main Content

Service Bus trigger not working in Azure portal but works locally with Node.js v4 Azure Functions

I'm using the Node.js v4 programming model for Azure Functions, and I have a Service Bus-triggered function with the following setup: app.serviceBusQueue('MyFunctionName', { queueName: 'myQueueName', connection: 'ServiceBusConnectionString', handler: azureFunction, isSessionsEnabled: true, }); Host.json: { "version": "2.0", "extensionBundle": { "id": "Microsoft.Azure.Functions.ExtensionBundle",…

VIEW QUESTION

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
Back To Top
Search