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

Visual Studio Code – BlobTrigger Func VSCode. Could not load type 'Microsoft.Azure.WebJobs.ParameterBindingData' from assembly 'Microsoft.Azure.WebJobs, Version=3.0.34.0

I'm trying to make an example of BlobTrigger Azure Function using Visual Studio Code. For that I was following along the Book "Beginning Azure Functions" of Rahul Sawhney. My csproj file is: <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net6.0</TargetFramework> <AzureFunctionsVersion>v4</AzureFunctionsVersion> <RootNamespace>blob_trigger</RootNamespace> </PropertyGroup> <ItemGroup>…

VIEW QUESTION
Back To Top
Search