My Spring Cloud Function does not get triggered and does not print the contents of the trigger method when deployed to Azure, but works fine on my local machine

Terence Pinto 0 Reputation points
2024-08-07T17:48:18.5466667+00:00

{

"scriptFile" : "../process-topic-payment-0.0.1-SNAPSHOT.jar",

"entryPoint" : "ca.on.gov.osc.process_topic_payment.ProcessTopicPaymentApplication.run",

"bindings" : [ {

"type" : "serviceBusTrigger",

"direction" : "in",

"name" : "message",

"queueName" : "paymentqueue",

"connection" : "POC_SB_QUEUE_CONNECTION_KEY"

} ]

}

User's image

User's image

User's image

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,578 questions
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.