4,694 questions with Azure Functions tags

Sort by: Updated
0 answers

Query missing in Azure

Hi everyone, I am running this query in Microsoft Azure: AADUserRiskEvents | where TimeGenerated >= ago(7d) | where RiskDetail startswith "admin" | summarize arg_max(TimeGenerated, *) by UserPrincipalName | project UserPrincipalName,…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,694 questions
asked 2024-07-29T23:28:24.85+00:00
John Maya Intertek 0 Reputation points
1 answer

Confused - HTTP request size limit of 100 MB for Azure Function

Hi Team, I'm really confused from Microsoft documentations regarding HTTP request size limitation for HTTP triggered Azure Function: This documentation says - Max limit is 100 MB :…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,694 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,091 questions
asked 2024-07-29T17:06:16.22+00:00
Pratim Das, Partha C 306 Reputation points
answered 2024-07-29T23:11:47.3066667+00:00
akinbade abiola 10,020 Reputation points
1 answer

Cannot update wwwroot files after deployment

Hello, I have an Azure function triggered via Event Hubs. I tried to deployed the updated Azure function (C# code/.NET8 and Nuget package updates), and when I go to SCM -> wwwroot folder, I do not see the updated files. I am trying to deploy the code…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,694 questions
asked 2024-07-29T19:37:28.1133333+00:00
dotnet_guy 10 Reputation points
answered 2024-07-29T22:08:20.3633333+00:00
hossein jalilian 5,715 Reputation points
1 answer

Possible reasons for double entries in App Insights logs

Hello, I've noticed that all my app insights for app service and Azure function have started showing two entries for every request. These logs have the same operation ID or app insight ID. Can anyone please suggest the possible reasons for these sudden…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,694 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,416 questions
asked 2024-07-23T17:26:47.82+00:00
Abhishek Sinha 61 Reputation points
commented 2024-07-29T21:52:24.9933333+00:00
Abhishek Sinha 61 Reputation points
1 answer

.python_packages folder not deploying to Azure Python function

I have an Azure function running Linux to which I'm deploying a Python function. All of my files deploy from my artifact to the Azure function except my .python_packages folder, which contains the libraries needed to make my function endpoint run. I've…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,694 questions
asked 2024-07-29T17:32:26.6533333+00:00
Greg Vance a 0 Reputation points
edited the question 2024-07-29T21:47:01.23+00:00
Rakesh Gurram 5,485 Reputation points Microsoft Vendor
0 answers

Dimensions setting for text-embedding-3-large is not applied on Azure Functions

I am implementing a feature in Azure Functions to create a vectorized index (DB) using text-embedding-3-large. I am using the @azure/openai package to set the dimensions of text-embedding-3-large from the default 3072 to 1536. In my local environment,…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,694 questions
asked 2024-07-17T01:04:06.61+00:00
Takahiko Yamamoto 0 Reputation points
commented 2024-07-29T21:18:33.8666667+00:00
Ryan Hill 27,111 Reputation points Microsoft Employee
2 answers

How can I increase the timeout on my durable function app?

Hello, I am currently using a consumption plan for my function app, but I need to process files that may take longer than 1 hour. Will using a durable function app solve this issue? Additionally, if I add the following code to my local settings, will it…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,694 questions
asked 2024-07-27T18:25:56.25+00:00
Shah, Maitree 0 Reputation points
commented 2024-07-29T18:44:25.1066667+00:00
Ryan Hill 27,111 Reputation points Microsoft Employee
1 answer

How to Retrieve Azure Function App Logs for a Custom Date Range from Application Insights?

Hi everyone, I am working with an Azure Function App and want to retrieve logs from Application Insights for a specific date range. Specifically, I am trying to extract logs in the same format and detail as seen in the "Log Stream" of the Azure…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,694 questions
asked 2024-07-29T09:40:06.91+00:00
CS001 11 Reputation points
answered 2024-07-29T17:52:08.5866667+00:00
Sina Salam 7,441 Reputation points
1 answer

Planning a move from consumption licence to premium licence Function Apps

We have a function app per client and they are currently all on Y1 consumption licences. We want to move them to a premium licence however how can we know what performance tier to move to to ensure there is no degradation in performance?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,694 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,416 questions
asked 2024-07-29T15:42:39.19+00:00
Chris Jeans 0 Reputation points
answered 2024-07-29T16:10:52.0366667+00:00
hossein jalilian 5,715 Reputation points
2 answers

How to automate integration testing for Azure Resource Protected by Private End Points?

My bicep file deploys and creates a service bus queue (protected by a firewall) and a function app (and associated storage account) protected by private end points. The Function app reads the queue and creates log statements. For manual testing, we…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,694 questions
asked 2024-07-16T19:51:54.2766667+00:00
Siegfried Heintze 1,861 Reputation points
edited a comment 2024-07-29T16:06:55.41+00:00
Siegfried Heintze (ARTECH CONSULTING LLC) 0 Reputation points Microsoft Vendor
0 answers

Azure Function errors - GatewayTimeout

facing this error regularly GatewayTimeout Message: The gateway did not receive a response from 'Microsoft.Web' within the specified time period. Give me some solution why it is showing those errors in activity logs

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,694 questions
asked 2024-07-29T12:50:23.65+00:00
Udaya Raja Thambidurai - v007839 0 Reputation points
edited the question 2024-07-29T15:24:43.2466667+00:00
Rakesh Gurram 5,485 Reputation points Microsoft Vendor
0 answers

Using Webclient to consume Azure Function App URL Data

Hi, I am using webclient.downloadstring C# to fetch the azure function app URL data. webclient is not working properly and sometimes I get the 404 not found error and some days it works fine without any changes. I am not sure what is really wrong .…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,694 questions
asked 2024-07-24T15:16:56.61+00:00
Uma Devi Ananthu Vidhyasagar 0 Reputation points
commented 2024-07-29T10:44:57.8533333+00:00
JananiRamesh-MSFT 24,191 Reputation points
1 answer

HOW TO RETURN CLIENT IP IN AZURE FUNCTIONS

Hi Reader ! I need to get client IP in azure functions. Need to create such function which could get me Client IP i.e the IP of the machine which calls the function. And i want to call the function using business central. But i am in doubt if it could be…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,694 questions
asked 2024-07-29T10:18:46.35+00:00
Dhruv Soni 0 Reputation points
edited the question 2024-07-29T10:30:37.95+00:00
AmaranS 4,100 Reputation points Microsoft Vendor
0 answers

Host instance 'xxxxxxxxxxxxx' failed to acquire host lock lease: Azure.Storage.Blobs: Service request failed.

We are suddenly not seeing any custom events for a function app. Able to see Requests and Traces but not custom event since the last 2 days. There have been no deployments. And the below error is popping up: Host instance 'xxxxxxxxxxxxx' failed to…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,694 questions
asked 2024-07-29T09:43:02.4533333+00:00
Sarish Tabish Sayyed 40 Reputation points Microsoft Vendor
1 answer

Cannot deploy my function app. Is Kudu down?

I am trying to deploy my function app via Bicep and it keeps getting the following errors. It keeps doing this all the time and the deployment tasks takes ages until I stop it manually. Initially, I get this: [debug]Could not parse response:…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,694 questions
asked 2024-07-29T04:27:19.2333333+00:00
Tzedakis, Panagiotis 0 Reputation points
answered 2024-07-29T09:01:30.4733333+00:00
Tzedakis, Panagiotis 0 Reputation points
1 answer

TLS 1.0 deprecation impact on existing azure resources

Hi, As per the notification that the TLS 1.0 will be deprecated on 31 Oct 2024 (https://azure.microsoft.com/en-in/updates/azure-support-tls-will-end-by-31-october-2024-2/) what will be the impact on existing azure services if the minimum TLS is…

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,200 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,694 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,946 questions
asked 2024-07-29T07:32:30.4066667+00:00
rahul parate 0 Reputation points
answered 2024-07-29T08:47:31.5533333+00:00
Amrinder Singh 4,910 Reputation points Microsoft Employee
1 answer

Azure API App in premium plan is throwing 413 error(Linux+Java)

Hi Team, I need one urgent solution and I know this forum is my last resort. Problem statement: I have an Azure API APP. This is supposed to get 200 MB data as body of the HTTP request. We rejected Azure Function as HTTP triggered Function can't accept…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,694 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,416 questions
asked 2024-07-26T16:26:41.3333333+00:00
Pratim Das, Partha C 306 Reputation points
edited the question 2024-07-29T08:11:17.5466667+00:00
ajkuma 24,971 Reputation points Microsoft Employee
0 answers

Getting wrong assertion issuer - sts.windows.net instead of login.microsoftonline.com

We had generated a token for a managed identity using the following code in Azure Function App - const { ManagedIdentityCredential } = require('@azure/identity'); module.exports = async function (context, req) { context.log('JavaScript HTTP trigger…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,694 questions
Microsoft Entra
asked 2024-07-29T06:51:40.9266667+00:00
Devansh Agarwal 20 Reputation points
edited the question 2024-07-29T06:59:27.4633333+00:00
PRADEEPCHEEKATLA-MSFT 85,826 Reputation points Microsoft Employee
0 answers

Function HTTP trigger error

[2024-07-29T06:10:30.401Z] Executed 'Functions.create-app' (Failed, Id=eaf8bbab-de67-420d-982a-b2392aa8440f, Duration=240132ms) [2024-07-29T06:10:30.403Z] System.Private.CoreLib: Exception while executing function: Functions.create-app.…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,694 questions
asked 2024-07-29T06:50:12.1166667+00:00
Harish Raghav 0 Reputation points
1 answer

.Net 6 supprt in Azure function

I want to write few Azure functions in c# using .Net 6(Visual studio 2022). I heard .Net 6 support is going to end on November 2024. In that case if today I will write a new azure function in C# using .Net 6 then I will get Long term support for the new…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,694 questions
asked 2024-07-27T06:44:59.3633333+00:00
subrat kumar sahu 0 Reputation points
edited the question 2024-07-29T02:22:57.77+00:00
AmaranS 4,100 Reputation points Microsoft Vendor