Deploy function from VS code to function app in Azure: No HTTP triggers found.
I have been trying to deploy a simple function in VS code to my function app in Azure. I keep getting the message No HTTP triggers found. and the function does not show up in Azure. I have already reviewed all other posts with the same error and none of…
Azure Functions
How to enable the subscription to allowed to create or update the serverfarm? (Azure Function)
I created an Azure Function service, but I've encountered an error that says, "The subscription is not allowed to create or update the serverfarm." Even though I'm the owner of the subscription.
Azure Functions
Azure Functions App host is not able to start
Since yesterday, the Azure Functions host has not been able to start. No changes have been made to the functions. I am getting the following output in the trace log: 6/13/2025 13:59 Job host stopped 6/13/2025 13:59 Stopping JobHost 6/13/2025 13:59 0…
Azure Functions
unable to retrieve function in Azure Function APP
The problem "internal host error" appears every time I attempt to build a function (HTTP Trigger) in a Function APP. However, after several attempts, I was able to successfully create the function. After writing the function and testing, I exit…
Azure Functions
Azure Startups
I am getting a 401 for sign in with Apple and it seems to be due to a url mismatch in the configuration.
I believe Apple recently migrated its auth server from http://appleid.apple.com to http://account.apple.com and I am getting- {"code":401,"message":"IDX10205: Issuer validation failed. Issuer: 'https://appleid.apple.com'. Did…
Azure Functions
Azure function app deployment via Zip as well local git does not work on repeated deployments
I had a local-git setup for the initial deployment of Azure functions. This app is .Net Isolated Azure function app with OS as Linux and I am on Elastic Premium 1 plan. Since I noticed the local-git keeps the stale version of functions, switched to Zip…
Azure Functions
I have a function trying to access blob storage but giving error when trying to see in Azure
Hi Team, I have a Azure function and I am deploying code for functions to run on Azure using CI/CD. Evertything is working fine in lower environments but when come to production getting error in function saying that Azure.Core: No such host is known.…
Azure Functions
How can I clone or copy an Azure Function App (Hosting set to App Service Plan) from one Azure account to another?
I'm completely new to Azure functions and have no experience working with this, but I have a simple request to clone/copy an Azure Function App (Hosting set to App Service Plan) from one Azure account to another azure account. How to achieve this?
Azure Functions
Error: Couldn't detect a version for the platform 'python' in the repo
Hello Team We have developed Azure funciton from visual studio and it works locally and when try to deploy to Azure Portal, its resulted below error, could you please help what needs to be done? Thanks 4:57:13 PM fun-internal-nonpdn: Fetching…
Azure Functions
Function app missing Invocation logs
Dear Azure Support Team, I am reaching out to report an issue with invocation logs not appearing in the Azure portal for our Function Apps, specifically for blob event triggers. Despite waiting over 48 hours, the logs have not been populated. This issue…
Azure Functions
Running Semantic Kernel on Durable Functions
Has anyone tried running Semantic Kernel on Durable Functions? I'm curious about its feasibility and any challenges or tips for integration. Additionally, can consumption tier Azure Functions be used for this purpose? If so, is it possible to tweak them…
Azure Functions


Azure Functions random network and task exception errors "a task was cancelled" and "unexpected end of request content"
Hello, we have been experiencing random network and task fail errors. My application code is node.js therefore I am confident that the error below is not from my application but instead from the underlying host. We have experienced this so far only…
Azure Functions
Why my functions will be triggered every time I do the deployment
Why my functions will be triggered every time I do the deployment. they are timer triggered, I set the cron to trigger one time one day. Here is one example: [DisableFunction(FunctionAppSettings.DisableFunction)] …
Azure Functions
I am trying to deploy python functions on azure function app using Azure DevOps Pipeline. I am not getting any errors while deploying through pipeline but i dont see my functions on my azure function app. I need some support in solving this blocker
I dont see my functions on azure function app even after successful deployment type here
Azure Functions
Function with ServiceBus Trigger has no invocation records or 'live' logs
Hello, I've deployed an Azure Function App (flex plan) with two functions inside, one with a Http-Trigger and another one with a ServiceBus Trigger. When I invoke the Http-Trigger Function, I can see the invocations, live logs, and also the logs in the…
Azure Functions
Connect-ExchangeOnline -ManagedIdentity -Organization will raise this error " The role assigned to application ** isn't supported in this scenario. Please check online documentation for assigning correct Directory Roles"
I have created an Azure Function of type PowerShell core. the code will get user emails from sharepoint list, and remove the user from all the groups (Security group, Mail-Enabled security group, distribution list & Office 365 group)... here is my…
Azure Functions
Getting Orchestrator function failed with OOProc schema V2 in azure durable function app
We have created azure durable function app. In this, we are getting Orchestrator function failed with OOProc schema V2, expected actions array to be of length 1 in outer layer but got size: 2. Attached screenshot for your reference. After successful…
Azure Functions
Timer Trigger Not Executing on Function App with Flex Consumption Plan
When deploying a Function app in West Europe on a Flex Consumption plan using a user-managed identity to connect to the storage account and Application Insights, the timer trigger is not executing. There are no records in the invocation tab or…
Azure Functions
Azure function - Powershell Date.AddDays not working
Hi, I have an Azure function that uses a date span to run a query. I am using the existing date and a (-ve) numeric value. The below script works on my laptop. $cldopsemailqrystrtdays = -7 # Set this to how many days back you want to go $endtime =…
Azure Functions
How to resolve error 500: An error occurred while communicating with Azure Storage errors from a durable function?
We were getting constant communication errors from our blob store linked to an Azure function app and from the exception message it seems to originate from the durable functions library which we use to persist data for function executions. Previously…