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.
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
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.
704 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,939 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,562 questions