Azure Functions Version 3 (Target Framework: .Net Core 3.1) is Compliance with TLS 1.2.
Loading
Azure Functions Version 3 (Target Framework: .Net Core 3.1) is Compliance with TLS 1.2.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Tuhin PaulPosted Feb 17, 2023, 7:26 PM
Yes, Azure Functions Version 3 with Target Framework .NET Core 3.1 is compliant with TLS 1.2. TLS 1.2 is the minimum supported version for .NET Core 3.1 and is enabled by default for Azure Functions. However, you can disable TLS 1.2 or enable other versions of TLS as needed by updating the runtime configuration in the Function App settings.
It's worth noting that TLS 1.0 and TLS 1.1 are considered outdated and are not recommended for use, as they have known security vulnerabilities. It's recommended to use TLS 1.2 or higher for secure communication.
Let me know if that information is helpful!