Mohit Pathak Are you using certificate pinning? Do you have any client applications that integrate with Azure API or other Azure services? Check with the client application vendor whether they use certificate pinning.
More information about certificate pinning: https://learn.microsoft.com/en-us/azure/security/fundamentals/certificate-pinning
Azure Storage uses some intermediate certificates that are set to expire on 27th June,2024. We expect that most Azure Storage customers will not be impacted, however, your application may be impacted if you explicitly specify a list of acceptable CAs (a practice known as “certificate pinning”)
To mitigate this issue, please check with your application developer if they are using certificate pinning in the application. If yes, you can follow either of the following steps: Add the issuing certificate authorities to your trusted root store. Keep using the current intermediate certificate authorities until they’re updated.
Refer Azure Storage TLS changes: Intermediate certificate renewals - Microsoft Community Hub
Or, to avoid the effects of this update and future certificate updates, discontinue certificate pinning in your applications. This change should not impact Azure portal and how it connects to storage. To conclude certificate pinning is a technique used by the application developer. There is no need of extra configuration changed required from Azure Portal.
Additional reading: #Azure Storage TLS changes: Intermediate certificate renewals - Microsoft Community Hub
Refer to this answer here for more details- Source: https://learn.microsoft.com/en-gb/answers/questions/1478102/azure-storage-tls-changes-intermediate-certificate