I am changing my servicebus TLS Version from 1.0 to 1.2 as 1.0 and 1.1 retire in feb 2025 will that has impact to my logic app consumption or azure function version 1.0

Rashmiramchandra Prabhu 66 Reputation points
2024-11-05T10:04:04.6533333+00:00

I am changing my servicebus TLS Version from 1.0 to 1.2 as 1.0 and 1.1 retire in feb 2025 will that has impact to my logic app consumption or azure function version 1.0

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
641 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,137 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,221 questions
{count} votes

Accepted answer
  1. Sedat SALMAN 14,065 Reputation points MVP
    2024-11-05T11:12:10.0766667+00:00

    For Azure Logic Apps, you shouldn’t run into any major issues, as Logic Apps already support TLS 1.2 by default. For Azure Functions on version 1.0, you should check, especially if you’re on an older .NET Framework version. Functions v1.0 apps running on .NET Framework versions below 4.6.2 don’t automatically enforce TLS 1.2, so you’d need to configure this explicitly.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

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.