Azure Functions deployment slots traffic

Ahmet Novalic 1 Reputation point
2021-04-29T10:06:03.857+00:00

When using Azure Functions with Queue triggers, assigning a percentage to another slot doesn't seem to route any requests through it.

Are these percentages only applicable in case of HTTP triggers?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,680 questions
{count} votes

2 answers

Sort by: Most helpful
  1. JayaC-MSFT 5,526 Reputation points
    2021-05-03T14:56:10.76+00:00

    Hello @Ahmet Novalic yes it would work for Http triggers.

    However for queues you may check this :

    https://learn.microsoft.com/en-us/azure/service-bus-messaging/service-bus-queues-topics-subscriptions#topics-and-subscriptions

    If this answer helped, please "Accept the answer" and "Up-vote" so that it helps others in the community.

    0 comments No comments

  2. Warren Kinley 56 Reputation points
    2022-08-17T09:10:38.22+00:00

    Hi, did you get an answer to you question. I have a similar question regarding the traffic percentage with a blob storage triggered function. Do you now know if the traffic percentage only refers to a HTTP triggered function? Thanks

    0 comments No comments