4,605 questions with Azure Functions tags

Sort by: Updated
2 answers

Create XUnit test for configureappconfiguration

I would like to create a test for configureappconfiguration using XUnit. I used .ConfigureWebJobs(startup.Configure) whic just calls the Confure method in my Startup.cs. I want to call configureappconfiguration so it will test that also. But having a…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
214 questions
asked 2020-12-22T00:26:04.62+00:00
Brett McDonald 1 Reputation point
commented 2020-12-28T06:27:08.723+00:00
Krish G 2,331 Reputation points
0 answers

Running Playwright e2e tests on Azure Functions - always spawn error

So, I tried it on Linux - https://stackoverflow.com/q/65067095/2896495. Then I tried it on Windows - https://github.com/microsoft/playwright-sharp/issues/1076. Believe me, I tried all the things that come up to my mind. It's always the same result: …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
asked 2020-12-26T12:08:25.23+00:00
Alex B 76 Reputation points
commented 2020-12-28T06:25:07.547+00:00
Pramod Valavala 20,611 Reputation points Microsoft Employee
1 answer

Azure Functions longer than 10 min run, but not premium plan.

We have multiple projects running on Azure Functions and all of them are basically data processing projects. So they extract data from one source and enter it in an Azure SQL database. When we use serverless (consumption) plan, the costs are low. …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
asked 2020-12-23T23:46:17.84+00:00
Erfan Nariman 436 Reputation points
commented 2020-12-28T06:17:49.08+00:00
Pramod Valavala 20,611 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

How Get list of files by authenticating the sharepoint urls(Source) and move that files to SFTP destination?

Authenticate the SharePoint URL with UserName, Password(Without using Multifactor authentication) Get the list of files from that SharePoint URL and move that files to the SFTP destination.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 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,602 questions
asked 2020-12-23T16:07:57.213+00:00
santhosh reddy 21 Reputation points
accepted 2020-12-25T11:28:44.713+00:00
santhosh reddy 21 Reputation points
1 answer

Can't get access to C:\ from Function App Debug Console

Hey guys, I'm trying to run an EXE using Azure Functions, however, the EXE has a dependency to the path "C:\my-path-min". How do I access the C:\ drive to make this directory using the SCM Debug console? I tried to use the PowerShell option in…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
asked 2020-12-19T21:44:08.573+00:00
Shivam Saxena 1 Reputation point
commented 2020-12-24T14:22:18.76+00:00
Shivam Saxena 1 Reputation point
2 answers One of the answers was accepted by the question author.

Error when creating a azure function with premium plan

When I create a Azure Function with premium plan I get the following error: The template deployment 'Microsoft.Web-FunctionApp-Portal-73-9764' is not valid according to the validation procedure. The tracking id is '848a-39-42a0-9a04-7bc7c4'. See inner…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
asked 2020-12-21T18:10:45.68+00:00
Erfan Nariman 436 Reputation points
accepted 2020-12-23T23:39:35.677+00:00
Erfan Nariman 436 Reputation points
1 answer

Azure function - Monitoring via VMStatus or TCPPort - Cisco Meraki

Hello I have a question about Azure functions that I hope you can help answer. The intended deployment is detailed in the below Cisco Meraki documentation. In short, an Azure function is used to monitor the VM status for problems. In the event of a…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
asked 2020-12-22T14:19:25.683+00:00
dudas 1 Reputation point
answered 2020-12-23T17:09:02.393+00:00
Pramod Valavala 20,611 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Azure Durable Function Real World Scenario

Hi, I wonder whether in real world scenario, how we will use Azure Durable Function ? Anybody has been using it in production?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
asked 2020-12-19T17:01:06.42+00:00
Frendy Chandra 21 Reputation points
accepted 2020-12-21T05:05:54.407+00:00
Frendy Chandra 21 Reputation points
1 answer One of the answers was accepted by the question author.

Cancel HttpClient on azure function in case the operation takes longer than x minutes

I have an azure function which has been called every 5minutes. The function takes less than a min to respond but sometimes took longer than normal and causes some logical issues in my app. How can I cancel the request if takes more than x min (e.g.…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 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,602 questions
asked 2020-12-18T01:14:44.69+00:00
Tes Gam 81 Reputation points
accepted 2020-12-18T01:21:45.17+00:00
Tes Gam 81 Reputation points
1 answer

Logic app preview is getting error ad 403 forbiden when calling the function app using HTTP request

Hi I have logic app Preview work flow and Azure function. Both are in the same Vnet and Subnet. When we are trying to call the Azure function using Http request,We are getting the 403-Forbidden request. I have verified any access restrictions…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,969 questions
asked 2020-12-16T20:28:09.093+00:00
Amar-Azure-Practice 661 Reputation points
answered 2020-12-17T02:50:05.137+00:00
Amar-Azure-Practice 661 Reputation points
1 answer One of the answers was accepted by the question author.

Azure Function Powershell Outputbinding to blob storage produces no output

I Have a Azure Function written in PowerShell that is running a Query against a Database and Saving it into a object. (Yes it is getting a Result from the Query) I'm trying to Get it to Save that output as a Blob using a Output Binding. However it is not…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,598 questions
asked 2020-12-15T03:08:31.67+00:00
Nick Muldrew 21 Reputation points
accepted 2020-12-16T02:54:20.093+00:00
Nick Muldrew 21 Reputation points
1 answer

Error when using cosmosDB in Python function on Azure

I followed the Python Azure function tutorial. And now I'm trying to add a Cosmos DB output binding following this example. Why I try to run the function I get following error: System.Private.CoreLib: Exception while executing function:…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,527 questions
asked 2020-12-12T16:50:33.99+00:00
Wim L 1 Reputation point
commented 2020-12-15T06:08:16.543+00:00
Jaliya Udagedara 2,821 Reputation points MVP
1 answer

Azure Functions v3 and VS2019 - Build fails with Error NETSDK1045.

A teammate encountered a problem with VS2019 Professional and development of Azure Functions v3. He's been developing Azure Functions v2 on VS2017 Professional for a time without any major issues, but moving on to VS2019 Professional and Azure Functions…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
asked 2020-12-10T11:49:38.267+00:00
KANF 6 Reputation points
commented 2020-12-14T12:01:52.377+00:00
KANF 6 Reputation points
2 answers One of the answers was accepted by the question author.

Microsoft learn: Write data with output bindings

I am following Microsoft Learn path : https://learn.microsoft.com/en-us/learn/modules/chain-azure-functions-data-using-bindings/7-write-data-with-output-bindings-portal-lab?pivots=javascript I am trying to use the input binding for CosmoDB, in…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 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,602 questions
asked 2020-12-12T16:23:05.653+00:00
Michael Guillaume 26 Reputation points
answered 2020-12-14T10:36:15.077+00:00
Michael Guillaume 26 Reputation points
1 answer One of the answers was accepted by the question author.

Change function app configuration programmatically?

Given a function app, is it possible to programmatically add/update/delete a configuration value and refresh the function app so that if we go from Portal to My function app, Configuration, Application settings and click that name I see the new value?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
asked 2020-12-08T11:34:29.533+00:00
arunabha bhattacharya 181 Reputation points
commented 2020-12-14T07:20:34.667+00:00
arunabha bhattacharya 181 Reputation points
1 answer One of the answers was accepted by the question author.

VNET intermittent connection problem between Function App and Docker Instance - "No connection could be made because the target machine actively refused it"

I'm running an Azure dot net function app and a docker instance in an Azure VNET. The docker instance has a private IP of 10.1.0.4 and is running AVclam on 3310 but the function app fails 9 times out of 10 with the following error, "No…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
671 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
asked 2020-10-15T17:09:02.45+00:00
Rob 111 Reputation points
commented 2020-12-11T22:10:51.77+00:00
Ryan 1 Reputation point
1 answer

Azure Function on Premium tier, pay only for time consumed, possible?

I have the following situation, I need to run ETL scripts at a given time, so I packaged the scripts inside a function and set it to be timer triggered for now. The thing is, they must reach my databases which are on an internal network, for this to be…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
asked 2020-12-09T18:27:49.413+00:00
Guillermo Elía 1 Reputation point
answered 2020-12-11T21:51:22.753+00:00
ChaitanyaNaykodi-MSFT 24,391 Reputation points Microsoft Employee
3 answers One of the answers was accepted by the question author.

Azure Function / Durable best practice

Hi all, I am wondering if someone could guide me on if this is acceptable to have in a azure function and if so, would a durable function be more appropriate. I am writing a function that will have a Service Bus trigger to take messages off the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
asked 2020-12-09T16:20:22.07+00:00
Kyle K 21 Reputation points
accepted 2020-12-10T20:06:04.2+00:00
Kyle K 21 Reputation points
0 answers

Azure Function Timer Trigger Connection string error

I have created the default .net core Windows timer trigger app in a new function app as a single function all by itself. Before I change ANYTHING in the function, the default function throws the following error: 2020-12-08T14:31:47.515 [Error]…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
asked 2020-12-08T15:08:41.517+00:00
Scott Rowles 1 Reputation point
commented 2020-12-10T16:29:50.953+00:00
Jaliya Udagedara 2,821 Reputation points MVP
1 answer

When we should create Functions under same Function App and when should not

Hello !!! I have a question regarding Azure Function !!! So I have 3 Azure Functions. They are doing the following: Event Hub trigger Time trigger syncing some cache data of the MongoDB database and Redis Another Time trigger doing some…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
asked 2020-12-09T18:57:47.1+00:00
Ahsan Habib 126 Reputation points
answered 2020-12-10T08:50:20.88+00:00
Jaliya Udagedara 2,821 Reputation points MVP