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 setup java spring boot application to send message to Azure service bus Topic

I am asking this question here to get help from Microsoft or community I want to send messages to a topic using spring boot application The azure page is service bus My app properties spring.cloud.azure.servicebus.namespace=<<some name>> spring.cloud.azure.servicebus.entity-name=<<some topic>> spring.cloud.azure.servicebus.processor.subscription-name=<<somesub>> spring.cloud.azure.servicebus.entity-type=topic…

VIEW QUESTION
Back To Top
Search