5,131 questions with Azure Functions tags

Sort by: Updated
0 answers

Intermittent issue in Function app

The issue occurs intermittently and one is captured at 8.36AM on 01-Nov-2024. The error log shows issue with redis client but we are not using redis client in this function. Also the flow of execution abruptly exits which is not going to catch block…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,131 questions
asked 2024-11-09T09:01:31.49+00:00
Sridarani Chandrasekar 0 Reputation points
edited a comment 2024-11-14T05:42:25.2633333+00:00
Sridarani Chandrasekar 0 Reputation points
0 answers

How to fix a bad gateway status when trying to create a function app

This is the failure code: { "status": "Failed", "error": { "code": "Forbidden", "message": "The subscription '1ac4d6cb-e3ad-4d74-aa81-6d7895a1abde' is not allowed to create or update the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,131 questions
asked 2024-11-07T01:01:19.87+00:00
Valentino Rivera 0 Reputation points
commented 2024-11-14T04:24:14.1733333+00:00
JananiRamesh-MSFT 28,081 Reputation points
1 answer

.NET 8 upgrade from .NET 6 of my azure function app didn't upgrade .azurefunctions

Hi, I recently upgraded from .NET 6 to .NET 8 using .NET upgrade assistant. Though I can see the Target Framework from visual studio as .NET 8, The file myProjectTriggerApp > bin > Debug > net8.0 > .azurefunctions > function.deps still…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,131 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,927 questions
asked 2024-11-04T09:01:54.7266667+00:00
Duminda Jayasuriya 5 Reputation points
edited a comment 2024-11-14T03:45:56.9466667+00:00
Duminda Jayasuriya 5 Reputation points
2 answers

When running an dotnet Azure HttpTrigger Function App locally, how do I control log level

The full question I have is posted https://stackoverflow.com/staging-ground/79166352 I have an Azure Function created from the HttpTrigger template and then add in LogError to LogTrace messages in the constructor. No matter what I set in the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,131 questions
asked 2024-11-08T19:27:49.7466667+00:00
Holt, Robin M 21 Reputation points
commented 2024-11-14T01:26:52.2433333+00:00
LeelaRajeshSayana-MSFT 16,121 Reputation points
1 answer

Error after updating Azure Functions Core Tools to version 4.0.6594

4.0.6594 [INFO] Azure Functions Core Tools found. Azure Functions Core Tools Core Tools Version: 4.0.6594 Commit hash: N/A +48490a7ee744ed435fdce62f5e1f2f39c61c5309 (64-bit) Function Runtime Version: 4.1036.1.23224 Could not load file or assembly…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,131 questions
asked 2024-11-13T23:23:07.39+00:00
Navaneeth Keshavamurthy 0 Reputation points
commented 2024-11-14T00:52:03.3466667+00:00
Navaneeth Keshavamurthy 0 Reputation points
1 answer

Diagnosing Azure Functions Failures

The team is currently deploying a number of projects and have a number of issues when it comes to silent failures in my function app which results in all functions not loading or showing up in Azure functions portal. This seems to be a common issue with…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,131 questions
asked 2024-11-13T21:12:37.55+00:00
Stephen Ponsford 0 Reputation points
answered 2024-11-13T21:35:23.04+00:00
Luis Arias 7,376 Reputation points
1 answer

Storage account configuration for Azure functions

I want to create an Azure Functions free tier account, but apparently a storage account is required for that. What is the cheapest storage account configuration I can make? Also, the billing is based on usage, right? I dont want to use the storage…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,131 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,234 questions
asked 2024-11-13T17:39:34.4866667+00:00
Jan 0 Reputation points
edited the question 2024-11-13T21:32:00.27+00:00
VarunTha 9,420 Reputation points Microsoft Vendor
1 answer

Azure Functions using Powershell - How to pre-load powershell modules to be used during execution.

Hello Geeks, Here's the scenario - I'm executing Azure functions (PowerShell code) using time trigger running on Consumption App service plan. I would like to execute this function every minute. The functions basically uses bunch of Azure powershell…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,131 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,608 questions
asked 2024-11-13T17:36:04.2966667+00:00
mitesh patel 6 Reputation points
answered 2024-11-13T20:00:09.5733333+00:00
Rich Matheisen 46,896 Reputation points
1 answer

Upgrading Azure Functions from V3 to V4 with JavaScript and TypeScript Files

How can the Azure Function version be upgraded from V3 to V4 when both JavaScript and TypeScript files are maintained in the same folder structure? Below is the folder structure for the V3 model. Additionally, how should the path value for the main key…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,131 questions
asked 2024-11-12T09:11:44.96+00:00
tpp 0 Reputation points
answered 2024-11-13T19:08:27.3633333+00:00
Pinaki Ghatak 4,685 Reputation points Microsoft Employee
1 answer

Azure Function App Error: Failed to Fetch - TypeError in Extend Function

Hello everyone, I'm encountering an issue while testing my Azure Function App, specifically in the "extend" function. I'm receiving the following error: Error: {"message":"Failed to fetch","stack":"TypeError:…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,131 questions
asked 2024-11-12T15:35:58.87+00:00
Yue Zhao 0 Reputation points
answered 2024-11-13T19:00:21.4466667+00:00
Pinaki Ghatak 4,685 Reputation points Microsoft Employee
1 answer

Failed to update web app settings: Number of Web workers must be greater than zero

Hello, I am trying to update FTP state to FTP Only under Settings = Configurations. Getting error as 'Failed to update web app settings: Number of Web workers must be greater than zero. I even increased the instance and still this didn't worked.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,131 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,924 questions
asked 2024-11-13T07:33:26.4166667+00:00
TechnoPy 0 Reputation points
answered 2024-11-13T18:51:43.11+00:00
Pinaki Ghatak 4,685 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Getting error No HTTP triggers found during Azure Function deploying

Hi, I'm getting No HTTP triggers after deploying Azure logic function, It's operating locally tried to run sync APIs, but still .. Python 3.11

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,131 questions
asked 2024-11-10T21:15:39.76+00:00
Mohamed Hussein 110 Reputation points
commented 2024-11-13T18:33:15.2733333+00:00
Jean David Ruvini 25 Reputation points
1 answer

I am trying to delete a resource Group, that holds Azure AI Studio and no other resource. But I am unable to do it, have tried different ways

This is a wired scenario i am stuck in, I am unable to delete a resource group because the AI Studio in it is not deleting. It say it has Failed to delete resource group new-poc: Deletion of resource group 'new-poc' failed as resources with identifiers…

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
847 questions
Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,970 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,131 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,932 questions
Azure Resource Mover
Azure Resource Mover
An Azure service used for moving multiple resources between Azure regions.
238 questions
asked 2024-11-13T16:10:08.4133333+00:00
Ramanathan AR 0 Reputation points
answered 2024-11-13T17:40:27.5833333+00:00
Sina Salam 12,086 Reputation points
0 answers

Securely Routing Graph Events to Azure Function via Event Grid

I have a partner topic for receiving Graph events. Currently, there is an Azure Function endpoint set to handle these events that is open to all networks. However, the goal is to restrict traffic to only within a VNET and from Graph events. If the Azure…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,131 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,313 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
396 questions
asked 2024-11-11T08:41:59.41+00:00
Beetus A.S. (Antony) 0 Reputation points
commented 2024-11-13T17:10:11.8466667+00:00
JananiRamesh-MSFT 28,081 Reputation points
2 answers

Is it possible to create an azure function programmatically thru .NET and C# and creating through either Visual Studio UI nor Azure portal?

I want to know if it is possible to create a new Azure function programmatically through C# code + .NET app. Note: For my use case, I do not want to create the Azure function via (1) Azure portal (2) Using Visual Studio publish This question is related…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,131 questions
Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
1,744 questions
asked 2024-11-12T22:03:33.2233333+00:00
Swati Bhartiya 0 Reputation points Microsoft Employee
commented 2024-11-13T16:04:41.54+00:00
Swati Bhartiya 0 Reputation points Microsoft Employee
1 answer

No Reponse from ADF pipelines

Hi everyone. We are using Azure.ResourceManager.DataFactory library to run ADF pipelines. Here is the flow: Azure Web App triggers Azure Function that runs ADF pipeline In common case a pipeline run request takes ~2 seconds including sending request from…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,131 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,874 questions
asked 2024-11-13T12:54:49.76+00:00
Yevhen Chubarov 20 Reputation points
answered 2024-11-13T15:54:35.9+00:00
LeelaRajeshSayana-MSFT 16,121 Reputation points
1 answer

Storage account connection string does not exist

I have a function app which is reading from an Azure Queue, originally it is just using a connection string to connect to the storage account which works, but I am migrating it to use an identity based solution. This is the guide I have been…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,131 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,234 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
109 questions
asked 2024-11-11T18:47:53.0833333+00:00
Matthew Jensen 25 Reputation points
commented 2024-11-13T15:06:08.5766667+00:00
LeelaRajeshSayana-MSFT 16,121 Reputation points
2 answers

SWA Azure Function backend returns 500 after 45 seconds, even though function keeps running afterwards

Hi there, I'm working on a Static Web App using the integrated Azure Functions backend. I have a function which takes about 2.5 minutes to complete due to a large database upload in the function. I am having an issue where after exactly 45 seconds, the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,131 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
975 questions
asked 2021-09-08T18:57:51.827+00:00
coder-902 206 Reputation points
answered 2024-11-13T15:03:07.6333333+00:00
Ernst Meinhart - contech gmbh 0 Reputation points
1 answer

Azure function -storage

Hi, As part of learning, I am trying to create Azure function, while doing it I don't see "Storage" tab and I continue to create AZ function. But from my learnings I remember that storage account required for AZ functions. So, Do I need to…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,131 questions
asked 2024-06-29T06:48:40.0533333+00:00
Nikhil k 0 Reputation points
commented 2024-11-13T14:30:12.9833333+00:00
Viet Ho 0 Reputation points
1 answer One of the answers was accepted by the question author.

How to rewind failed orchestration instance of durable azure function

I am working on migration of azure function from .net core 3.1 to dot net 8 and also migration from in-process to isolated worker process. In the .net core 3.1 version of function, we are using 'RewindAsync' function of IDurableOrchestrationClient from…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,131 questions
asked 2024-10-01T16:38:58.2766667+00:00
Sneha N. Patil 25 Reputation points
commented 2024-11-13T13:38:06.94+00:00
Ryan Hill 28,716 Reputation points Microsoft Employee