We do have deployed Azure Python function as part of our solution. Suddenly its stopped working. Getting below error messages on its function overview page.
Python version - 3.12
still its giving error on this function as below:

You are receiving this email because you have been identified as a customer using Azure Functions who may encounter issues with Python functions that utilize the azure-identity or cryptography modules. These problems, such as missing functions or "module not found" errors, have been affecting customers who released or updated their Function App code after November 27th, 6 PM UTC, due to recent changes in the cryptography module by its maintainers. <h3>Recommended action</h3> To resolve this issue, please consider one of the following workarounds: <ol> <li>Retry performing the deployment using the Remote Build: Deployment technologies in Azure Functions </li> <li>In case you are using Azure Pipelines please change the vmImageName tag from “ubuntu-latest” to “ubuntu-20.04” for your yaml file- please refer to Microsoft-hosted agents for Azure Pipelines - Azure Pipelines </li> <li>Pin the cryptography module to the previous version (cryptography==43.0.3 ) in your requirements.txt file. After making this change, redeploy your Azure Function. For more details, refer to Cryptography module released 44.0.0 update on 11/27 causing issues in the use of azure-identity with error listed "GLIBC_2.33" not found in azure functions · Issue #38725 · Azure/azure-sdk-for-python </li> </ol> <h3>More information</h3> If you have questions, get answers from community experts in Microsoft Q&A. If you have a support plan and you need technical help, create a support request: <ol> <li>Under Issue type, select <b>Technical</b>.</li> <li>Under Subscription, select your subscription.</li> <li>Under Service, click <b>My services</b>, then select <b>Function App</b>.</li> <li>Under Summary, type a description of your issue.</li> <li>Under Problem type, select <b>Application code deployment</b>.</li> <li>Under Problem subtype, select <b>Application issues post deployment</b>.</li> </ol>