An Azure service that provides an event-driven serverless compute platform.
Azure Function Flex Consumption plan - Blob files not created or updated and no tables created in storage ccount
Hi! I have updated an Azure function from Consumption to the Flex Consumption plan. It is deployed in two different subscriptions, one for test and one for production. The configurations are exactly the same in both environments. The app has two…
Azure Functions
Azure Functions: StatusCode: 401, ReasonPhrase: 'Unauthorized', Version: 1.1, Content: System.Net.Http.NSUrlSessionHandler+NSUrlSessionDataTaskStreamContent, Headers
My Azure Functions project is no more working after I updated my NuGet packages in my Visual Studio Azure Functions project. In addition, my Publishing Profile was no more displayed in Visual Studio and I have created a new profile. I´m not sure if I…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
I always get an error when I try to deploy my Azure Functions project in Visual Studio
I always get this error in Visual Studio when I try to deploy my Azure Functions project: An error has occurred Publish has encountered an error. Publish has encountered an error. We were unable to determine the cause of the error. Check the output log…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
unable to recreate function app
i am deploying function app through biceps and i think some configuration issue happened, so my function app is in a state where it's deleted but i can't recover it. can you please help delete it from the backend so we don't have to wait? the name is …
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Moving from Consumption Plan function app to Premium Plan
Good Morning, I am looking to move from consumption plan to premium plan function apps. However, I am wanting to calculate the cost of what we will need in regards to a premium plan app. How do I work out what premium plan I will need (and number of…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
(403) Traffic is not from an approved private endpoint.
I have an Azure Function App on Flex Consumption (Linux, Python) that is VNet-integrated and uses managed identity to call Azure AI Document Intelligence. Document Intelligence is configured with: Public network access disabled Custom subdomain…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Join: Microsoft Azure Q&A Champions Program
The Microsoft Azure Q&A Champions Program recognizes and empowers a global community of internal and external Azure experts who help customers succeed by providing high-quality, trusted answers on Microsoft Q&A. The program scales expert led…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Clarification on Azure Functions update from Node.js 20 to 22
Hello, I’m upgrading Azure Functions (behind API Management) from Node.js 20 to 22 due to end of support. Is updating the Azure Function by going to Configuration → Stack settings → Version sufficient, or are additional steps required? Does this…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Use KeyVault certificate for mTLS call using HttpClient from Azure Function
I'm trying to call an API that uses mTLS for authentication from a function app. The certificate used is loaded from a KeyVault and added as a client certificate to a HttpClientHandler. This works for local development but fails when deployed in Azure…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
What is Function app pricing Y1 means?
Hello , I used azure function app for deployment. What is pricing of this service. My billing statement does not show anything related that. What is "Y1" ????
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
SQL Server | Other
Best Practices for Azure function for Automation of NHI Account creation in production
I would like to know the best practices of the Azure functions and how to assign required privilege to Managed identity in Graph to create certain operations like app creation, sp creation and secrets etc.
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Scaling Behavior of Azure Function App with HTTP trigger under Flex Consumption
Hi there :) I am working with an HTTP-triggered Azure Function using Python on the Flex Consumption plan. The concurrency level is currently set to the default value of 1 per function instance. When I send a request, a new instance is started,…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Bug in Azure Flex Consumption Plan
1. Problem Summary My Azure Function App (Flex Consumption) is VNet‑integrated and configured to call Azure Document Intelligence through a Private Endpoint. DNS resolution inside the Function App resolves the endpoint to the correct private IP, and a…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
.NET Azure deploy problem
I have problem with the deployment of a .Net app via gitlab pipline. The problem appears when azure CLI unzips provided archive. It creates an additional folder in wwwroot instead of placing all files directly in wwwroot. Here is my code: - az webapp…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
Basic Azure Function (Javascript) created using v4 model throws No job functions found when running locally from vscode
Azure Functions Core Tools Core Tools Version: 4.0.4915 Commit hash: N/A (64-bit) Function Runtime Version: 4.14.0.19631 [2024-08-26T23:25:49.673Z] Building host: version spec: , startup suppressed: 'False', configuration suppressed: 'False',…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Azure Function App server always close connection from browser recently (ERR_CONNECTION_CLOSED)
Since 1 week ago, we are experiencing connection problem with Azure Function App. We have a few Function Apps exposed for customers to use our SaaS website. These Function Apps are configured with separate custom domains & certificates for HTTPS…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Meeting "ERROR: Run Connect-AzAccount to login. Exception : Type : System.Management.Automation.PSInvalidOp" In Azure powershell function when run "Connect-AzAccount -Environment AzureChinaCloud -Credential $Cred)"
Our China production environmen powershell function APP have ran normoally long time but in t report error suddenly. we have tried change Az module to some older and newer version, and rewite runtime version, but stll report the same error. Please…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Function app is triggered by old events after deployment
Hello, we have EventhubTrigger function. [EventHubTrigger("%EventHubName%", Connection = "EventHubConnectionString", ConsumerGroup = "consumer", IsBatched = true)] After re-deployment of the function, we noticed that the…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Microsoft defender is alerting for vulnerable version of nuget package in Azure Function's ".azurefunctions/function.deps.json" file"
Hi Champs, I'm facing a typical problem with my function app and MS defender for cloud. Defender is raising issues for my deployed function(written in c#) as: Even after installing latest nuget package, "function.deps.json" file is not…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Microsoft Security | Microsoft Defender | Microsoft Defender for Cloud
A cloud-native solution that protects workloads across hybrid and multi-cloud environments with threat detection and security recommendations
Azure fuunction gets stucked at graph
Almost while soution works fine but azure function gets stucked at graph connection using managed identity
Azure Functions
An Azure service that provides an event-driven serverless compute platform.