4,463 questions with Azure Functions tags

Sort by: Updated
3 answers

Azure Function returns Timeout after 1 minute but code executes successfully

I have an HTTP-Triggered Azure Function using Python 3.9 runtime that does some reading from key-vault and writing to a database. The whole process usually takes 40-70 seconds and in some cases even less. I invoke this function from .NET using an http…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,463 questions
asked 2022-12-21T13:07:25.383+00:00
Martin Kostadinov 36 Reputation points
answered 2024-06-10T20:36:47.07+00:00
Michel Tsukiyama 0 Reputation points
0 answers

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,463 questions
asked 2024-06-09T19:33:30.35+00:00
Victor Skou Fertin 0 Reputation points
edited the question 2024-06-10T19:29:06.8966667+00:00
Victor Skou Fertin 0 Reputation points
0 answers

About payloads to debug Azure function integrations

Hi, I'm developing and Azure Function locally but also in the Portal. As you know, there are endpoints to emulates triggers, as stated here. I've been reading here to get to know what the payload is according to the differents triggers, but I've not…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,463 questions
asked 2024-06-10T15:54:46.89+00:00
Jona 455 Reputation points
1 answer

Azure function app (python) Retry with timer_trigger is not working

I am facing an issue to run the below code. I directly ran the code from the Microsoft official documentation Code: from azure.functions import FunctionApp, TimerRequest, Context, AuthLevel import logging app =…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,463 questions
asked 2024-06-05T04:03:34.8+00:00
Akash Kunwar 0 Reputation points
commented 2024-06-10T15:09:24.8733333+00:00
Akash Kunwar 0 Reputation points
0 answers

"Bad gRPC response. HTTP status code: 500" error with Azure function app

Not sure if this is the write forum to ask this question. please direct me to the proper place if not. We have a .NET 8 C# function app (V4), running in isolation mode. It is a gRPC client connecting to a gRPC server also running in Azure, under a…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,463 questions
asked 2024-05-29T16:50:50.1366667+00:00
David Toyer 15 Reputation points
commented 2024-06-10T15:05:20.04+00:00
David Toyer 15 Reputation points
1 answer

Azure Function App in Python 3.8 Timer trigger is not running for some reason

I have a python script that has been tested locally and works fine, it connects to an API, obtains and organizes data, and sends an email via SMTP, simple and works fine locally. I tried deploying it into an Azure Function App adding a timer trigger so…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,463 questions
asked 2024-06-10T12:24:16.2733333+00:00
Danny Luces 0 Reputation points
commented 2024-06-10T14:22:52.95+00:00
JananiRamesh-MSFT 22,466 Reputation points
1 answer

privacy concerns when working with sensitive documents using Vision API

Hi: I am trying to extract texts from some sensitive image pdf documents using the Vision API. Any suggestions on how to ensure non-disclosure of these documents when processing them on Azure. Thank you.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,463 questions
Azure AI Custom Vision
Azure AI Custom Vision
An Azure artificial intelligence service and end-to-end platform for applying computer vision to specific domains.
231 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,455 questions
asked 2024-06-03T21:31:02.36+00:00
Suli Adeniye 20 Reputation points
edited the question 2024-06-10T14:20:41.2066667+00:00
Ryan Hill 26,621 Reputation points Microsoft Employee
1 answer

{"message":"Failed to fetch","stack":"TypeError: Failed to fetch\n at https://portal.azure.com/Content/Dynamic/E97lPFqfRZHr.js:229:21858","isError":true}

Hi Team, I aa facing the above error message when I Test/Run my azure function from Portal. I have tried for different sets of data, for few sets the same azure function works fine but for few it gives this error. Tried checking the logs as well but…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,463 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,529 questions
asked 2024-05-15T09:49:59.0866667+00:00
Zakir, Ali Asgar 0 Reputation points
answered 2024-06-10T12:57:44.6666667+00:00
Robert Jan Lub 0 Reputation points
1 answer One of the answers was accepted by the question author.

Microsoft.Azure.Functions.ExtensionBundle error remains after updating host.json and settings.json

I got a warning regarding the EOL of runtime 2.x and python 3.8 of the azure functions currently running. So I changed of the runtime setting to ~4 and python version to >=3.9 in the Settings/Configuration of the function app. After restart the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,463 questions
asked 2023-09-14T07:38:13.7833333+00:00
Mingkai Liu 50 Reputation points
commented 2024-06-10T12:30:37.4366667+00:00
Julian Toll Goss 0 Reputation points
2 answers

Azure function event hub trigger executes after delay of about 5-10 seconds

I have an Azure Function v4 .NET 6 isolated app with an HTTP trigger function that writes events to an event hub. Another event hub triggered function in the same app listens to those events, performs some manipulation, and publishes them again to…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,463 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
578 questions
asked 2024-05-30T13:42:14.9533333+00:00
Akshay Chauhan 46 Reputation points
answered 2024-06-10T10:10:44.3366667+00:00
Akshay Chauhan 46 Reputation points
1 answer One of the answers was accepted by the question author.

May I have 2 functions with different triggers (Event Grid & Service Bus) in one project (repository) ?

Hello, I have two functions which are using identical Python code for different purposes. They both should reside in one Function App. The first function is Event Grid triggered, with Event Subscription in IoT Hub and is using…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
567 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,463 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
330 questions
asked 2024-06-07T15:41:23.0033333+00:00
Voynova, Silvena 20 Reputation points
commented 2024-06-10T09:24:12.44+00:00
Voynova, Silvena 20 Reputation points
0 answers

Building a chatbot via Azure

Hi Azure community! I want to build a chatbot for a company. It will be able to answer questions using the company data sources, including csv and pdf files. For example, if I ask the chatbot to summarize some csv financial reports, it will return an…

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
763 questions
Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,390 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,463 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,529 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,401 questions
asked 2024-06-06T13:50:10.12+00:00
TWU 0 Reputation points
commented 2024-06-10T07:03:30.9+00:00
santoshkc 5,505 Reputation points Microsoft Vendor
0 answers

Cosmos DB trigger is not working properly after migrating to isolated process model

Hi Team, We have migrated our Azure Function to the isolated worker model and made the necessary changes. Previously, the Cosmos DB trigger worked by triggering when a new entity was added or removed in a specific table. Now, the trigger is still being…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,463 questions
asked 2024-06-10T05:53:56.6133333+00:00
lakshmi 631 Reputation points
0 answers

Azure Function App | Disaster Recovery

Hi, I have an APIM which calls a function app from either of the two ways. send request set backend service id I am trying to implement Disaster Recovery for my function apps in two regions I have. I want to know what response does a function app…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,841 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,463 questions
asked 2024-06-03T18:25:17.39+00:00
Abhay Chandramouli 966 Reputation points
commented 2024-06-10T05:51:36.4566667+00:00
JananiRamesh-MSFT 22,466 Reputation points
0 answers

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,463 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,529 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,854 questions
asked 2024-06-07T03:06:18.0733333+00:00
Ricky chen (陈帅) 0 Reputation points
commented 2024-06-10T05:46:04.7466667+00:00
phemanth 7,190 Reputation points Microsoft Vendor
0 answers

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,463 questions
asked 2024-06-07T16:15:47.69+00:00
Harendra Singh 0 Reputation points
commented 2024-06-10T03:46:26.66+00:00
Harendra Singh 0 Reputation points
0 answers

¿Qué son los cambios químicos y cuales son?

dibujos imagenes videos

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,199 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,463 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,976 questions
Active Directory Federation Services
Active Directory Federation Services
An Active Directory technology that provides single-sign-on functionality by securely sharing digital identity and entitlement rights across security and enterprise boundaries.
1,214 questions
Microsoft Exchange Hybrid Management
Microsoft Exchange Hybrid Management
Microsoft Exchange: Microsoft messaging and collaboration software.Hybrid Management: Organizing, handling, directing or controlling hybrid deployments.
1,943 questions
asked 2024-06-09T22:34:59.17+00:00
gonzalez 0 Reputation points
1 answer

About local Azure Function logs

Hi, I'm developing locally an Azure Function and realized that are not ordered. Does anybody know why this happens? would it happen on Azure when deployed? Regards

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,463 questions
asked 2024-06-08T18:36:36.6566667+00:00
Jona 455 Reputation points
commented 2024-06-09T19:14:44.7733333+00:00
Jona 455 Reputation points
1 answer

About local settings file on Azure Functions

Is it possible to have different config files, for example per environment o something similar? There is nothing in the docs pointing to this. Regards

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,463 questions
asked 2024-06-07T23:08:00.28+00:00
Jona 455 Reputation points
answered 2024-06-08T02:12:45.9433333+00:00
Marcin Policht 15,135 Reputation points MVP
1 answer One of the answers was accepted by the question author.

Azure Function customize path for Blob output | Python

Hi, is there a way to customize the path where the blob is going to be outputed, or make ir…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,463 questions
asked 2024-06-07T06:07:09.71+00:00
Jona 455 Reputation points
accepted 2024-06-07T23:02:44.9466667+00:00
Jona 455 Reputation points