6,527 questions with Azure Functions tags

Sort by: Updated
2 answers One of the answers was accepted by the question author.

Flex Consumption (FC1) Function App shows 0 functions found after successful deployment — no errors logged

After a Flex Consumption (FC1) deployment that Azure itself reports as Succeeded (Active), every function host instance that starts afterward indexes 0 functions, and all HTTP routes return 404. There are no errors or exceptions anywhere in host or…

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.

6,527 questions
asked 2026-08-07T12:13:50.0566667+00:00
Serge Zuidinga 0 Reputation points
commented 2026-08-07T20:00:36.61+00:00
Serge Zuidinga 0 Reputation points
1 answer

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
Azure Functions

An Azure service that provides an event-driven serverless compute platform.

6,527 questions
asked 2026-04-24T10:29:39.3733333+00:00
Dimitrios Bardis 5 Reputation points
commented 2026-08-07T16:31:42.1533333+00:00
Thiago Almeida 96 Reputation points Microsoft Employee
1 answer

Flex Consumption Function App fails to start: Access to the path '/home/site/wwwroot/host.json' is denied

Hello, I can't get a successfully deployed function to run on any of my Flex Consumption Function Apps. After every deploy, the app overview shows the same error: System.Private.CoreLib: Access to the path '/home/site/wwwroot/host.json' is denied.…

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.

6,527 questions
asked 2026-07-03T12:49:16.1866667+00:00
commented 2026-08-07T16:31:30.83+00:00
Rukmini 43,815 Reputation points Microsoft External Staff Moderator
2 answers

Error running Set-AIPFileLabel from Azure PowerShell function - Engine is not initialized, bootstrap might have failed

Trying to remove AIP sensitivity labels from PDF documents using PowerShell Azure Function (triggered by power automate flow passing the file content from SharePoint). Based on this documentation:…

Azure Information Protection
Azure Information Protection

An Azure service that is used to control and help secure email, documents, and sensitive data that are shared outside the company.

576 questions
Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.

6,527 questions
Windows for business | Windows Server | User experience | PowerShell
asked 2022-07-22T05:56:18.16+00:00
Bartski 1 Reputation point
commented 2026-08-07T16:19:11.34+00:00
Sukumar Vinnakota 316 Reputation points
1 answer

Durable orchestrators executing in DR environment accidentally

Hi, I have a function app with durable orchestrators deployed to app service in production and the DR. these are 2 separate app services , one in the prod East US 2 and another in DR in central US region. The task hub name and the storage account used is…

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.

6,527 questions
asked 2026-08-07T14:44:57.9633333+00:00
Parag Kale 0 Reputation points
answered 2026-08-07T15:37:29.6933333+00:00
Marcin Policht 101K Reputation points MVP Volunteer Moderator
2 answers One of the answers was accepted by the question author.

Can I Create an Azure Function App with a Free Tier Account? What Are the Limitations?

Hello, I'm exploring Azure's services and considering using Azure Functions for a project. I'm currently on the free tier (Azure Free Account) and I have a few questions: Can I create an Azure Function App using the free tier account? If so, what are…

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.

6,527 questions
Azure Blob Storage
Azure Blob Storage

An Azure service that stores unstructured data in the cloud as blobs.

3,416 questions
asked 2024-05-30T12:12:18.35+00:00
Aadhil Imam 90 Reputation points
answered 2026-08-07T14:14:20.56+00:00
KONDI Amine 1 Reputation point
2 answers

Azure Compute: Architecture recommendation for hosting a domain-wide keyword web scraping script

Service: Azure Functions, Azure Container Apps, Azure App Service, or Azure Virtual Machines. Scenario: I am working on a web scraping and automation project. I have a script that takes a preferred domain and a list of designated words (such as…

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.

6,527 questions
asked 2026-08-07T10:17:52.2533333+00:00
Faheem Haider 0 Reputation points
answered 2026-08-07T13:46:59.9933333+00:00
Jose Benjamin Solis Nolasco 10,321 Reputation points Volunteer Moderator
1 answer

Remove azure files dependancy from an existing linux custom container function alp on elastic premium plan

have an existing Azure Function App with this following setup: Elastic Premium plan Linux custom container WEBSITES_ENABLE_APP_SERVICE_STORAGE=false Function App integrated with VNet Storage account private endpoints deployed in the same VNet Only TCP…

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.

6,527 questions
asked 2026-08-05T16:21:06.3133333+00:00
Bhanusree Annameti 0 Reputation points
commented 2026-08-06T23:48:55.92+00:00
Pravallika KV 18,765 Reputation points Microsoft External Staff Moderator
2 answers

Azure Portal - Function App TLS bindings completely out of sync with actual TLS frontend behaviour

I have a number of Azure Functions apps running the Flex Consumption plan. The TLS bindings displayed in the portal are are completely disconnected from what is actually happening. The portal reports "No binding" for multiple custom domains,…

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.

6,527 questions
asked 2026-06-22T12:33:28.3166667+00:00
Steven Fletcher 0 Reputation points
commented 2026-08-06T13:21:42.6566667+00:00
Steven Fletcher 0 Reputation points
2 answers

Azure Functions host 4.1052.300.26370 breaks Node worker startup — globalThis.crypto not defined

Host rollout 4.1052.200.26352 → 4.1052.300.26370 stopped exposing globalThis.crypto to the Node language worker. Every function fails at worker load with ReferenceError: crypto is not defined (thrown from randomUUID() in @azure/data-tables /…

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.

6,527 questions
asked 2026-08-05T03:32:44.96+00:00
Scott Siegel 0 Reputation points
answered 2026-08-06T05:27:53.5166667+00:00
Scott Siegel 0 Reputation points
0 answers

Managed identity broken for Node.js workers on Flex Consumption after host build 4.1052.300 — ManagedIdentityCredential "Network unreachable" on every new instance

Our production function app suddenly lost the ability to use managed identity, and I'm fairly sure an Azure host update caused it. The app runs on the Flex Consumption plan (Node.js 20, Central US) and uses DefaultAzureCredential in code to get tokens…

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.

6,527 questions
asked 2026-08-05T17:06:17.8666667+00:00
Leo Chen 0 Reputation points
commented 2026-08-05T17:30:08.3333333+00:00
Pravallika KV 18,765 Reputation points Microsoft External Staff Moderator
3 answers One of the answers was accepted by the question author.

Quota limit when trying to create a new function app resources - need support to add quota

When trying to create a new Function App in a subscription I get an error message: ERROR VIEW Validation failed for a resource. Check 'Error.Details[0]' for more information. (Code: ValidationForResourceFailed) Operation cannot be completed without…

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.

6,527 questions
asked 2026-07-21T02:23:31.0333333+00:00
sang delattre 21 Reputation points
accepted 2026-08-05T07:15:58.71+00:00
sang delattre 21 Reputation points
1 answer

Functions is not appearing in the function app

We are deploying the function app with the GitHub pipeline ,the deployment is successful . the function app is created but the functions are not visible in the portal. Host keys are getting created without the system keys. In The kudu console…

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.

6,527 questions
asked 2026-08-02T17:51:02.98+00:00
Sabyasachi Mohapatra 0 Reputation points
commented 2026-08-04T22:30:37+00:00
Pravallika KV 18,765 Reputation points Microsoft External Staff Moderator
2 answers

Function app backups are routinely failing with "Encrypted value padding is invalid"

All of the attempted backups for my service are failing. The error message is "Encrypted value padding is invalid". I have attempted to reconfigure the custom backup with a new container and have reset it as needed, but still unable to have a…

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.

6,527 questions
asked 2026-07-27T20:45:54.7266667+00:00
Cindy 30 Reputation points Microsoft Employee
commented 2026-08-04T10:18:45.32+00:00
Siddhesh Desai 7,890 Reputation points Microsoft External Staff Moderator
1 answer One of the answers was accepted by the question author.

The "Create" button is grayed out when publishing an Azure Function project.

Hello, I created an Azure Function project in Visual Studio2019. When I tried to publish this project to the Azure portal, I encountered an issue: the "Create" button on the publish interface is grayed out. However, using the same account, I…

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.

6,527 questions
asked 2025-11-27T06:12:07.8+00:00
Talia 20 Reputation points
commented 2026-08-04T09:38:06.35+00:00
lisa 0 Reputation points
3 answers One of the answers was accepted by the question author.

Seeing 403s being reported for GET /admin/vfs/site/wwwroot in Azure Function App

Just trying to figure out if I've misconfigured something and maybe affecting something with the platform. I have a .NET Azure Function App running under a Flex Consumption Plan. Under networking, I've Enabled from select virtual networks and IP…

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.

6,527 questions
asked 2026-07-28T02:38:18.97+00:00
yj133 40 Reputation points
commented 2026-08-03T10:54:16.5033333+00:00
yj133 40 Reputation points
5 answers

How to fix ServerFarmCreationNotAllowed when creating Function App in Azure

I am always getting this error. Did all the troubleshooting and still the same. My subscription is paid. { "code": "InvalidTemplateDeployment", "details": [ { "code":…

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.

6,527 questions
asked 2026-07-24T12:04:55.2666667+00:00
Jerry P 0 Reputation points
answered 2026-08-01T02:24:49.4233333+00:00
Jerry P 0 Reputation points
1 answer

Flex Consumption SCM endpoint stays on HTTP 404 after recreating a Linux Consumption Function App with the same name

We need to migrate a production Azure Function App from Linux Consumption (Y1) to Flex Consumption while preserving its existing default hostname. The hostname cannot change because it is compiled into software installed at customer sites. Environment: …

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.

6,527 questions
asked 2026-07-29T06:02:13.1533333+00:00
edited an answer 2026-07-30T14:23:34.8466667+00:00
Gursimran Singh 330 Reputation points Microsoft External Staff Moderator
3 answers

I can't access an Azure resource that is created by me and I am the tenant root admin

It is so weird. I can't access this resource (Azure function). Please resolve this asap.

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.

6,527 questions
asked 2026-07-23T12:46:19.6833333+00:00
II 105 Reputation points
edited an answer 2026-07-30T10:24:36.8+00:00
Likhitha Sulake 90 Reputation points Microsoft External Staff Moderator
0 answers

Getting wrong assertion issuer - sts.windows.net instead of login.microsoftonline.com

We had generated a token for a managed identity using the following code in Azure Function App - const { ManagedIdentityCredential } = require('@azure/identity'); module.exports = async function (context, req) { context.log('JavaScript HTTP trigger…

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.

6,527 questions
Microsoft Security | Microsoft Entra | Other
asked 2024-07-29T06:51:40.9266667+00:00
Devansh Agarwal 25 Reputation points
commented 2026-07-30T07:23:14.35+00:00
Christos Panagiotidis 3,546 Reputation points