79557747

Date: 2025-04-06 02:50:37
Score: 0.5
Natty:
Report link

You might be running into a recent issue with Azure.Identity (it is not really an issue with Azure.Identity, rather one of it's dependencies, but still). The short-term fix is pinching the cryptography module in your requirements.txt to version 43.0.3.
https://github.com/Azure/azure-sdk-for-python/issues/38725

To confirm that you are having this issue, you can check in Azure Functions - Diagnose and Solve Problems - search for "triggering" - there should be a page for "Functions that are not triggering", there should be an error there pointing you in this direction.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: KonTheCat