Cryptography module released 44.0.0 - Deployment Issues with GitHub Actions on ubuntu-latest
due to cryptography module update
#12190
Labels
waiting-on-reporter
Issue is waiting on a reply from the reporter. It will be automatically cloesd if there is no reply.
Description:
We have been experiencing issues with Azure Functions deployments using GitHub Actions after deploying code that relies on the cryptography module. Despite the deployment showing as successful, the functions are not visible in the Azure portal. In the logs, we observed errors related to missing modules and container start issues, which we traced back to changes in the cryptography module.
Key Points:
ubuntu-latest
runner.azure-identity
andcryptography
.Affected Versions:
ubuntu-latest
Temporary Workaround:
We have temporarily resolved the issue by changing the GitHub Actions YAML configuration to use
ubuntu-20.04
instead ofubuntu-latest
for the runner.Steps to Reproduce:
azure-identity
library and thecryptography
module.ubuntu-latest
runner.Expected Behavior:
The functions should be deployed correctly and visible in the Azure portal after a successful GitHub Actions deployment.
Actual Behavior:
The functions are not visible in the portal, and errors are logged related to the cryptography module.
Relevant Links:
We would appreciate any assistance or updates on this matter to help resolve the issue in GitHub Actions deployments.
Thank you for your attention.
The text was updated successfully, but these errors were encountered: