4,953 questions with Azure Functions tags

Sort by: Updated
1 answer

Azure function timer-based function, if timeout time and retry time are the same new instance being cancelled?

I have a long-running timer-based Azure function (yes, not good form for a long-running function, but...) The function timeout has been configured for 5 minutes in host.json, and the schedule starts the task every five minutes during a "run…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,953 questions
asked 2024-09-27T23:08:42.0066667+00:00
Bill Turner 0 Reputation points
answered 2024-09-27T23:24:25.0066667+00:00
hossein jalilian 6,830 Reputation points
2 answers

Azure Function App is not identifying the package getting ModuleNotFoundError: No module named 'fitz'

Fitz package is installed while triggering in the Function App, But still getting error as below. `2024-09-27T06:31:37Z [Error] Command failed with error: Traceback (most recent call last): File "/home/site/wwwroot/app/prepdocs.py", line 5, in…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,953 questions
asked 2024-09-27T06:41:43.66+00:00
Veerendra 0 Reputation points
edited the question 2024-09-27T22:45:30+00:00
LeelaRajeshSayana-MSFT 15,071 Reputation points Microsoft Employee
0 answers

Need support end dates for the following items

I am looking for support end dates for the following to finish up a release document. microsoft.rest.clientruntime microsoft.azure.amqp microsoft.azure.relay microsoft.codeanalysis

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,953 questions
asked 2024-09-27T21:16:16.72+00:00
Sekar, Aishwarya 0 Reputation points
1 answer

How to setup an ETL pipeline using DB that cannot be accessed via Azure Functions

I need to create a Python ETL pipeline to update a table used in a Power BI report, but I'm facing two issues. First, one of the ETL inputs is a self-hosted on-premises SQL Server database. I can connect to this SQL database within Azure Data Factory…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,953 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,643 questions
asked 2024-09-26T23:04:58.5466667+00:00
Deepak 0 Reputation points
commented 2024-09-27T19:42:29.85+00:00
Deepak 0 Reputation points
0 answers

Getting null response during downloading certificate

Hello Azure Community, We are using API Management for business transactions and supporting it with a Function App and Key Vault for security. We've updated our code to ensure the certificate is downloaded and remains in object memory for subsequent…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,273 questions
Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,100 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,953 questions
asked 2024-09-27T16:50:43.51+00:00
Patel, Kunjal 0 Reputation points
1 answer

Permission denied on executable in Azure Functions (C#, Linux)

I am trying to run packed to a single file ffmpeg on Linux on Azure function: var ffmpeg = $"/home/site/wwwroot/ffmpeg"; var videoPath = Path.GetFullPath($"SampleVideo1.mp4"); var ffmpegCommand = $"{ffmpeg} -i…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,953 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,887 questions
asked 2024-09-26T10:02:40.94+00:00
Michał Grzyśka 0 Reputation points
commented 2024-09-27T15:28:55.95+00:00
Bruce (SqlWork.com) 64,816 Reputation points
1 answer

Azure function times out - No response

Running Azure function as a springboot application in local environment. Build and deployment is successfull, however when i hit the endpoint via postman...not getting response. Seeing below and then it just times out Details below - using - Java…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,953 questions
asked 2024-09-24T19:23:41.3866667+00:00
Umamaheswara R Avula 20 Reputation points
commented 2024-09-27T15:22:54.8666667+00:00
LeelaRajeshSayana-MSFT 15,071 Reputation points Microsoft Employee
0 answers

ModuleNotFoundError: No module named 'azure.storage' when deploying Azure function via ARM template

I am trying to deploy an Azure function using ARM template. I am using 'Microsoft.Web/sites/sourcecontrols' with the properties specifying my RepoURL and BranchName. My requirements.txt has a list of modules defined. However, when I try to run the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,953 questions
asked 2024-07-16T19:21:34.3866667+00:00
Swarada Jalukar 0 Reputation points
edited a comment 2024-09-27T10:59:32.7533333+00:00
XiaoBei Wen 0 Reputation points
0 answers

Deploying Function App using yaml

I am trying to figure out how to deploy a Function App in azure using pipeline yaml file My runtime environment is python 3.11 this is the sample azure function i am trying to deploy import azure.functions as func import logging import…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,953 questions
asked 2024-09-24T04:53:51.43+00:00
Abhijit M 25 Reputation points
commented 2024-09-27T09:49:48.96+00:00
VenkateshDodda-MSFT 20,536 Reputation points Microsoft Employee
0 answers

Cannot deploy React Azure Static Web App with Azure Function API

I'm trying to publish a full stack react app with an Azure Static App and running a backend api with Azure Functions. However, no matter how I configure the build profile files, my app cannot recognize any of my Azure functions when the web app is…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,953 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
921 questions
asked 2024-09-23T06:04:51.1566667+00:00
Jon Holmberg 5 Reputation points
commented 2024-09-27T07:46:48.5066667+00:00
Jon Holmberg 5 Reputation points
0 answers

When to use deployment jobs vs. normal jobs in Azure Pipelines for Bicep deployments?

As a data engineer working on infrastructure-as-code using Bicep, I'm trying to understand the best practices for structuring my Azure Pipeline. I have separate environments for DEV and PRD, and I'm not sure when to use a deployment job versus a normal…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,953 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,643 questions
asked 2024-09-26T14:37:01.7233333+00:00
Melvin Tran 20 Reputation points
commented 2024-09-27T07:24:52.7533333+00:00
Melvin Tran 20 Reputation points
1 answer

Workflow Validation Error

I recently added an azure function to my azure logic app but now i get this error: Workflow validation failed for the workflow ''. {"error":{"code":"InvalidFunctionRoute","message":"The function…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,953 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,113 questions
SharePoint Workflow
SharePoint Workflow
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Workflow: An orchestrated and repeatable pattern of business activity, enabling data transformation, service provision, and information retrieval.
582 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,721 questions
Azure Network Function Manager
Azure Network Function Manager
An Azure service used for deploying 5G and software-defined WAN network functions on edge devices.
2 questions
asked 2024-09-25T15:30:06.6333333+00:00
Eqnx 0 Reputation points
edited an answer 2024-09-27T02:42:25.1866667+00:00
Emily Du-MSFT 46,086 Reputation points Microsoft Vendor
1 answer

Is there a way in Azure/Exchange to allow an end user to receive more external emails while still maintaining security.

I have an end user that works in a sort of community outreach role (far more external emails than the typical users) and many external emails that are inbound being blocked or quarantined. Once she receives an email from the external user I can whitelist…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,953 questions
Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,502 questions
Microsoft Exchange
Microsoft Exchange
Microsoft messaging and collaboration software.
529 questions
asked 2024-09-23T14:33:39.68+00:00
J Williams 0 Reputation points
commented 2024-09-27T00:25:47.76+00:00
Alex Zhang-MSFT 785 Reputation points Microsoft Vendor
1 answer

Why are my Durable Entities not functioning after migrating from .NET 6 in-process to .NET 8 Isolated Worker?

I am migrating from .NET6 in process model to .NET8 isolated worker model and having some issues with durable entities, mainly with passing input to the entity trigger. Every time the durable entity is called, the input parameter is now null after the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,953 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,823 questions
asked 2024-09-25T15:05:04.06+00:00
Tony 0 Reputation points
answered 2024-09-26T21:50:30.1266667+00:00
Tony 0 Reputation points
1 answer

Azure function ftp app file size too big

Hi! We are using azure functions with ftp to download XML files to an azure files share and then import the data to Dynamics 365 Business Central. It works fine with until we have to download a file larger than 150MB. Then it won't work, it won't be…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,953 questions
asked 2024-09-26T21:09:58.8266667+00:00
Sebastian Sidor 0 Reputation points
answered 2024-09-26T21:26:14.7433333+00:00
Michael Taylor 54,296 Reputation points
1 answer

Unexpected ModuleNotFound errors setting up Azure Functions locally on Windows

Hi everyone, I'm copying my post over from Stack Overflow to see if anyone has some ideas here. This is my first time using Azure functions so I apologize if this is a noob question. My organization already set up everything for Azure in our repository,…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,953 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
9,549 questions
asked 2024-08-14T10:06:08.77+00:00
Sammy Paykel 0 Reputation points
answered 2024-09-26T20:21:11.2366667+00:00
Lily Ma 0 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

can I use azure application gateway to increase the application gateway timeout of azure web app service?

I am having application gateway timeout in azure web app service, I understand the 240 seconds are the default setting and cannot be changed. However when checking with GPT it suggested to use Azure application Gatway to increase the application gateway…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,953 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,721 questions
asked 2024-09-24T12:44:03.8766667+00:00
Prabu Mohan 20 Reputation points
commented 2024-09-26T10:04:50.22+00:00
MayankBargali-MSFT 70,401 Reputation points
0 answers

Missing Functions in isolated worker function app

Hello! I upgraded from an in-process modell to isolated worker. After the deployment everything worked and the functions were able to be invoked, but I got an error message saying: Referenced bundle Microsoft.Azure.Functions.ExtensionBundle of version…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,953 questions
asked 2024-09-26T09:35:01.07+00:00
Eberl Sebastian 20 Reputation points
3 answers

Function works on local test bench but wont deploy

I have a classifier.mjs file that runs fine locally but wont deploy It will deploy if I remove the @xenova/transformer import but I cant work out why - any ideas? import { app } from '@azure/functions'; import path from 'path'; import { pipeline, env…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,953 questions
asked 2024-09-21T13:44:30.91+00:00
Joseff Evans 0 Reputation points
answered 2024-09-26T09:33:35.6066667+00:00
Joseff Evans 0 Reputation points
1 answer One of the answers was accepted by the question author.

Persistence of Function Key when migrating

Hello, I was wondering if migrating from an in-process model to isolated worker model, would lead to a new function key? The name of function endpoints remained the same. If the key changes, is there a way to set it manually? Kind Regards Eberl Sebastian

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,953 questions
asked 2024-09-24T09:18:27.75+00:00
Eberl Sebastian 20 Reputation points
accepted 2024-09-26T09:29:28.0933333+00:00
Eberl Sebastian 20 Reputation points