DNS Failures in Apps on Consumption / Flex-Consumption Plans
Since a last few days, function apps deployed on consumption and flex-consumption plans are failing with "([Errno -3] Temporary failure in name resolution)" connecting to other azure services as well as external APIs. We have been managing…
Azure Functions
Azure function works as expected locally but not always when deployed to Azure
I created an Azure Function to convert a flat file to XML by making use of EDIFabric (licensed). When I execute the function locally, the function always works as expected. But when the function is deployed to Azure, only the first time the function…
Azure Functions
Unable to deploy using github actions
Hello, I am deploying a function app using github actions which has been working fine until now. I made a change to my function app logic and am using the same yaml file as the last successful deploy, however, now it gets stuck when deploying. Here is…
Azure Functions
DNS questions to basic service like mongodb and influxdb on azure app functions
We are experiencing frequent and intermittent DNS resolution failures from an Azure Function App hosted in France Central, when connecting to standard external services such as MongoDB and InfluxDB. We do not experience dns issues from other services…
Azure Functions
function app does not connect when deployed to a new environment
We created an Azure Function App and we want to use VNet integration so it can connect to our SQL servers inside its virtual network. We successfully created a UAT version of this (using dev resource group, vnet...) and everything works fine. However,…
Azure Functions
Azure App User with sites.selected permission is not able to access the SharePoint sites
Hello there, I want to access Sharepoint sites using my Azure Function App (C#). For this I have followed below steps : Created App User with Permission : sites.selected. (Admin consent was granted by administrator) My admin has then allowed one…
Azure Functions
Storage queue trigger not firing in .NET isolated Azure Functions app, works locally
I’m deploying a new .NET isolated Azure Functions app and I’m stuck on a problem where my storage queue triggers never fire in Azure, even though the same project works locally in VS Code. I’d appreciate help understanding what I might be…
Azure Functions
Azure Function Python V2 Timer Trigger Not Executing
I'm having trouble setting up Azure Function Python v2 for timer trigger. I have the following decorator with %Schedule% set to 0 0 23 * * 2 which should be 11PM UTC time. @app.timer_trigger(schedule="%Schedule%", arg_name="myTimer",…
Azure Functions
Copilot Studio agent asks users to connect Azure Function and fails with ConnectorRequestFailure
Question: I have published a Copilot Studio agent to Microsoft Teams and Copilot that uses an Azure Function App as a tool to access Azure SQL. The Azure Function tool is configured with Maker-provided credentials It works correctly for the maker…
Azure Functions
Azure Function App Function stopping execution
I have an Azure Function App with a function that takes approximately 10 minutes to execute as it moves files between storage locations. I'm experiencing inconsistent behavior when running multiple invocations concurrently, even though single invocations…
Azure Functions
How are automated Azure subscription deployments expected to work with Y1 quota now defaulting to 0?
We operate a fully automated Azure deployment pipeline using infrastructure-as-code and template specs. As part of a subscription vending / landing zone model, the pipeline creates a new subscription, resource groups, and all required resources,…
Azure Functions
Storage Policy Exception Needed for Creating Elastic Premium Function App
I’m trying to create an Elastic Premium Azure Function App The deployment fails with: RequestDisallowedByPolicy Policy: SFI_XXXXX_StoXXXXXXcSS (SFI-ID4.2.1 - Storage Accounts - Safe Secrets Standard) Reason: "This configuration is not compliant.…
Azure Functions
Azure Function App (Custom Docker Container) fails to start consistently – recurring container startup timeout / portal visibility issue
We are experiencing a recurring startup failure with Azure Function Apps deployed using custom Docker images from Docker Hub via the Deployment Center (Container Image). This is not a new issue – it is the same behavior we previously reported to…
Azure Functions
Azure Function with Open Telemetry enabled creates unwanted system metrics
I have an Azure Function using Java 17 running on the Flex Consumption plan. After turning on Open Telemetry using MS document I get unwanted system/process metrics related to dotnet which were not present before: Following has been tried: Setting…
Azure Functions
Our Azure Function has stopped working
Hello Our Azure Function that employs a http trigger (Post) has stopped working returning this 500 error: Operation on target Run create report failed: Call to provided Azure function 'http_trigger' failed with status-'InternalServerError' while invoking…
Azure Functions
Displaying logs within Azure function apps - Unable to see print logs on function app when deployed onto Azure
New to python programming and azure function apps, managed to deploy my first function app, when I run it from my local development environment, it logs useful information which gives me a good insight into what my app is doing, I have not been able to…
Azure Functions
deploy to function app in vs code does not bring up subscription-"No matching resources found"
local function need to deploy to Azure - deploy to function app in vs code does not bring up a subscription? How to resolve this? Thanks in advance!
Azure Functions
Azure
I want to create function app using docker image.
I have already created function app with flex consumption plan. I want to deploy the code using docker image. What is the right procedure?
Azure Functions
Azure functions not showing on portal, even though deployment was successful
Hello. I am using an ADO pipeline to deploy my azure function app to a staging slot. Although the deployment is successful, the functions do not load in the portal overview tab and I hit a 404 error when triggering the endpoint. I tried deploying…
Azure Functions
PnP PowerShell + Graph is raising this error "Could not load type 'Microsoft.Graph.Authentication.AzureIdentityAccessTokenProvider'" inside Azure Function
I have an azure function which is based on PowerShell, here is the local.settings.json file:- { "IsEncrypted": false, "Values": { "FUNCTIONS_WORKER_RUNTIME": "powershell", …
Azure Functions