4,605 questions with Azure Functions tags

Sort by: Updated
1 answer

List Azure function deployments

Is there a way that I can list the most recent Azure function deployments, to see who did them when? We have a failing Numpy import on a function execution yesterday and it's not clear what happened. This is for a cron-triggered Python function on a…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,326 questions
asked 2020-06-24T10:04:33.457+00:00
Christoph Deil 1 Reputation point
answered 2020-06-25T22:43:36.367+00:00
Samara Soucy - MSFT 21 Reputation points
1 answer

Timer Azure function to update status in SHarepoint list

Hello, I have below requirement: New Azure Timer function TT-JS-PublicTeams-UpdatePrivacy Read the SharePoint list "PublicTeams" Get the list items satisfying filter on Privacy-- Privacy != TargetStatus Use below graph api and…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
asked 2020-06-18T05:36:12.72+00:00
Moni gupta 1 Reputation point
answered 2020-06-25T21:42:03.72+00:00
Samara Soucy - MSFT 5,051 Reputation points
1 answer

Could you please suggest any optimal unit testing tool for Azure functions? especially for powershell script

-We are using powershell scripts in azure functions

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
asked 2020-06-24T06:56:28.993+00:00
Anoop Nagappan 1 Reputation point
answered 2020-06-25T19:05:30.977+00:00
Mike Urnun 9,786 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

how to replicate ongoing changes of on prem database to data lake?

Like AWS DMS handles ongoing replication and update bucket with respective files, what is available in azure to manage ongoing changes occurring at on-prem sql database? Initially it requires to do a full load in my data lake storage which can be…

Azure Database Migration service
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,416 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
Azure Migrate
Azure Migrate
A central hub of Azure cloud migration services and tools to discover, assess, and migrate workloads to the cloud.
748 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,074 questions
asked 2020-06-19T17:52:50.293+00:00
Seuli Das Majumder 101 Reputation points
accepted 2020-06-25T13:31:24.097+00:00
Seuli Das Majumder 101 Reputation points
0 answers

Error al cargar librerías de Unity

No se pudo encontrar el componente "nombre de la librería" al que se referencia, eso me aparece, antes de esto yo: cambie de versión de Unity, instale el framework de la versión 4.6.2 de Visual Studio. Ayuda por favor, esto me aparece desde…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
asked 2020-06-22T02:57:33.07+00:00
Lautaroatilioares 1 Reputation point
commented 2020-06-23T15:46:58.937+00:00
Lautaroatilioares 1 Reputation point
2 answers One of the answers was accepted by the question author.

8.8 million GB Seconds for 42 Azure Functions requests?

I am evaluating Azure Functions at home, with a view to adopting them at work. I setup a small demo project. This morning, I made 42 requests to my Azure Functions endpoints, within about 35 minutes. The Azure portal is now showing I used 8.8 million…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
asked 2020-06-06T12:54:42.423+00:00
Peter Gosling 101 Reputation points
accepted 2020-06-23T08:10:02.42+00:00
Peter Gosling 101 Reputation points
1 answer

Microsoft.Azure.WebJobs.Extensions.Storage: Storage account connection string for 'xx' is invalid

Hi, I have created a Azure Function App were I want to add a incoming message to another queue in the same service bus namespace. Here is my function: I store all my connection strings (to service bus namespace and storage account) in a…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
asked 2020-06-22T15:11:17.453+00:00
Marius H Enerud 1 Reputation point
answered 2020-06-23T06:54:34.543+00:00
Mike Urnun 9,786 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Event grid filter events to all Azure functions in subscription

I am trying to filter events in event grid to be triggered only when an Azure function changes in my subscription (say configuration change, code updated or new function created/deleted). The PowerShell script I am using is as follows: # Provide an…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
345 questions
asked 2020-06-15T14:02:52.75+00:00
Dushyant Priyadarshee 121 Reputation points
accepted 2020-06-19T10:38:10.697+00:00
Dushyant Priyadarshee 121 Reputation points
1 answer One of the answers was accepted by the question author.

Azure function App low Latency.

we have connected our Azure IoT Hub to azure functions whenever a message reaches to IoT hub, it is forward to function for further processing. There is a delay in function App triggering. It occurred only once so far. For Example : we receive 10…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,153 questions
asked 2020-06-09T06:59:02.47+00:00
Durga Prasad Gavara 26 Reputation points
accepted 2020-06-19T05:54:04.873+00:00
Durga Prasad Gavara 26 Reputation points
1 answer

Unable to trigger azure function though service bus queue

I wanted to trigger a function whenever a queue receives a message. The queue is getting loaded with the input message but service bus is not triggering the function. No error or No output.

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
583 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
99 questions
asked 2020-06-13T18:15:15.887+00:00
Santhosh S 1 Reputation point
commented 2020-06-18T14:24:18.74+00:00
Pramod Valavala 20,611 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Can durable functions be used across multiple function apps?

Hello all, Thanks in advance I'm aware of the durable functions documentation https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-overview?tabs=csharp My question is can durable functions be used between…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
asked 2020-06-11T11:57:06.21+00:00
Kaveen Rodrigo 21 Reputation points
accepted 2020-06-18T02:22:16.46+00:00
Kaveen Rodrigo 21 Reputation points
1 answer

Voucher code issue

Kindly be informed that i attend azure foundation virtual training in 9 -10 May but i do not receive free voucher code until now.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
asked 2020-06-17T08:46:16.75+00:00
Fatema AbuHasan 1 Reputation point
answered 2020-06-17T08:54:56.94+00:00
Leon Laude 85,716 Reputation points
1 answer

Timer trigger for Azure Function not working as expected

Hi Team, We have created a Function that is timer triggered, what it does is it simply invokes a Data Factory pipeline. It's supposed to be triggering once every minute between 07:00AM to 07:00PM on weekdays Sydney time (UTC+10), however I noticed…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,074 questions
asked 2020-06-11T23:30:09.657+00:00
Harris Kristanto 1 Reputation point
answered 2020-06-16T16:16:08.27+00:00
Samara Soucy - MSFT 5,051 Reputation points
4 answers

AKS cold start?

I have about 30 pods (F#/.NET Core + Azure Functions Runtime) running in a 3-node AKS cluster, each of which I am calling every 5 minutes externally (using Application Insights Availability/Web tests). I am observing that if the pod is not called often…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,976 questions
asked 2020-06-15T12:14:31.533+00:00
Deyan Petrov 1 Reputation point
answered 2020-06-16T06:17:40.527+00:00
Deyan Petrov 1 Reputation point
1 answer One of the answers was accepted by the question author.

Webhook listener/receiver security

Hi, We are looking at using webhooks from various vendors outside our network. They would publish the event to us. We would be the webhook listener/receiver, not pushing the events. We have done proof of concept of creating an Azure Function to receive…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,930 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
Azure Application Gateway
Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
1,006 questions
asked 2020-06-10T15:46:14.027+00:00
Tim B 21 Reputation points
commented 2020-06-11T13:52:07.95+00:00
Tim B 21 Reputation points
1 answer

Azure functions infrastructure - Best practices

Hello all, I was reading the AZ Functions best practices documentation and I understand that it is recommended to avoid long running functions. Could I ask if that corresponds to the absolute runtime of the function? I am asking this question…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
asked 2020-06-03T10:26:18.49+00:00
Quinn Cheong 1 Reputation point
commented 2020-06-11T00:12:15.4+00:00
Mike Urnun 9,786 Reputation points Microsoft Employee
1 answer

azure function(python) Timer trigger function only triggers when opening azure portal or when app gets http trigger

I am trying run a timer triggered azure function but its only triggers when I open the azure portal or the another function of the app gets the http trigger. Executing 'Functions.notification' (Reason='Timer fired at 2020-06-05T06:25:14.9220161+00:00',…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
asked 2020-06-05T16:57:43.79+00:00
Sujit Maharjan 1 Reputation point
answered 2020-06-10T16:04:25.797+00:00
kobulloc-MSFT 26,131 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Azure Function suddenly getting Entry Point was not found error

We currently have a deployed Azure function, created with Visual Studio, that now all of a sudden starts returning an exception on calling the HTTP function of "Entry Point was not found". The worst part is that the local Azure function runs…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,326 questions
asked 2020-06-10T09:16:17.487+00:00
Edwin Jay 106 Reputation points
commented 2020-06-10T10:14:24.49+00:00
SnehaAgrawal-MSFT 20,241 Reputation points
1 answer One of the answers was accepted by the question author.

Azure Function Failing to Bind to CosmosDb

I'm following the instructions in this tutorial here: https://learn.microsoft.com/en-gb/learn/modules/chain-azure-functions-data-using-bindings/5-read-data-with-input-bindings-portal-lab?pivots=javascript But every time I run the function, it…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
asked 2020-06-05T18:51:56.277+00:00
Simon Painter 31 Reputation points
commented 2020-06-09T18:26:28.497+00:00
Simon Painter 31 Reputation points
1 answer

Functions with Timed trigger and App Service plan multiple instances

Just to make sure, when I autoscale or have multiple instances of my app service plan on a scale up, my functions won't run multiple times right? If it's timer triggered it only does it once. Anything to worry about in other trigger types? say the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,326 questions
asked 2020-06-06T16:28:26.413+00:00
Dan Parker 101 Reputation points
answered 2020-06-06T17:23:04.42+00:00
Mark Allan 421 Reputation points