5,038 questions with Azure Functions tags

Sort by: Updated
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,038 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
943 questions
asked 2021-09-08T18:57:51.827+00:00
coder-902 201 Reputation points
answered 2024-10-22T14:05:02.9933333+00:00
Ezo 0 Reputation points
1 answer

Azure function app throws "database communication link failure" error and stops working

The HTTP triggered function app is built using Python 3.x and uses pyodbc with ODBC Driver 17 for SQL Server to communicate with the SQL server DB which has been deployed in the same resource group and the same region. The function app throws ('08S01',…

Azure SQL Database
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,038 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,883 questions
asked 2022-03-11T05:59:52.083+00:00
Nethmal Warusamana 1 Reputation point
answered 2024-10-22T13:44:21.02+00:00
Timo Petersen 0 Reputation points
1 answer One of the answers was accepted by the question author.

unable to retrieve function in Azure Function APP

The problem "internal host error" appears every time I attempt to build a function (HTTP Trigger) in a Function APP. However, after several attempts, I was able to successfully create the function. After writing the function and testing, I exit…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,038 questions
Azure Startups
Azure Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Startups: Companies that are in their initial stages of business and typically developing a business model and seeking financing.
312 questions
asked 2024-10-12T15:33:30.0766667+00:00
Jawher Khalifa 20 Reputation points
edited the question 2024-10-22T12:45:08.62+00:00
Ryan Hill 28,366 Reputation points Microsoft Employee
1 answer

Error : "The deployment ID couldn't be found. Please try again." when deploying function to a Function APP

i have this problem when deploying to a Function App in Azure from VS Code , tried with different function and worked successfully to other Function Apps but this one won't. the plan is Flex Consumption and the error won't tell me anything specific. The…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,038 questions
Azure Startups
Azure Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Startups: Companies that are in their initial stages of business and typically developing a business model and seeking financing.
312 questions
asked 2024-10-13T12:28:47.8566667+00:00
Jawher Khalifa 20 Reputation points
edited the question 2024-10-22T12:44:53.3233333+00:00
Ryan Hill 28,366 Reputation points Microsoft Employee
0 answers

azure function servicebustrigger keeps getting (ServiceTimeout)

hi, We created an isolated function, locally it works but after deploying to azure it does not. The network on ServiceBus and Function are public as to eliminate any network problems. looking into kudu logs we see: Message processing error…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
627 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,038 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,970 questions
asked 2024-10-01T09:55:09.4866667+00:00
51062596 60 Reputation points
commented 2024-10-22T12:03:17.9166667+00:00
JananiRamesh-MSFT 27,346 Reputation points
2 answers

Call Azure function secred by AAD from SPFX Webpart

Hello, i am trying to call Azure Function secured by AD from sharepoint webpart. But still getting 401 Unauthorized. Can please anybody point me right direction, i trying many tutorials official and unofficials and nothing works correctly. Thanks for any…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,038 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,749 questions
asked 2024-10-16T11:40:32.8633333+00:00
Jakub Husařík 0 Reputation points
answered 2024-10-22T11:10:35.4433333+00:00
Jakub Husařík 0 Reputation points
1 answer One of the answers was accepted by the question author.

How Do I Use JS Functions From Pasted Javascript

Hi, I'm green to everything here, but I'm having trouble using something that (in my dumb head, at least) should work. I do not wish to use 'import' as I do not wish my code to import from a link every time in case I am requesting a lot. Whatever I try,…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,038 questions
asked 2024-10-21T13:15:13.3333333+00:00
Eliot Cole 31 Reputation points
commented 2024-10-22T10:37:14.38+00:00
Eliot Cole 31 Reputation points
1 answer

Help with Bicep Template for Deleting Azure Resources Based on Resource Name

I have created Bicep templates for provisioning various Azure resources such as Azure OpenAI, Azure Cognitive Search, Azure App Service, and Azure Cosmos DB. In a similar way, I would like to write a Bicep template or script that allows for the deletion…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,931 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,038 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,646 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,144 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,817 questions
asked 2024-10-14T10:34:46.59+00:00
Gupta, Shalu 10 Reputation points
commented 2024-10-22T08:54:23.47+00:00
VenkateshDodda-MSFT 21,226 Reputation points Microsoft Employee
0 answers

EFCore 8.0 SaveChangesAsync Faild

Hi there, Why EFCore 8.0 SaveChangesAsync always faild? Env : Azure Functions , EFCore 8.0.10 The error msg is : An exception occurred in the database while saving changes for context type…

Entity Framework Core
Entity Framework Core
A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.
744 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,038 questions
Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,945 questions
asked 2024-10-21T12:52:42.1766667+00:00
zmsoft 40 Reputation points
commented 2024-10-22T06:56:35.4+00:00
Hongrui Yu-MSFT 2,075 Reputation points Microsoft Vendor
0 answers

How to fix System.IO.FileNotFoundException exception caused by a missing System.Memory.Data.dll in the bin folder

I am experiencing this issue across all my Azure Function apps after a recent NuGet update to SDK v8.0.403. All of these function apps are using the In-Process model. I have updated all my NuGet packages, including…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,038 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,885 questions
asked 2024-10-22T05:05:47.63+00:00
Chandran, Ajith 0 Reputation points
edited the question 2024-10-22T05:38:04.07+00:00
Chandran, Ajith 0 Reputation points
1 answer

Function App SKU EP1 East US: This region has quota of 0 instances for your subscription. Try selecting different region or SKU.

Hello, When attempting to create a new Function App using the EP1 SKU within a new subscription in the East US region, I encountered the following error: SubscriptionIsOverQuotaForSku "This region has a quota of 0 instances for your subscription.…

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
5,441 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,038 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
39,398 questions
asked 2024-10-21T19:46:56.0233333+00:00
Francisco Leyva 36 Reputation points
edited the question 2024-10-22T00:47:11.6033333+00:00
Khadeer Ali 245 Reputation points Microsoft Vendor
1 answer

Unable to Delete Azure Virtual Network and Function App

I am attempting to delete an Azure Virtual Network but keep receiving the error: "Failed to delete subnet 'subnet-2'. Error: Subnet subnet-2 is in use by…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,038 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,476 questions
asked 2024-10-18T23:04:34.5266667+00:00
Andrew Eickemeyer 0 Reputation points
commented 2024-10-21T23:24:27.2766667+00:00
Andrew Eickemeyer 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,038 questions
asked 2024-10-01T16:38:58.2766667+00:00
Sneha N. Patil 20 Reputation points
commented 2024-10-21T17:20:35.5+00:00
Ryan Hill 28,366 Reputation points Microsoft Employee
0 answers

No HTTP Trigger Found - Fast API - Azure function

Hi Everyone, I'm working on a FAST- API application with an HTTP trigger on Azure Functions, when I try to deploy I get the error No HTTP Triggers, But it works when I test locally in the terminal I followed the:…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,038 questions
asked 2024-10-21T14:15:05.2633333+00:00
Roopesh Bharatwaj KR 20 Reputation points
1 answer

Azure Function App Timer trigger not firing in UTC. How to fix?

I want to deploy a function app on Azure that would periodically pull updates from a website and augments a MongoDB collection hosted on Atlas. The python v2 code that I have written for this purpose works fine on my local machine where it triggered…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,038 questions
asked 2024-10-09T01:20:52.5166667+00:00
Devi 0 Reputation points
commented 2024-10-21T13:55:46.6733333+00:00
JananiRamesh-MSFT 27,346 Reputation points
1 answer

How can we migrate to version 4.x of the Azure Functions runtime

I am getting email to upgrade my function app "Update your Function application to version 4.x of Azure Functions runtime for continued support. Version 1.x will be retired starting September 14, 2026." Any references?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,038 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,817 questions
asked 2024-10-18T07:57:19.0366667+00:00
Ramanjini Mangali 0 Reputation points
answered 2024-10-21T13:53:26.3+00:00
LeelaRajeshSayana-MSFT 15,556 Reputation points Microsoft Employee
1 answer

How to fix C# azure function error 404

We are working with Azure b2c and custom policies. For that I created custom policy to signin_sign-up with Apple like the description here: …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,038 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,817 questions
asked 2024-10-17T11:43:42.6866667+00:00
Nick 0 Reputation points
commented 2024-10-21T10:05:21.4033333+00:00
Nick 0 Reputation points
1 answer

404 API Error - Azure Static Web App with Managed Python Functions

I have a React Static Web App which was working fine until I added in managed Python Azure Functions. When running the app locally swa start build --api-location api, everything works as expected, and requests can be made to the API. However, when…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,038 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
943 questions
asked 2024-10-11T12:37:09.1433333+00:00
Oli 0 Reputation points
answered 2024-10-21T09:51:41.85+00:00
Pinaki Ghatak 4,380 Reputation points Microsoft Employee
1 answer

Logs not appearing in Azure portal for Function using Logback, but visible with ExecutionContext

I'm experiencing an issue with logging in Azure Functions (Java). When I use ExecutionContext.getLogger(), my logs appear in both the Azure portal and the log stream. However, when I use Logback for logging, I can see the logs in the log stream, but they…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,038 questions
asked 2024-10-19T00:25:06.0366667+00:00
abazine abdellatif 0 Reputation points
answered 2024-10-21T09:44:37.6066667+00:00
Pinaki Ghatak 4,380 Reputation points Microsoft Employee
1 answer

Critical Vulnerabilities in Python 3.12 stdlib on Azure Functions Docker Image

I am currently building and deploying an Azure Function using Python 3.12 in a Docker container. Upon running security scans (e.g., with pip-audit and safety), I encountered multiple critical/high vulnerabilities associated with stdlib version 1.20.14,…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,038 questions
asked 2024-10-20T18:30:02.64+00:00
Pekka Hagström 0 Reputation points
answered 2024-10-21T09:42:02.99+00:00
Pinaki Ghatak 4,380 Reputation points Microsoft Employee