4,481 questions with Azure Functions tags

Sort by: Updated
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,481 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,540 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,481 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,481 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,524 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

Static Web App not deploying API functions

Hello, I've been struggling with this for a few days. I've read other posts online that are similar to this, but not exactly my experience. Here's the problem: I have a static webapp (react front end, typescript functions). I'm using the standard GitHub…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,481 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,055 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
809 questions
asked 2024-06-14T20:52:26.2+00:00
Joe Washek 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,481 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,817 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,771 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Encrypt/Decrypt for blobs produced or consumed outside of Azure

We have files we want to exchange with systems outside of Azure. For import we want them written to blob PGP encrypted by the source system, and for export want them PGP encrypted by ADF for the destination system. I understand that Azure does it's…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,481 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,542 questions
asked 2024-06-12T18:22:51.2166667+00:00
Moyer, Todd 60 Reputation points
edited a comment 2024-06-14T19:55:44.04+00:00
Moyer, Todd 60 Reputation points
1 answer

Received an e-mail from Microsoft Azure saying that we cancelled our subscription

Received an e-mail from Microsoft Azure saying that we cancelled our subscription and they have disabled our services. I need to do what to do about this, because we don't want our data to be deleted

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,481 questions
asked 2024-06-14T17:37:25.4066667+00:00
Carlos Hernández Osorio 0 Reputation points
answered 2024-06-14T18:04:17.2566667+00:00
Michael Taylor 49,781 Reputation points
0 answers

Test/Run trigger not working from within Azure Function under Flex Consumption pricing tier; throws CORS error

I'm an Azure novice/intermediate. Please bear with me. I have a Function App with a collection of timer triggered functions that need to run for ~20minutes each. I decided to upgrade my Function App to the Flex Consumption plan from the lowest-tier…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,481 questions
asked 2024-06-11T14:33:43.82+00:00
jmahmood 0 Reputation points
commented 2024-06-14T16:29:42.3933333+00:00
jmahmood 0 Reputation points
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,481 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,151 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,735 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,481 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,771 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,481 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,771 Reputation points Microsoft Employee
1 answer

Azure Function Publish issue from Visual studio 2022

Publish has encountered an error. Publish has encountered an error. We were unable to determine the cause of the error. Check the output log for more details. A diagnostic log has been written to the following…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,481 questions
asked 2023-09-26T13:25:51.8466667+00:00
Akhilesh Vikram Singh 5 Reputation points
commented 2024-06-14T11:26:27.57+00:00
GaganaDwarakesh-0859 0 Reputation points
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,481 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
0 answers

Does Function Apps scale instances automatically if an instance can’t start properly, and another if that instance can’t start, etc.?

A question: if a function app has network issues connecting to its storage and as such can’t start, would the container scale up more instances to try to cope? If the second one can’t start for the same reason, does it spin up a third and so on to the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,481 questions
asked 2024-06-13T08:16:47.8466667+00:00
Leif Rask 1 Reputation point
commented 2024-06-14T10:33:11.3533333+00:00
JananiRamesh-MSFT 22,631 Reputation points
1 answer

How to handle mutiple .py files in Azure Functions?

Hi all, I am trying to deploy an azure function which utilizes a lot of my own scripts and classes, which are to be executed via a blob trigger. I do not want to copy all the code into the function_app.py, but rather have it imported but have yet to…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,481 questions
asked 2024-06-11T18:18:26.8966667+00:00
Victor Skou Fertin 0 Reputation points
answered 2024-06-14T10:00:29.4+00:00
Pieter de Bruin 81 Reputation points Microsoft Employee
0 answers

functions not deleted?

I have deleted all my serverless functions but still my static web app can get response from one of them, its not cached, I've tried with different input

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,481 questions
asked 2024-06-14T09:34:15.1333333+00:00
paul gronborg 0 Reputation points
1 answer

About Disaster Recovery on Event Hubs + Functions

Hi, I'm facing an architectural challenge. I have: A Blob Storage where files will be landing A Function environment where one functions gets executed every time a file is uploaded. This is done via Event Grid notification source on Blob trigger An…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,481 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
580 questions
asked 2024-06-06T17:32:30.5533333+00:00
Jona 455 Reputation points
answered 2024-06-14T08:18:13.51+00:00
Pieter de Bruin 81 Reputation points Microsoft Employee
1 answer

Function not visible when using function from private github repo in the app

Edit: The issue was with importing functions from a private git repo I install in requirements. If this was commented out, the issue did not persist. However, the new issue is now: Why does it work locally when installing a private git repo and…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,481 questions
asked 2024-06-09T19:33:30.35+00:00
Victor Skou Fertin 0 Reputation points
answered 2024-06-14T07:10:08.5566667+00:00
Pieter de Bruin 81 Reputation points Microsoft Employee
0 answers

Error when assigning Virtual Network to the Azure Function

I am attempting to assign a VNET to the Azure Function on Flex Consumption plan. I am performing the following steps Login to Azure Portal and open function resource Go to Networking Under Virtual Network Details click on "not configured" …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,481 questions
asked 2024-06-05T17:02:18.16+00:00
Dmitriy Konyayev 20 Reputation points
commented 2024-06-14T05:16:31.92+00:00
Silvia Wibowo 3,246 Reputation points Microsoft Employee
1 answer

Intermittent Trigger Issues with Event Grid for Blob Upload and Deletion in Azure Function

I am using an Event Grid subscription to trigger an Azure Function for handling blob uploads and deletions in Azure Blob Storage. However, I'm encountering intermittent issues with the triggers not firing consistently. Setup: Storage Account (Event…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,481 questions
Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
798 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,542 questions
asked 2024-06-12T01:03:14.7566667+00:00
SuMyat Hlaing 0 Reputation points
commented 2024-06-14T02:59:47.22+00:00
Silvia Wibowo 3,246 Reputation points Microsoft Employee