An Azure service that provides an event-driven serverless compute platform.
Why is this mentioned nowhere?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The repository https://github.com/Azure/functions-action is currently disabled, preventing any github actions that use Azure/functions-action@v1 from working. Will this be resolved, or is there a new deployment action that I should be switching to?
An Azure service that provides an event-driven serverless compute platform.
Why is this mentioned nowhere?
Hi @Wallen, Alexander ,
This is an ongoing issue. As per the latest update, the Azure/functions-action GitHub repository is disabled due to an internal management issue. As this issue is currently under investigation, alternative deployment methods are recommended during this period such as Azure CLI, Azure DevOps Pipelines, VS Code deployment, Zip Deploy, or Azure Pipelines instead of GitHub Actions.
Update:
Access has been restored now, please check and confirm.
Refer fix: pin Azure/functions-action to a verified commit SHA
Hope this helps!
If the resolution was helpful, kindly take a moment to click on and click on Yes for was this answer helpful. And, if you have any further query do let us know.
AI answer
The deployment action for Azure Functions remains Azure/functions-action. The official guidance continues to use this action for GitHub Actions–based continuous delivery to an existing function app or deployment slot.
Key points from the current guidance:
Azure/functions-action is the documented action used to publish code from GitHub to Azure Functions.az functionapp deployment github-actions)app-name (required)package (required; defaults to .)sku and remote-build for Flex Consumption when using a publish profile.There is no alternative deployment action documented in the provided material; the recommended approach is still to use Azure/functions-action in the GitHub Actions workflow YAML stored under /.github/workflows/.
If the repository or action appears disabled in GitHub at a given moment, the supported path in the documentation is still to:
Azure/functions-action in the workflow.References: