4,340 questions with Azure Functions tags

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

Pros and Cons between Logic Apps and Azure Data Factory specifically in relation within a Private Lake. Any Preference???

Pros and Cons between Logic Apps and Azure Data Factory specifically in relation within a Private Lake. Any Preference???

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,340 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,881 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,675 questions
asked 2020-07-10T15:08:15.58+00:00
Abhijit Nath 21 Reputation points
accepted 2020-07-23T05:04:28.76+00:00
Abhijit Nath 21 Reputation points
1 answer

Exemption from Azure Sandboxing possible?

We're the producers of a PDF creation library (see www.combit.com) and run into problems with the Azure GDI sandboxing as documented here. I saw that some PDF creation tools got exemptions from being sandboxed and would like to get in contact to see if…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,340 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,974 questions
asked 2020-07-17T10:32:19.607+00:00
Jochen Bartlau 6 Reputation points
commented 2020-07-22T13:39:14.673+00:00
Jochen Bartlau 6 Reputation points
2 answers

Azure App service function error

My App service Azure http trigger functions have stopped to work correctly since July 14th. Only work inside Azure test tool portal. If I call the same http trigger function outside Azure (browser or web App) returns a 500 error. It receive the call but…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,340 questions
asked 2020-07-16T09:03:46.233+00:00
JL 6 Reputation points
answered 2020-07-21T05:14:35.277+00:00
JL 6 Reputation points
2 answers One of the answers was accepted by the question author.

Restrict Azure Functions access to Front Door

Hi everyone, I would like to protect my Azure Functions against DDOS attacks. For this purpose I set up a Front Door and successfully connected it to my Azure Functions. Now I would like to restrict access to the Functions to just the front door. I…

Azure DDos Protection
Azure DDos Protection
An Azure service that provides defense against distributed denial-of-service (DDoS) attacks.
63 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,340 questions
Azure Front Door
Azure Front Door
An Azure service that provides a cloud content delivery network with threat protection.
591 questions
asked 2020-06-16T18:57:56.563+00:00
Pascal Kesseli 21 Reputation points
answered 2020-07-19T09:44:53.793+00:00
Mahesh Panchal 11 Reputation points
0 answers

Why Function App behaves differently on VS Code and Azure Portal

Hi team Az Functions. I have a Function app in TS that shows two different results. Image on the left is on Azure Portal. Image on the right is VS Code. Both running on the same Node v12 runtime but the portal can't detect the strings with special…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,340 questions
asked 2020-06-24T19:41:57.883+00:00
Devlin Duldulao 1 Reputation point MVP
commented 2020-07-16T06:17:23.72+00:00
Pramod Valavala 20,591 Reputation points Microsoft Employee
3 answers One of the answers was accepted by the question author.

Application logging for Azure Functions in Python

How do you enable application logging for (serverless) function apps that have been deployed to Azure - written in Python (using VS Code). For example, this line appears in the example code: logging.info('Python HTTP trigger function processed a…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,842 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,340 questions
asked 2020-07-13T11:49:37.917+00:00
AJG 436 Reputation points
accepted 2020-07-14T16:27:31.747+00:00
AJG 436 Reputation points
2 answers One of the answers was accepted by the question author.

Azure Function in Python works locally but when pushed to cloud, trigger doesn't work

Hi, I created a blob triggered Azure Function that will copy the file uploaded into a Blob container into another blob container. Here's my function.json: { "scriptFile": "__init__.py", "bindings": [ …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,340 questions
asked 2020-07-14T08:34:19.817+00:00
Max Jackson 126 Reputation points
answered 2020-07-14T10:09:20.393+00:00
MayankBargali-MSFT 69,156 Reputation points
1 answer One of the answers was accepted by the question author.

Azure Functions Runtime Table Storage Entity Count and Performance

Azure Functions use two tables for tracking History and Instances of different types of functions according to documentation. Should this tables be periodically cleaned to maximize Table Storage performance for Durable Functions and Activity Functions? …

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
158 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,340 questions
asked 2020-07-08T10:32:58.24+00:00
Asiful Nobel 196 Reputation points
accepted 2020-07-14T08:35:59.503+00:00
Asiful Nobel 196 Reputation points
1 answer One of the answers was accepted by the question author.

Azure: Guest configuration extension - Windows Defender Exploit Guard

In azure I get the advise to enable windows defender exploit guard, but in server 2016 I don't see the option (in windows 10 and server 2019 I do see the option). Also I get the advise to install the guest configuration extension. Does anyone know how?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,340 questions
asked 2020-07-07T11:01:44.527+00:00
Tjiko Schutte 21 Reputation points
commented 2020-07-13T10:58:54.487+00:00
VipulSparsh-MSFT 16,236 Reputation points Microsoft Employee
1 answer

Azure function - not being started

Hi all - I have a web service running that puts emails to be sent into a set of SQL tables and a separate piece of code running as an Azure function that deals with using SendGrid to push them out to the world. Said function runs on a Cron schedule…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,340 questions
asked 2020-07-11T19:24:37.193+00:00
Michael 26 Reputation points
answered 2020-07-11T19:43:04.373+00:00
Christian Witschel 11 Reputation points
1 answer

Attribute function in dependency project as entry point

Hi, I'm using C# to write my Azure Functions. I found that the framework does not use the functions, which are attributed with [FunctionName] already, OUT of the start-up project. For example, I have ProjectA depending on ProjectB. ProjectA is the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,340 questions
asked 2020-06-29T18:32:38.627+00:00
Teng L 21 Reputation points
commented 2020-07-10T09:04:21.467+00:00
Pramod Valavala 20,591 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

gRPC trigger for Azure Functions (Python)

Hi, I was just wondering if it is possible to use gRPC with Azure Functions (Python runtime stack)? If not, are there plans for it to be supported in the future? Best Regards, Ahmed

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,340 questions
asked 2020-07-08T17:14:07.747+00:00
Ahmed Nabih 21 Reputation points
commented 2020-07-09T13:46:03.357+00:00
Ahmed Nabih 21 Reputation points
0 answers

Azure Function v3 does not run in local Docker

I have azure function with HTTP trigger. For some reason, when I debug on local machine I do not have any problems But when I run it under docker, it does not respond. I do not see any errors in the Docker container though. Thanks Yatin

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,340 questions
asked 2020-07-03T21:55:21.59+00:00
yatin72 1 Reputation point
commented 2020-07-08T15:52:18.593+00:00
Samara Soucy - MSFT 5,051 Reputation points
2 answers One of the answers was accepted by the question author.

Public IP address in Azure, does it cost more to use it ?

Does assigning static Public IP address for VM, Webserver or any other service in Azure mean I must pay higher cost other than the resource consumption? if yes, how can I get this pricing and details? I need to know which Public IP address is…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,340 questions
Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,094 questions
asked 2020-07-08T11:32:55.547+00:00
EnterpriseArchitect 4,846 Reputation points
commented 2020-07-08T12:57:56.173+00:00
Leon Laude 85,676 Reputation points
1 answer

I am using application insights to create custom logs for my Azure function using trackTrace. How can I view the logs from Visual Studio Code in local?

I am coding in Nodejs, in Visual Studio Code, using Azure functions. I am able to stream logs in local, but i am only able to view logs to console(console.log) and context.log. Not able to view custom logs using application insights in local. I am…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,842 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,340 questions
asked 2020-07-02T04:58:47.907+00:00
Vaidehi Mani 6 Reputation points
answered 2020-07-07T23:47:29.08+00:00
olufemia-MSFT 2,861 Reputation points
1 answer

Azure function WEBSITE_RUN_FROM_PACKAGE Error 500

Hi I have created a python Azure Function. It works fine when deployed from VS Code. However when I deploy it using Azure Devops it doesn't sadly. The reason it doesn't work is because the packages my python code require won't import (Module Not…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,340 questions
asked 2020-06-23T07:50:38.66+00:00
Simon Elliott 1 Reputation point
commented 2020-07-07T20:05:41.097+00:00
Simon Elliott 1 Reputation point
1 answer

Kubernetes live & readiness probes

I'm running an Azure function in Kubernetes, but if the Azure Function runtime respond to Kubernetes live & rediness probes, or do I have to implement thoose endpoints myself? If so, is there any guidens somewhere, on how to do that? TIA /Søren

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,340 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,881 questions
asked 2020-06-04T04:56:21.543+00:00
Søren M. Olesen 1 Reputation point
answered 2020-07-02T13:01:36.243+00:00
Pramod Valavala 20,591 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Storing file on Azure from web application and access from azure function app

Hi All, I have a below requirement. My asp.net app which is in on-prem server will generate some reports in PDF PDF's need to store in some where in Azure by asp.net app e.g FolderX Azure function app will pickup these files from above Azure…

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,173 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,340 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,731 questions
Azure Migrate
Azure Migrate
A central hub of Azure cloud migration services and tools to discover, assess, and migrate workloads to the cloud.
721 questions
asked 2020-06-26T21:08:38.883+00:00
HemantSudehely-0557 261 Reputation points
accepted 2020-07-02T12:51:55.163+00:00
HemantSudehely-0557 261 Reputation points
0 answers

Why Azure function failing to start when bound with EventGrid attribute bound with IAsyncCollector

Hello, I am facing strange initialization issue regarding Azure Function. Following is the code for HttpTriggered Azure Function. public static async Task<IActionResult> OnboardOrganization( …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,340 questions
asked 2020-06-03T08:25:57.667+00:00
Muhammad Usman Khalil 1 Reputation point
commented 2020-07-02T12:40:46.887+00:00
Pramod Valavala 20,591 Reputation points Microsoft Employee
1 answer

Cannot update environment variables in azure function app

i have an azure function app where i used to update and edit the environment variables. today i tried to update the variables and i get an error. Updating web app settings 11:57 AM Failed to update web app settings: Resource 'cfszippfunc-staging'…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,340 questions
asked 2020-06-04T06:37:46.783+00:00
Thanzeel Jalaldeen 1 Reputation point
answered 2020-07-02T11:13:27.84+00:00
MayankBargali-MSFT 69,156 Reputation points