4,536 questions with Azure Functions tags

Sort by: Updated
1 answer

Validation failed for a resource. Check 'Error.Details[0]' for more information. (Code: ValidationForResourceFailed) This region has quota of 0 instances for your subscription. Try selecting different region or SKU. (Code: SubscriptionIsOverQuotaForSku)

I am unable to create a new Azure Function. It throws an error like below Validation failed for a resource. Check 'Error.Details[0]' for more information. (Code: ValidationForResourceFailed) This region has quota of 0 instances for your…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,536 questions
asked 2024-06-07T16:15:47.69+00:00
Harendra Singh 0 Reputation points
commented 2024-06-18T06:14:22.5933333+00:00
JananiRamesh-MSFT 23,011 Reputation points
3 answers

The Subscription is not allowed to create or update the serverfarm

Hello Everyone,  I have been using Azure for a while, but just started trying to build some Function Apps. I want a function app to launch some python code. When I try to build the app, I get an error stating that my subscription isn't allowed to create…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,536 questions
asked 2024-06-15T18:58:11.52+00:00
JustinRodriguez 0 Reputation points
edited the question 2024-06-18T02:26:00.1366667+00:00
Ryan Hill 26,856 Reputation points Microsoft Employee
0 answers
asked 2024-06-17T13:34:42.4233333+00:00
Chadi Bennaji 5 Reputation points
edited the question 2024-06-17T19:29:02.0566667+00:00
Ryan Hill 26,856 Reputation points Microsoft Employee
0 answers

How to connect Function app and Event Grid?

Hey, I have two questions that are related to Event Grid and I'd be happy for any help. My idea is to have a function app that sends an event to another function app. For that I have created a topic in my Event Grid and set receiver function as a…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,536 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
338 questions
asked 2024-06-17T17:46:15.78+00:00
Vlad K 0 Reputation points
1 answer

FunctionApps are failing with "0 Unknown HTTP error"

Hi, I was trying to build few functions apps and they work as intended for a day or just few hours, then it suddenly stops with the following message: HTTP response code: 0 Unknown HTTP error HTTP response content: Error:…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,536 questions
asked 2024-06-11T10:55:45.14+00:00
Varske 10 Reputation points
commented 2024-06-17T16:44:33.1233333+00:00
Kyle P 0 Reputation points
0 answers

Enhancing Event Processing Efficiency

Hello, I have documents that I read and use to create events of different types. The system_id serves as a unique identifier for each event and will be passed as a parameter for the vertex. I send these events to Event Grid with an endpoint at Azure…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,536 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
338 questions
asked 2024-06-06T14:56:20.08+00:00
Maryna Paluyanava 211 Reputation points
edited the question 2024-06-17T10:51:53.77+00:00
PRADEEPCHEEKATLA-MSFT 83,886 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

ADF web activity payload is to big

We are using ADF now, there is a step need send Post to Remote Sever, but this payload is too big, far more than 896KB, it's already 15MB, so we try to store the request payload to blob and then use the Copy Activity, but we facing another issue is Copy…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,536 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,568 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,970 questions
asked 2024-06-07T03:06:18.0733333+00:00
Ricky chen (陈帅) 20 Reputation points
accepted 2024-06-17T10:02:25.73+00:00
Ricky chen (陈帅) 20 Reputation points
0 answers

Azure Event Grid Web Hook - Unauthorized Error

Hi everyone, We're upgrading our function apps to V4 and our Event Grid Web Hook trigger is now failing with a 401 Unauthorized Error. It's supposed to detect whenever a CSV file gets uploaded to our Blob Storage and trigger a function which creates…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,536 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
338 questions
asked 2024-06-17T07:52:02.97+00:00
Chris Buley 51 Reputation points
2 answers

Reading appsettings.json in a Docker container

How can I read appsettings.json in a Docker container? I created a Docker image using mcr.microsoft.com/azure-functions/dotnet:4, but when I run the image from a container, it cannot find the appsettings.json file. I added the file to the container in…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,536 questions
asked 2024-05-31T15:06:44.9733333+00:00
Paul Bush 21 Reputation points
answered 2024-06-16T14:01:42.5033333+00:00
Martin Power 6 Reputation points
0 answers

How do we add the storage table data in cosmos db trigger in isolated worker process model in Azure function .net 8

Hi Team, Below is the current azure function cosmos db trigger configuration, [FunctionName("log-available-agents")] public async Task Run([CosmosDBTrigger( databaseName: "%CosmosDatabaseId%", collectionName:…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,536 questions
asked 2024-06-15T17:45:51.7266667+00:00
lakshmi 631 Reputation points
edited the question 2024-06-15T18:09:26.6833333+00:00
lakshmi 631 Reputation points
1 answer

Spring boot azure function : Http Trigger : This function was programmatically called via the host APIs return 500 error

I am trying to create a spring boot azure function using the following guide https://github.com/eggboy/springcloud-azurefunction/tree/springboot3 https://medium.com/microsoftazure/create-azure-function-with-spring-cloud-function-ab150216d2bd I was able…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,536 questions
Azure Spring Apps
Azure Spring Apps
An Azure platform as a service for running Spring Boot applications at cloud scale. Previously known as Azure Spring Cloud.
113 questions
asked 2024-06-15T11:39:59.12+00:00
Kapila Roshan Bogahapitiya 0 Reputation points
answered 2024-06-15T11:41:48.3966667+00:00
Kapila Roshan Bogahapitiya 0 Reputation points
1 answer

Function App host storage account shared key access disabled issues.

Hi, Please help on the below issue. Recently I set "disabled" on my host storage account Property "Allow storage account key access" as part S360 issue fix but Function app which is running in Standard plan stopped working. Storage…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,536 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.
2,849 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,260 questions
asked 2024-06-15T06:04:13.0066667+00:00
SivaD 0 Reputation points Microsoft Vendor
edited an answer 2024-06-15T06:14:47.6166667+00:00
akinbade abiola 6,420 Reputation points
1 answer

Cosmos DB trigger is not working after upgrading to isolated process model

We have migrated the azure function code to Isolated process model by reffering the documents from MS and Github, [Function("log-available-agents")] public async Task Run( [CosmosDBTrigger( databaseName:…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,536 questions
asked 2024-06-14T18:51:01.9+00:00
lakshmi 631 Reputation points
answered 2024-06-14T21:22:33.3266667+00:00
hossein jalilian 4,615 Reputation points
2 answers

No job functions found. Try making your job classes and methods public. If you're using binding extensions (e.g. Azure Storage, ServiceBus, Timers, etc.) make sure you've called the registration method for the extension(s) in your startup code (e.g. build

I am receiving the following error message: "No job functions found. Try making your job classes and methods public. If you're using binding extensions (e.g., Azure Storage, ServiceBus, Timers, etc.), make sure you've called the registration method…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,536 questions
asked 2023-12-27T08:28:39+00:00
evisha 0 Reputation points
answered 2024-06-14T21:10:15.5433333+00:00
Mercado, Marcos 0 Reputation points
4 answers One of the answers was accepted by the question author.

Resolving "No job functions found" Error in Azure Functions

Hello, I'm encountering an issue with my Azure Functions project that's causing a persistent "No job functions found. Try making your job classes and methods public" error. Despite following the standard guidelines, the error persists. Here are…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,536 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,554 questions
asked 2023-12-25T14:30:05.5166667+00:00
Muhammad Haseeb Rehman 30 Reputation points
commented 2024-06-14T21:01:06.0533333+00:00
Mercado, Marcos 0 Reputation points
0 answers

Azure Function App using system assigned managed identity

As per Microsoft recommendation we need to disable the access key on storage account and connect it using identity. But after switching to use the managed identity, our functions stopped working. Please help check what's the problem. After disabling the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,536 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.
2,849 questions
asked 2024-06-14T09:11:59.73+00:00
Yang Lei (CSI INTERFUSION INC) 0 Reputation points Microsoft Vendor
commented 2024-06-14T19:57:50.4166667+00:00
Ryan Hill 26,856 Reputation points Microsoft Employee
0 answers

Managed identity should be used in web apps

We have a situation with a PAAS application where in Azure Advisor it is asking us to enable Managed identity should be used in web apps and Function APP . Our concern is that if I specifically change this to be Managed indentiese then will it break…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,536 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,242 questions
asked 2024-05-23T09:44:27.9833333+00:00
Paritosh Mishra 0 Reputation points
commented 2024-06-14T14:30:02.5333333+00:00
Ben Gimblett 3,825 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Azure function crashed during cold start after converting to isolated worker

I have an Azure function that had been working fine for the past 2 years. I recently converted to isolated worker and now every time the function is spawned up, it will crash initially during cold start. So if the API has not been called for a while…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,536 questions
asked 2024-05-27T18:28:07.4+00:00
TDao 45 Reputation points
commented 2024-06-14T13:04:01.1966667+00:00
Ryan Hill 26,856 Reputation points Microsoft Employee
0 answers

Getting the following error. sequence item 0: expected str instance, bytes found.

sequence item 0: expected str instance, bytes found. Why is this error caused? Getting this error in azure function app linux. But works fine in windows. Thanks

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,536 questions
asked 2024-06-13T14:45:50.4866667+00:00
Surya Gopisetty 0 Reputation points
edited the question 2024-06-14T12:47:20.5033333+00:00
Ryan Hill 26,856 Reputation points Microsoft Employee
3 answers One of the answers was accepted by the question author.

Function App Cannot Create within Azure Portal

Seems there have been two changes that are getting in the way of creating functions after having created a function ressource. There is no longer the "Function f(x)" under the left menu called Functions, and seems we can only access it now…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,536 questions
asked 2024-02-08T15:36:03.8833333+00:00
NT 25 Reputation points
answered 2024-06-14T10:45:17.52+00:00
Pardeep Kuamar 0 Reputation points