4,605 questions with Azure Functions tags

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

Can I run .Net Core 5.0 on Azure

I have a simple console app that I need to add as an Azure Function. When I create the Azure Function in the Portal the only version of .Net I see is 3.1. What is the best practice for this case? I'm confused that Azure doesn't support 5.0 which is…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
asked 2021-01-08T18:33:18.19+00:00
AmaraCode LLC 261 Reputation points
accepted 2021-01-15T04:30:51.757+00:00
AmaraCode LLC 261 Reputation points
2 answers

Logic APP vs Function APP

Logic APP vs Function APP, which one is cheaper in general ?

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 2021-01-11T06:05:39.673+00:00
sakuraime 2,321 Reputation points
commented 2021-01-14T00:20:57.627+00:00
SUNOJ KUMAR YELURU 14,016 Reputation points MVP
2 answers

Azure IoT question - IoT Hub and Azure Function

Good afternoon, I've been trying to integrate Hub Iot with Azure Function for two days but I can't do it. Messages arrive at the IoT Hub but do not arrive at Function. My Function's Trigger is of the IoT Hub type. I already put the connection…

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 2021-01-11T10:56:31.777+00:00
BPS Sistemas de Automação 26 Reputation points
commented 2021-01-12T16:25:30.813+00:00
BPS Sistemas de Automação 26 Reputation points
3 answers

Get-PnPProvisioningTemplate : {code;-2147024891, System.UnauthorizedAccessException;message:{value:Access denied. You do not have permission to perform this action or access this resource.}

I am getting unauthorized(401) error when trying to executing Get-PnPProvisioningTemplate in Azure funciton app powershell(runtime version ~1), I am passing appid and appsceret as parameters at tenant level and site collection level. I am getting the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
asked 2020-10-23T08:30:00.457+00:00
b m 1 Reputation point
answered 2021-01-12T10:31:42.633+00:00
Ruben Andreassen 6 Reputation points
0 answers

Unit Testing Azure Functions .NET Core 3.1 Microsoft.AspNetCore.Http.Internal.BufferingHelper Missing

I am trying to get unit testing working for some HttpTrigger azure functions. This used to work on older versions of .NET Core but there appears to be a breaking change in .NET Core 3.1 due to some classes being marked internal. I following the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
asked 2021-01-08T19:28:30.387+00:00
Mark Tinderholt 1 Reputation point
commented 2021-01-11T17:21:52.137+00:00
Pramod Valavala 20,611 Reputation points Microsoft Employee
1 answer

Azure Function with dll : Could not load type Error

Hello I try to create an Azure Function to get the files on FTP Server I'm using Renci.SshNet dll, version 2020.0.0.0 I think I referenced correctly the dll by doing adding : #r "..\bin\Renci.SshNet.dll" at the top (the dll was uploaded…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
asked 2021-01-07T11:58:49.72+00:00
GT 1 Reputation point
commented 2021-01-11T14:24:05.12+00:00
Pramod Valavala 20,611 Reputation points Microsoft Employee
1 answer

Is Azure Functions v1 supported? What does 'maintenance mode' mean?

Hi, We are planning to build out Azure Functions but there is dependency on some .NET Framework v4.7 code that we need to re-use. What is the support for Azure Functions v1 running in production (in terms of issues, incidents if any)

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
asked 2021-01-07T14:02:53.943+00:00
Suganya Karunanidhi 1 Reputation point
commented 2021-01-11T10:02:25.777+00:00
JayaC-MSFT 5,526 Reputation points
1 answer One of the answers was accepted by the question author.

Azure Function with Event Hub Trigger works randomly when it runs on docker container locally

Scenario Azure Function with Event Hub trigger running on docker container Azure Storage Account on my Azure subscription Behaviour Running an Azure Function with Event Hub Trigger as docker container using Azure Storage Account I receive the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 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,894 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,598 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
593 questions
asked 2020-12-07T12:09:32.967+00:00
Luca Pierpaoli 21 Reputation points
accepted 2021-01-08T08:01:48.517+00:00
Luca Pierpaoli 21 Reputation points
1 answer

How to connect to API management

I have created an api management resource to access an azure function. I have 2 problems: 1)I can't access my keys. How do I do that, and also connect to my api? 2)When I manually try to connect to endpoints, it says resource not found even though…

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
asked 2021-01-05T15:29:49.623+00:00
sammyboy123 51 Reputation points
commented 2021-01-07T16:17:56.07+00:00
sammyboy123 51 Reputation points
1 answer

Best practice for using CosmosDB changefeed in WPF

Hello Today we use a Azure SQL database to store our orders and other data. The Client is a WPF app, to check for changes the app is as it is now pulling the database for changes every minute. I have been looking into changing our database to…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,709 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
133 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,527 questions
asked 2020-12-17T11:08:56.857+00:00
Kasper Mathiesen 1 Reputation point
commented 2021-01-07T12:12:25.167+00:00
Kasper Mathiesen 1 Reputation point
3 answers

"UnsupportedApiVersion" error when requesting a token in linux function app but working OK on windows

Hi, I've been going through https://learn.microsoft.com/en-us/azure/app-service/overview-managed-identity?tabs=powershell trying to generate an access token for a function app, it seems to be working OK when working with a powershell app,…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,444 questions
asked 2020-06-24T17:28:16.107+00:00
Gonzalez Chiu, Axel 1 Reputation point
answered 2021-01-07T09:38:00.087+00:00
dhiren ghelani 1 Reputation point
1 answer One of the answers was accepted by the question author.

Azure Functions site-packages folder in VS Code / Python

I have been looking at how to include packages that are not available on the Internet in Azure function deployment, specifically: Azure Functions Python developer guide, here: …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
asked 2020-07-17T08:59:30.477+00:00
AJG 436 Reputation points
accepted 2021-01-06T17:04:26.187+00:00
AJG 436 Reputation points
4 answers

User-generated logs are not showing in FunctionAppLogs

I am trying to export FunctionAppLogs to 3rd party monitoring tool such ELK via Diagnostic settings and eventhub. As Azure Functions writes all logs to the FunctionAppLogs, User-generated logs should be included and sent to eventhub as well. I…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
asked 2020-09-03T02:05:35.61+00:00
PAUL 1 Reputation point
answered 2021-01-06T15:16:16.317+00:00
Hussain, Akhtar 1 Reputation point
1 answer

Custom IoC in Azure Functions, and user context

I want to use a custom IoC Container in Azure Functions to decorate my commands with aspects and subscribe to event handlers. Unfortunately MS.DI does not handle Decorator or Composite and so want to use SimpleInjector or Autofac instead. Also would…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
asked 2021-01-04T12:55:27.047+00:00
Stephen Montgomery 1 Reputation point
answered 2021-01-05T05:18:28.36+00:00
Pramod Valavala 20,611 Reputation points Microsoft Employee
1 answer

I'm looking for a way to test if the Azure Functions host.json and Application Settings settings are correct.

I'm looking for a way to test if the Azure Functions host.json and Application Settings settings are correct. https://learn.microsoft.com/en-us/azure/azure-functions/functions-app-settings …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
asked 2021-01-04T01:03:51.453+00:00
fool1241 81 Reputation points
commented 2021-01-04T19:57:34.277+00:00
Jaliya Udagedara 2,821 Reputation points MVP
1 answer

Azure Function (Python) and EventHub triggers and sending

I am using Azure Function (using Python) and Event Hub (triggers), the examples uses: binding [type] : "eventHubTrigger", and [name]: "events". Python function generated (using func new) def main(events:…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
593 questions
asked 2021-01-03T16:18:29.697+00:00
goldiiman 1 Reputation point
answered 2021-01-04T14:29:02.053+00:00
Pramod Valavala 20,611 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Catch unique key exception from Cosmos DB output binding

I have an azure function with an http trigger input that uses an output binding to write a new item into my Cosmos DB database. The collection has a unique partition key named "channel". When I try to create a new item using an existing…

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-31T19:30:14.463+00:00
Jesse Stewart (he/him) 66 Reputation points Microsoft Employee
accepted 2020-12-31T21:27:39.307+00:00
Jesse Stewart (he/him) 66 Reputation points Microsoft Employee
0 answers

Azure Function DI Failure Unable to resolve service for type 'Microsoft.Azure.WebJobs.Script.IEnvironment'

Unable to resolve service for type 'Microsoft.Azure.WebJobs.Script.IEnvironment' Here is the debug console log. I am trying to figure out where IEnvironment is missing or called? Not in my code. [2020-12-31T18:50:35.399Z] Executing HTTP request: { …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
asked 2020-12-31T19:02:36.633+00:00
Brett McDonald 1 Reputation point
commented 2020-12-31T20:45:48.923+00:00
Jaliya Udagedara 2,821 Reputation points MVP
1 answer

Following "Connect Azure Functions to Azure Storage using command line tools" docs result in error

So I am trying to figure out how to deploy my python script to Azure and I decided to follow Microsoft Learn. I just follow all the steps and don't make any changes neither in files nor in steps. While first part went smoothly …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
asked 2020-12-26T23:20:57.597+00:00
Sergei 1 Reputation point
commented 2020-12-30T09:21:19.01+00:00
MayankBargali-MSFT 69,971 Reputation points
1 answer One of the answers was accepted by the question author.

Is it possible to recover a function that disappeared after attempting to delete its trigger?

Hello, I had an Azure Function that was using an Event Grid Trigger. I noticed that the app wasn't triggered recently despite events being generated that should trigger it, so I decided to delete the trigger and re-create it to see if that would help. In…

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-12-29T21:49:36.407+00:00
BiglyFellow4 96 Reputation points
accepted 2020-12-29T22:31:43.2+00:00
BiglyFellow4 96 Reputation points