Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

191
Views
azure function outgoing service bus message with correlation filter

I have an azure function that I want to send a message to a service bus that has a correlation filter on it. Specifically the correlation filter is on the label/subject with a value of 'APPLICATION'. correlation filter

enter image description here

How do I send the message from the azure function so that it will set this value and the subscription will receive the message?

Currently the function is set up something like this:

index.js:

module.exports = async function(context, inMessage) {
  context.bindings.outMessage = someJavascriptObject;
}

function.json:

{
  "bindings": [
    {
      "name": "inMessage",
      "type": "serviceBusTrigger",
      "direction": "in",
      "topicName": "some_topic_1",
      "subscriptionName": "SUBSCRIPTION_NAME",
      "connection": "CONNECTION_STRING_1"
    },
    {
      "name": "outMessage",
      "type": "serviceBus",
      "topicName": "some_topic_2",
      "connection": "CONNECTION_STRING_2",
      "direction": "out"
    },
  ]
}
about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

This is not currently supported. Please see https://github.com/Azure/azure-sdk-for-net/issues/21884

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!