How do we manipulate json object being sent from topics to the function? For eg, below is the standard function for handling string messages, but how can we use the json payload? [Function("Function1")] public void Run([ServiceBusTrigger("audit-events", "hrb-audit-log-events-listener", Connection = "SBConnection")] string mySbMsg) { _logger.LogInformation($"C# ServiceBus topic trigger function processed message: {mySbMsg}"); }
@avneetsingh2010 Жыл бұрын
How to use SB connection String from Azure Function's configuration under Settings?
@LearnInaNutshell Жыл бұрын
Configure in function.json
@eR1cK92 Жыл бұрын
How to run service buss locally , I need to create a env environment at my local
@LearnInaNutshell Жыл бұрын
Please check this video.. in a similar way service bus has to be created kzbin.info/www/bejne/ap-pc5iEnpt_epI