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
Powershell script in Azure Function code
Hi All I have a PowerShell script that connects to Microsoft Graph to retrieve user details and stores the information in a storage account. The script runs successfully on my local machine, but when I deploy it to an Azure Function, it throws the…
Azure Functions
HTTP Azure Function Randomly Returns 499 Error
Hi, I have an Azure Function hosted on the Consumption plan. The HTTP functions are exposed through Azure API Management. A scheduled job in Salesforce calls the APIM endpoint every hour, which forwards the request to the backend Azure Function. This…
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

Azure Function Unexpected Stop – Log Storage and Size Limit Clarification (Basic B3 Plan)
Current Azure Function Details Plan: Basic B3 Trigger: Batch execution every 5 minutes Log Storage Location: /home/site/<custom_folder> Operating System : Linux Issue Summary: We are storing logs in a custom folder under…
Azure Functions
Azure Function with HTTP trigger, I cannot get request body after deploying to Azure
I have a simple Azure function in C#, dotnet-isolated, allows get and post. The function outputs the contents of the request body in the response. I do a POST in postman, header is text/plain. It works locally (Visual Studio), but does not return the…
Azure Functions
Microsoft.Azure.WebJobs.Extensions.Sql calls different version libraries of System.Runtime.Caching (one time - 6, two time 8 version)
When i tried to run app using F5 I got the next error in my WorkerExtensions.csproj WorkerExtensions.csproj : error NU1605: Warning As Error: Detected package downgrade: System.Runtime.Caching from 8.0.0 to 6.0.1. Reference the package directly from…
Azure Functions
Flex consumption plan code package deployment configuration error in West Europe
When deploying a code package to a functions app with a flex consumption plan in west Europe I get this error: The following list of 4 site configuration properties (Site.SiteConfig.FtpsState,Site.SiteConfig.Use32BitWorkerProcess,…
Azure Functions
Azure function App - Error building configuration in an external startup class.
Bonjour, J'ai un service fonction App (qui utilise des variables stockées dans un Key Vault) qui fonctionnait très bien depuis un moment. Seulement, contrairement à d'autres de mes services Function App, les URL de fonctions ne sont pas protégées par une…
Azure Functions
Azure Static Web Apps “Failed to deploy the Azure Functions” error—even with minimal hello world API, all best practices followed
We are unable to deploy any backend API (managed functions) to Azure Static Web Apps. Our static frontend always deploys successfully, but every attempt to deploy the backend fails at the “deploy the Azure Functions” step, even with the simplest possible…
Azure Functions
1.8.1 does not meet required minimum version - where do I paste this correction
Classes pending. Until then, not sure of some of the basic fixes yet. I tend not to make any changes until I get a clear cut process. { "version": "2.0", "extensionBundle": { "id":…
Azure Functions
Do I need to install JDBC and ODBC severs when productionising in functional app
when I am productionising the azure functional app using pythonv2, I need to connect to Azure DB either using JDBC and ODBC severs, in local we install both the drivers and run the app. But when produtionising app do we need to install them when we use…
Azure Functions
Seek architectural advice: Incoming event/message batching for multiple partitions/sessions with Functions.
Hi community and support, following scenario: We want to receive messages (load > 1 event per second) and batch them for further processing. The messages have a "sorting" property (let's call it partition), and we only want to batch…
Azure Functions
Azure Function App Deployment Fails with “Invalid Binding Configuration” Error
I’m encountering an issue deploying an HTTP-triggered Azure Function (v4, .NET 8) to Azure App Service from Visual Studio 2022 (17.9.6). The deployment fails with the error: “Invalid binding configuration: The binding type(s) 'httpTrigger' are not…
Azure Functions
It is impossible to click the "Save" for External Git's private repository of Function App and WebApp in Azure China portal
It is impossible to click the "Save" for External Git's private repository of Function App and WebApp in Azure China portal. As shown as below, Azure Portal of China -> Web App/ Function App -> Deployment Center -> External Git ->…
Azure Functions
Azure Function App 503 Error
Suddenly it starts throwing 503 error and lasts for 4,5 minutes get resolved automatically.
Azure Functions
When upgrading our function app from consumption to premium, we get an ODBC driver issue
When upgrading our function app from consumption to premium, we get an ODBC driver issue Nothing changes but the plan, we are using Python Function Apps. As soon as we upgrade, our app fails with this error: An unexpected error occurred: An unexpected…
Azure Functions
Trying to setup an Azure function to accept ARM Template and parameters to deploy resources in Azure.
Trying to setup an Azure function to accept ARM Template and parameters to deploy resources in Azure. I have a template that we can use consistently in Azure portal as well as CLI however when I try to pass the few parameters like 'SubscriptionID',…
Azure Functions
Issues (timeout) connecting to Service Bus through Function App
As of midnight CET between the 3rd and 4th of June, we are all of the sudden experiencing severe timeout issues in our Function App (Isolated, C#, .net 8, Germany West Central) while sending messages to a Service Bus Topic. The setup has been running for…
Azure Functions
Function disappears from function app
I create functions, and they work for a few minutes. I am able to select them in my logic app and use them. However, they abruptly disappear from the portal, become unselectable from logic app, and return 404 when my HTTP trigger in the logic app…