Is there another way to disable weak TLS cipher suites in Azure Function App Consumption Plan?

Bruno Von Helde de Oliveira 0 Reputation points
2024-05-09T18:19:38.1633333+00:00

I saw that there is a way to choose Minimum Inbound TLS Cipher Suite directly through the configuration > General settings, but this feature only appears for Functions of the Elastic premium plan. Where can I point this configuration for Functions of the consumption plan?

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

1 answer

Sort by: Most helpful
  1. TP 78,506 Reputation points
    2024-05-09T18:53:38.5366667+00:00

    Hi,

    So far in Preview this feature is only available for Premium SKU Functions/App Services.

    One option you have for Consumption plan to accomplish similar goal is to set Minimum TLS version to 1.3 via General settings tab. In this way vulnerable ciphers are not supported since TLS 1.3 eliminated support for them.

    Naturally at some point in the future (if not already) it is likely a vulnerability will be found with cipher supported by TLS 1.3.

    Please click Accept Answer if the above was helpful.

    Thanks.

    -TP