Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

193
Visualizações
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 Respostas
Responde à pergunta

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 Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda