4,642 questions with Azure Functions tags

Sort by: Updated
0 answers

How pass an object to functions and keep the modifications in a Durable Function?

I've been working on learning more about Azure Functions and I'm currently working on a project using Durable Functions. I'm not sure if I'm not understanding correctly or if I'm just doing something incorrectly, but my understanding with Durable…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,642 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,627 questions
asked 2024-07-20T15:36:08.38+00:00
CandidKilsborne 20 Reputation points
0 answers

Using Azure Function with IBM MQ

How can I install the MQ Client libraries or pymqi inside an Azure Function? I've tried including pymqi in the requirement.txt but was unable to install the library. I've checked online and it seems like the MQ Client libraries are needed, but I'm not…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,642 questions
asked 2024-07-20T13:54:35.3133333+00:00
Yang Chow Mun 121 Reputation points
0 answers

azure function app to use pymqi

I would like to use azure function to read and write from/into IBM mq. I have included pymqi in the requirement.txt but not able to install the library. Checked online seem like required to install MQ Client libraries. Anyone know how the MQ Client…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,642 questions
asked 2024-07-20T13:51:21.3333333+00:00
Yang Chow Mun 121 Reputation points
0 answers

Internal Server Error while calling azure function from Azure data factory

We have written script to download some files from sharepoint to the azure blob storage. Ii have tested the code locally and on the portal too. This function will copy single files so we have placed azure function activity in a for each activity to run…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,642 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,131 questions
asked 2024-07-20T13:46:57.1066667+00:00
Mansi Yadav 40 Reputation points
0 answers

When I am sending a base64 string encoded file to azure functions for http trigger, it is sending a 413 error.

When I am sending a base64 string encoded file to azure functions for http trigger, it is sending a 413 error. {"statusCode":413,"message":"request entity too large"}. The base64Source: size.txt My code: import…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,642 questions
Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,530 questions
asked 2024-07-20T13:22:11.9266667+00:00
Ayush T24Global.com 0 Reputation points
commented 2024-07-20T13:46:04.4433333+00:00
Ayush T24Global.com 0 Reputation points
2 answers

Failure Anomalies notifies you of an unusual rise in the rate of failed HTTP requests or dependency calls.

Hi Team, I got an alerts Failure Anomalies notifies you of an unusual rise in the rate of failed HTTP requests or dependency calls. An abnormal rise in dependency failure rate. What is this alerts? what is the cause? what action needs to be taken for…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,642 questions
asked 2024-07-18T05:33:05.03+00:00
Ankush Gurjar 160 Reputation points
answered 2024-07-20T00:16:20.74+00:00
Deaaalden Mohmed 0 Reputation points
2 answers

Using Azure OpenAI / Copilot Application Outside of Portal to Answer Natural Language Questions with SQL Queries

I have been experimenting with Copilot on my Azure SQL databases, and I love the functionality of querying a database through plaintext and getting the results. I'm interested in making this available to non-technical users outside of the Azure portal.…

Azure SQL Database
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,642 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,612 questions
Microsoft Copilot
Microsoft Copilot
Microsoft terminology for a universal copilot interface.
193 questions
asked 2024-07-19T19:10:49.97+00:00
hampton123 1,160 Reputation points
answered 2024-07-19T19:18:29.6966667+00:00
hbjytdrsedfc 0 Reputation points
6 answers

Microsoft.Azure.WebJobs.Script: Did not find functions with language [powershell].

After stresstesting a WORKING PowerShell function in a consumption plan, suddenly I'm getting the error Microsoft.Azure.WebJobs.Script: Did not find functions with language [powershell]. The other powershell function app in the same consumption still…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,642 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,290 questions
asked 2020-12-23T11:46:41.06+00:00
Jos Lieben 1 Reputation point
answered 2024-07-19T17:36:58.77+00:00
James Wang 0 Reputation points
0 answers

The remote certificate is invalid according to the validation procedure: RemoteCertificateNameMismatch

I am getting this error in a function app: The remote certificate is invalid according to the validation procedure: RemoteCertificateNameMismatch These are the certificate details: subjectName: permissionsgatewayapi.trafficmanager.net hostNames:…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,642 questions
asked 2024-07-19T16:07:11.1266667+00:00
Sarish Tabish Sayyed 40 Reputation points Microsoft Vendor
0 answers

App Service Environment Migration

Hello, I'm new to App Service Environment/Function app on Azure. We have been told that our App Service Environment might needs to be updated to v3 because old versions will retire on August 31st, 2024. Is Function app related to App Service…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,642 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,360 questions
asked 2024-07-19T14:14:18.9433333+00:00
Gus-0185 20 Reputation points
edited a comment 2024-07-19T16:00:24.4266667+00:00
Ben Gimblett 3,845 Reputation points Microsoft Employee
0 answers

Package Publishing Step Fails for .NET 8 Azure Functions App

I have a .Net 8 Project running in an Azure Function App and I am using via Azure devops pipeline as CICD. Everything runs fine without issue. Now I amhaving some problems, I have not make a code change, I am only adding a postman test to be included via…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,642 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,625 questions
asked 2024-07-19T14:27:22.47+00:00
Chidiebere Ugwu 5 Reputation points
0 answers

Package Publishing Step Fails for .NET 8 Azure Functions App

I have a .Net 8 Project running in an Azure Function App and I am using via Azure devops pipeline as CICD. Everything runs fine without issue. Now I amhaving some problems, I have not make a code change, I am only adding a postman test to be included via…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,642 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,625 questions
asked 2024-07-19T14:23:17.08+00:00
Chidiebere Ugwu 5 Reputation points
0 answers

Azure functions issue after .net 8 upgrade

we are upgrading the azure function from .net 3.0 to .net 8.0 , i have updated the docker file to deploy.Its deployed as a container in linux app service plan. we get error in the runtime as and also error in the code+test section as what should i…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
428 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,642 questions
asked 2024-07-19T14:12:12.4+00:00
larsan 0 Reputation points
4 answers

Unable to create Function in function app

I am unable to create function under function app. Also the 'Develop in portal' option is not available. And I am getting the error "This function has been edited through an external editor. Portal editing is disabled."

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,642 questions
asked 2021-11-03T10:53:37.943+00:00
Rakesh RaveendranNair 11 Reputation points
commented 2024-07-19T13:08:54.1+00:00
ShaynaDavisVanAs-9029 0 Reputation points
1 answer One of the answers was accepted by the question author.

Azure Function App deployment issue with multiple projects

I have an Azure Function App developed using .NET 8 containing Project A and Project B, each with some Azure functions. However, after deployment with CICD pipeline in the Azure portal, I cannot see functions from Project A in the Function App. I updated…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,642 questions
asked 2024-05-02T15:11:36.5733333+00:00
Arulanand Anandhakumar 20 Reputation points
accepted 2024-07-19T12:22:47.5133333+00:00
Arulanand Anandhakumar 20 Reputation points
1 answer

Is possible Host WebApi in Azure Function ?

Is it possible to host an ASP.NET Core WebApi in an Azure Function? I would like my Azure Function to serve only as an entry point, while the endpoint management is handled by the WebApi. AWS provides this possibility:…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,642 questions
asked 2024-07-18T18:33:58.1166667+00:00
Aurelio Piccinino 0 Reputation points
edited a comment 2024-07-19T10:59:48.4966667+00:00
Aurelio Piccinino 0 Reputation points
1 answer

Why is my Azure Function not showing in the portal?

I have created a blob trigger python azure function using VS code. Once deployed there is a successfully deployed message but the function does not show in the portal. Any suggestions?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,642 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,616 questions
asked 2024-07-18T08:13:06.94+00:00
Jacob Knight 0 Reputation points
edited an answer 2024-07-19T08:33:48.51+00:00
Jacob Knight 0 Reputation points
0 answers

Changed container name in Blob trigger azure app bindings, but app is still processing old container blobs. When does it starts processing new container blobs?

I created a new blob-triggered Azure app in Python, but it started reprocessing the existing blobs. To avoid this, I changed the container name in the function.json file and deployed the changes. The deployment was successful, and I can see the new…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,642 questions
asked 2024-07-18T23:00:22.24+00:00
Sudha 0 Reputation points
0 answers

Changed container name in Blob trigger azure app bindings, but it is still processing old container blobs. When does it starts processing new container blobs?

I created a new blob triggered Azure app in Python. It started reprocessing the existing blobs. To avoid reprocessing ,I changed the container name in the function.json file and deployed the changes. The deployment was successful, and I can see the new…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,642 questions
asked 2024-07-18T22:58:07.26+00:00
Sudha 0 Reputation points
2 answers

Azure function stops running sometimes

I have an azure function that seems to just stop / crash during it's run at a point. No errors appear on my logs. It only happens some of the times for some reason. Best clue so far that I have found is that it seems to happen when memory usage is high,…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,642 questions
asked 2023-05-11T10:25:26.0033333+00:00
Joni Rokkanen 5 Reputation points
edited a comment 2024-07-18T16:07:10.4566667+00:00
Tran, Nguyen 20 Reputation points