4,605 questions with Azure Functions tags

Sort by: Updated
1 answer One of the answers was accepted by the question author.

Filter change announcements of Azure services

Hi! Suppose, I am a software developer and I have created an application on Azure functions, together with a SQL database, certain other things like flows, etc. What I would like to prevent, is that due to changes in one of the Microsoft Azure…

Azure SQL Database
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
asked 2020-11-19T09:30:56.597+00:00
Ton Boelens 21 Reputation points
accepted 2020-11-23T14:40:17.997+00:00
Ton Boelens 21 Reputation points
1 answer

Functions are deployed when using windows instance, but not found for linux

Hi! I'm trying to deploy some of my functions to Azure Functions app. I use Serverless Framework for deployment with serverless-azure-functions extension. When I deploy functions to a Windows host type - it discovers functions properly and they work.…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
asked 2020-11-21T11:20:50.857+00:00
reflash 1 Reputation point
answered 2020-11-23T04:34:18.827+00:00
MayankBargali-MSFT 69,971 Reputation points
1 answer One of the answers was accepted by the question author.

Azure functions with environment app settings file

Hi I have Azure function created in VisualStudio 2019, in Azure function i am reading few configuration values from app settings. I want to maintain app setting different for each environments like,Dev,QA,Stage please let me know how can i do…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
asked 2020-09-30T20:19:07.39+00:00
Amar-Azure-Practice 661 Reputation points
accepted 2020-11-21T15:57:24.587+00:00
Amar-Azure-Practice 661 Reputation points
1 answer One of the answers was accepted by the question author.

Is there a way to use Mongo Atlas like target (sink) in a Azure Data Factory copy o migration operations?

Hi guys, right now we need to use ADF to migrate information from ORACLE (OnPremise using Express Route) to Mongo Atlas (Azure cloud) but there is not sink connector for Mongo Atlas, so we need your help to realize how to do this integration. If…

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,072 questions
Azure ExpressRoute
Azure ExpressRoute
An Azure service that provides private connections between Azure datacenters and infrastructure, either on premises or in a colocation environment.
342 questions
asked 2020-11-17T15:38:38.507+00:00
Alejandro Benitez Aragon 41 Reputation points
accepted 2020-11-20T23:42:29.103+00:00
Alejandro Benitez Aragon 41 Reputation points
1 answer

Azure Function Deployment for .csx files

Hi Team, I am trying to deploy Azure function using zip push deployment method. I have 2 triggers inside my function. But changes which I have done to .csx files are not getting published to portal. Please help.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
asked 2020-11-09T14:59:52.777+00:00
Amardeep Aklujkar 26 Reputation points
commented 2020-11-20T23:02:25.57+00:00
Mike Urnun 9,786 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Azure Function App - connect to on-prem SQL

Hi Is it possible to connect to on-prem SQL from an Azure Function? From this article app-service-hybrid-connections it should be possible to set up a Hybrid Connection. However, when I go to the Networking tab, I do not have that option. Could that be…

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-11-20T03:57:06.867+00:00
Marius Strydom 21 Reputation points
accepted 2020-11-20T04:45:47.61+00:00
Marius Strydom 21 Reputation points
1 answer

Azure Function app V3 - how to access Azure SQL db?

I have a V1 Function app that connects to a Azure SQL database like this: #r "Newtonsoft.Json" #r "Twilio" #r "System.Data.SqlClient" #r "Microsoft.Azure.WebJobs.Extensions.Twilio" #r "SendGrid" #r…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
asked 2020-11-13T03:34:04.763+00:00
wavemaster 6 Reputation points
answered 2020-11-20T04:24:10.4+00:00
Mike Urnun 9,786 Reputation points Microsoft Employee
2 answers

How to deal with long running Azure Functions in Azure Data Factory

I have a Function (HttpTrigger) that can take a bit to run 5-10 minutes. It reads some information from the body of the request to perform some actions: [FunctionName("myFunc")] public static async Task<IActionResult> Run( …

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,072 questions
asked 2020-11-16T13:32:28.887+00:00
Christian Hansen 21 Reputation points
commented 2020-11-19T20:41:36.497+00:00
MartinJaffer-MSFT 26,056 Reputation points
1 answer

Do Azure Function Container application settings not work? How to pass app settings to Function Container?

Hi folks, I just transfered from a standard Azure Function service to the Azure Container Function service. I'm having issues getting my application settings into the container, though. The Azure portal for the service shows the common application…

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-11-18T06:19:34.873+00:00
Ryan 6 Reputation points
answered 2020-11-19T14:37:20.97+00:00
Nasreen Akter 10,791 Reputation points
1 answer

Creating API from Azure Functions - Connecting Android App with Azure Functions

Hi, I really hope someone will be able to help me out. I have an Android App design made which basically includes two screens for now - 1) The Login Screen 2) Courses Screen You can think of this as an app for University Student Portal. The Login…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
asked 2020-11-16T17:59:35.133+00:00
Shah Faisal 1 Reputation point
answered 2020-11-18T15:25:14.827+00:00
Ryan Hill 26,866 Reputation points Microsoft Employee
1 answer

I am looking to read XML file of around 300 MB size from Blob Storage using Azure Function Apps. What would be the right approach ?

I am looking to read XML file of around 300 MB size from Blob Storage using Azure Function Apps. What would be the right approach ? Currently , I am using function apps to achieve the same , however it gets timeout for such a large file.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
asked 2020-11-04T12:38:44.947+00:00
Amit Agarwal 1 Reputation point
answered 2020-11-18T14:00:12.187+00:00
Pramod Valavala 20,611 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

Azure Function Supports JDK 11?

Hi , I am trying to work on below example , by changing it to JDK 11. https://learn.microsoft.com/en-us/azure/azure-functions/functions-event-hub-cosmos-db But i keep getting below warning [WARNING] Azure Functions only support JDK 8, which…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
asked 2020-11-11T10:14:11.577+00:00
Singh, Pooja am 71 Reputation points
accepted 2020-11-18T05:02:24.7+00:00
Singh, Pooja am 71 Reputation points
1 answer

Azure Function App: Not connecting to mongodb

I have set up an azure function app that connects to a mongodb database(cloud service: https://www.mongodb.com/cloud/atlas) The code runs fine on local but I get a Result: Failure Exception: ServerSelectionTimeoutError error continously when its…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
asked 2020-11-16T18:54:52.01+00:00
Prakhar Sinha 36 Reputation points
commented 2020-11-17T07:28:49.897+00:00
MayankBargali-MSFT 69,971 Reputation points
1 answer One of the answers was accepted by the question author.

Query Azure Function HTTP Get from Azure Data Factory

I have a function like: public static async Task<IActionResult> Run( [HttpTrigger(AuthorizationLevel.Function, "get", Route = null)] HttpRequest req, ILogger log) { string dateFromString =…

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,072 questions
asked 2020-11-13T12:22:03.513+00:00
Christian Hansen 21 Reputation points
accepted 2020-11-16T13:33:21.307+00:00
Christian Hansen 21 Reputation points
1 answer

Calling multiple azure function and combine the response

I was going through durable function concepts and it's really cool. especially fan out, fan in pattern. I have a requirement where i am making calls to multiple API's then combine these results in single response. For example: To get customer info of…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
asked 2020-11-07T15:32:05.167+00:00
DevBuster007 181 Reputation points
commented 2020-11-13T09:04:22.643+00:00
JayaC-MSFT 5,526 Reputation points
1 answer

Azure data factory Cosmos Db delete record

hello After run an ETl process through ADF I need to run a bluk delete on cosmos DB . I know that ADf doesn't suppor this feature but it could be possible to do it through an azure function. I don't know how to deal with a bulk delete(based on a…

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
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,072 questions
asked 2020-11-12T13:03:33.18+00:00
Diana Milena Coronado Granados 1 Reputation point
answered 2020-11-13T02:18:55.527+00:00
Navtej Singh Saini 4,221 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

Azure function architecture design for large enterprise

I am trying to create an integration layer between our client applications and external API's. This integration layer is to be serverless and designed in Azure function. I know when we are working with API there are numerous architecture to follow…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
asked 2020-11-07T00:44:11.263+00:00
DevBuster007 181 Reputation points
accepted 2020-11-12T22:21:59.117+00:00
DevBuster007 181 Reputation points
2 answers One of the answers was accepted by the question author.

Can durable functions performantly fan out to 1,000 concurrent activity functions? Or would using normal functions and fanning out via a service bus queue be better?

We need a process that can fan out many (~1,000) batches of work for parallel processing. I am wondering if fanning out via durable functions vs. via service bus queue entries would be more performant. Is one of these options better suited to this kind…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
asked 2020-11-11T20:03:14.13+00:00
Noah S 61 Reputation points
commented 2020-11-12T14:58:45.237+00:00
Pramod Valavala 20,611 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Getting the vnet-subnet-id of vnet integrated functionapp/webapp

What is the best means to programmatically get the vnet-subnet-id that a functionapp is vnet integrated onto? For example: Say we have vnet integrated functionapp: Trying to get vnetName via Resource Graph Explorer returns null. Which I…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 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,278 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-11-11T15:34:39.65+00:00
Dushyant Priyadarshee 121 Reputation points
commented 2020-11-12T14:22:52.943+00:00
MayankBargali-MSFT 69,971 Reputation points
2 answers One of the answers was accepted by the question author.

remote stop, remote start azure-functions

Good afternoon! There is a working azure-function. How can I implement remote stop, remote start azure-function in C# (visualstudio). How to access management (start/stop https://[myname].azurewebsites.net/api/[myfunction]). As a result, it…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
asked 2020-11-09T10:46:21.057+00:00
Valdislaf 26 Reputation points
answered 2020-11-11T10:31:28.713+00:00
Valdislaf 26 Reputation points