An Azure service that provides an event-driven serverless compute platform.
Azure Function App - Functions Not Visible After GitHub CI/CD Deployment
Function Discovery
Why are functions discovered correctly after manual deployment but not after GitHub Actions deployment?
Is there a known issue with .NET 10 Azure Functions and GitHub Actions deployment?
Are there additional requirements for metadata generation when deploying .NET 10 isolated Functions through CI/CD?
How can we verify whether Azure is receiving a valid Function package during OneDeploy deployment?
Is there a way to validate the uploaded package from Kudu when WEBSITE_RUN_FROM_PACKAGE is enabled?
Can Azure runtime logs indicate why functions are not being indexed after deployment?
Which logs should be reviewed to diagnose function indexing failures?
GitHub Actions Deployment
Is GitHub Actions using OneDeploy deploying a package differently than manual deployment from Visual Studio?
Are there any recommended deployment settings for:
Azure/functions-action@v1
when targeting .NET 10 isolated worker Functions?
Should Zip Deploy or Run From Package be configured differently for .NET 10 Function Apps?
Is there a recommended build configuration to ensure function metadata generation during GitHub Actions builds?
Requested Support
Please help identify:
Why functions are successfully discovered after manual deployment but are not discovered after GitHub Actions deployment, even though the deployment completes successfully and WEBSITE_RUN_FROM_PACKAGE is enabled.
Additionally, please provide guidance on validating the deployment package and runtime indexing process for .NET 10 isolated Azure Functions deployed via GitHub Actions.
Function Discovery
Why are functions discovered correctly after manual deployment but not after GitHub Actions deployment?
Is there a known issue with .NET 10 Azure Functions and GitHub Actions deployment?
Are there additional requirements for metadata generation when deploying .NET 10 isolated Functions through CI/CD?
How can we verify whether Azure is receiving a valid Function package during OneDeploy deployment?
Is there a way to validate the uploaded package from Kudu when WEBSITE_RUN_FROM_PACKAGE is enabled?
Can Azure runtime logs indicate why functions are not being indexed after deployment?
Which logs should be reviewed to diagnose function indexing failures?
GitHub Actions Deployment
Is GitHub Actions using OneDeploy deploying a package differently than manual deployment from Visual Studio?
Are there any recommended deployment settings for:
Azure/functions-action@v1
when targeting .NET 10 isolated worker Functions?
Should Zip Deploy or Run From Package be configured differently for .NET 10 Function Apps?
Is there a recommended build configuration to ensure function metadata generation during GitHub Actions builds?
Requested Support
Please help identify:
Why functions are successfully discovered after manual deployment but are not discovered after GitHub Actions deployment, even though the deployment completes successfully and WEBSITE_RUN_FROM_PACKAGE is enabled.
Additionally, please provide guidance on validating the deployment package and runtime indexing process for .NET 10 isolated Azure Functions deployed via GitHub Actions.