5,252 questions with Azure Functions tags

Sort by: Updated
0 answers

Bypassing Easy Auth for a Specific v4 Azure Function Endpoint in Node.js 22

To recreate my exact issue, create 2 new HTTP triggered function endpoints for a node.js 22 Azure Function v4 (latest version). Nothing fancy in the code, you can use the boiler plate code. One is public and the other is private (name them as such).…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,252 questions
asked 2024-12-26T17:16:23.5666667+00:00
ShawnPOWER 0 Reputation points
1 answer

Unable to See Function in Flex Consumption App Deployed via ARM Template

I deployed a Function App using the Flex Consumption plan with the ARM template from this GitHub sample. The deployment completes without errors, but I’m unable to see the function within the Azure portal. Has anyone faced a similar issue or have…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,252 questions
asked 2024-12-26T14:31:31.9566667+00:00
Loginsoft_Integrations 0 Reputation points
edited the question 2024-12-26T15:29:17.4+00:00
VarunTha 10,130 Reputation points Microsoft Vendor
1 answer

Unable to connect to Oracle database from Azure Function in VS Code

I am trying to connect to an on-premises Oracle database from an Azure Function using Visual Studio Code. I have installed the necessary packages (Oracle.ManagedDataAccess, System.Configuration.ConfigurationManager, System.Security.Permissions) and…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,252 questions
asked 2024-12-24T10:56:22.7733333+00:00
Pattar, Mounesh SOMIBM-IBM 0 Reputation points
commented 2024-12-26T13:15:22.7433333+00:00
VenkateshDodda-MSFT 23,141 Reputation points Microsoft Employee
2 answers

Storage event trigger is running twice when a single blob is created

Hello, Hope you are fine and you can help me! I had to modify an Azure function, so i deployed a copy of it from my VSCode. I didn´t realize that I was overwriting all the App Files of the original Azure Function. For example, the host.json file was…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,252 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,049 questions
asked 2023-06-06T21:32:15.0666667+00:00
Marco Manfredi 0 Reputation points
commented 2024-12-26T12:26:34.48+00:00
Marco Manfredi 0 Reputation points
0 answers

Functions are not showing up in Azure Function App

I have deployed an Azure Function App using Bicep and YAML pipeline. Function app uses java as FUNCTIONS_WORKER_RUNTIME and is hosted on a P1v3 Service Plan. Problem is that when I deploy functions on Function App, functions do not show up on Overview…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,252 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,093 questions
asked 2024-12-25T09:27:09.3366667+00:00
84017655 21 Reputation points
edited a comment 2024-12-26T09:11:01.7566667+00:00
Shireesha Eeraboina (Quadrant Resource LLC) 570 Reputation points Microsoft Vendor
0 answers

Error while loading - Error retrieving function

When I created a function on Azure Functions, the function I had created disappeared after I reloaded the page (I had saved it). After that, when I tried to create the function again, an error message appeared saying "Error while loading - Error…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,252 questions
asked 2024-12-26T03:40:39.62+00:00
shohei_kobayashi 45 Reputation points
commented 2024-12-26T08:02:22.35+00:00
VenkateshDodda-MSFT 23,141 Reputation points Microsoft Employee
1 answer

How can I deploy multiple function app projects in same azure function container using Isolated model which was possible using the InProcess model ?

I have an Azure function app - appFNCIsolatedContainer Isolated function app project-1 written in C#: IsolatedFunctionApp1.csproj with below two functions: - function1 - function2 Isolated function app project-2 written in C#:…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,252 questions
asked 2024-12-18T00:32:30.9466667+00:00
NielMohanty-3656 0 Reputation points
commented 2024-12-26T06:13:06.5133333+00:00
Shireesha Eeraboina (Quadrant Resource LLC) 570 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

Hi, I am facing Authorization issue while deploying code via CI CD into the Azure functions.

We have provisioned a Azure function in Private Endpoint and Gitlab runner in Gitlab CI CD. While we are trying to deploy the code we are getting the following Error: Code: Authorization Message: The Client 'client ID of service principal' with a object…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,252 questions
asked 2024-12-20T05:02:10.75+00:00
Mohamed Arif Gangavaram 25 Reputation points
commented 2024-12-25T14:19:48.78+00:00
VINODH KUMAR T D 26,371 Reputation points MVP
1 answer

How to save and process a file in Azure Function

I have written a script where I'm downloading some files one by one in a directory and then I'm passing the path of file to document intelligence for extracting the content. The script was running as expected in local but after deploying it to function…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,252 questions
asked 2024-12-16T09:30:02.3766667+00:00
Mansi Yadav 40 Reputation points
answered 2024-12-25T09:56:34.2366667+00:00
Pinaki Ghatak 5,310 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

How can I retrieve an Azure isolated runtime .NET 8 QueueTrigger Connection String from the Key Vault

tl;dr In an Azure Function written in .NET 8 C# in Visual Studio using the isolated runtime, is there a way to allow the Connection for a QueueTrigger to be retrieved via Microsoft.KeyVault()? [Function("ProcessEvent")] public void…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,252 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
4,009 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.
3,292 questions
asked 2024-12-16T18:43:25.79+00:00
Woods, Jeffrey 26 Reputation points
edited the question 2024-12-25T01:38:41.41+00:00
Jack J Jun 24,616 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Set Message Label/Subject using Azure Functions' Service Bus Output Binding

I am sending messages to service bus using python azure functions with the new programming model which uses output bindings like below: @bp.service_bus_queue_output( arg_name="outputQueueMessage", …

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
653 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,252 questions
asked 2024-12-19T11:41:54.9366667+00:00
Aamir Mogra 80 Reputation points
accepted 2024-12-24T18:31:29.7066667+00:00
Aamir Mogra 80 Reputation points
1 answer One of the answers was accepted by the question author.

Azure Function App - Error: Encountered an error (ServiceUnavailable) from host runtime

I am trying to deploy an Azure Function in python to a Function App, but I keep getting this error message in logs. Service Health shows no issue, I've double checked all connection strings, and checked the available solutions which suggest removing…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,252 questions
asked 2023-10-20T17:05:22.9933333+00:00
Syed Muhammad Hani 30 Reputation points
commented 2024-12-24T09:33:29.7733333+00:00
Syed Muhammad Hani 30 Reputation points
0 answers

Correct Service Tag for Power Automatr

Hello Microsoft community, I hope I'm posting this in the correct place. I have a question about securing a Function App, please. I have zero knowledge about Function Apps, so forgive me. My requirement is, have a Function App that gets called from a…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,252 questions
asked 2024-12-19T05:35:14.21+00:00
Garry Pope 21 Reputation points
commented 2024-12-24T06:25:35.02+00:00
Garry Pope 21 Reputation points
1 answer One of the answers was accepted by the question author.

Unable to launch azure function when starting azurite with HTTPS protocol

I followed this doc Use the Azurite emulator for local Azure Storage development to use the azurite as the storage emulator. But when I run the .\azurite.exe --cert 127.0.0.1.pem --key 127.0.0.1-key.pem command and launch the Azure function in Visual…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,252 questions
asked 2024-12-20T05:12:59.85+00:00
Bingqiang Xiang 20 Reputation points Microsoft Employee
accepted 2024-12-24T06:24:47.0633333+00:00
Bingqiang Xiang 20 Reputation points Microsoft Employee
2 answers

Where can I see initialization errors for an Azure Function App?

I built a Function App using the following tutorial: https://zcusa.951200.xyz/en-us/azure/azure-functions/create-first-function-vs-code-python Using V2 and Python 3.11. I deploy the app via the CLI successfully. I open the Function App in Azure Portal…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,252 questions
asked 2024-12-20T14:26:42.7633333+00:00
Reinhart, Jeff (MNIT) 0 Reputation points
edited a comment 2024-12-23T21:55:57.4633333+00:00
Reinhart, Jeff (MNIT) 0 Reputation points
2 answers

Azure SQL Trigger Cant use Enviroment Variable as connectionstring

Hei i got a simpel SQL trigger and i understand appsettings is not the best approuch when in comes to sensitive data i want to use Enviroment variables instead, but im getting the error "CS0182: an attribute must be a constant expression". I…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,252 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.
11,152 questions
asked 2024-12-20T07:59:26.0633333+00:00
henrik johansen 0 Reputation points
commented 2024-12-23T18:00:57.99+00:00
Khadeer Ali 1,400 Reputation points Microsoft Vendor
1 answer

Azure Function SQL Trigger Not Finding Table

I'm following the example found here: https://zcusa.951200.xyz/en-us/azure/azure-functions/functions-bindings-azure-sql-trigger I'm getting the following error: [2024-12-20T14:54:02.709Z] Failed to start SQL trigger listener for table: 'dbo.ToDo',…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,252 questions
asked 2024-12-20T15:01:59.07+00:00
Maess 0 Reputation points
commented 2024-12-23T17:59:00.78+00:00
Khadeer Ali 1,400 Reputation points Microsoft Vendor
1 answer

Names of Azure Services in the Azure IP Ranges and Service Tags JSON File

What are the official names used for the following Azure services in the Azure IP Ranges and Service Tags – Public Cloud JSON file? Azure Function (AzFunction) Automation Account Azure Batch Analysis Services You can refer to the JSON file…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,252 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,278 questions
asked 2024-10-18T11:06:46.5433333+00:00
Nawani, Anubhav 0 Reputation points
answered 2024-12-23T16:33:25.96+00:00
Dillon Silzer 57,556 Reputation points
1 answer

How to Authenticate for Azure Functions using Entra ID

Hello, I am trying to run an Azure Function as an API between a React Native Application and a Microsoft SQL database. I want users to be able to log in with Microsoft credentials and access data. I have an access token from an app registration (named…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,252 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,649 questions
asked 2023-11-05T20:34:37.8233333+00:00
Young, Charles 5 Reputation points
commented 2024-12-23T15:40:21.54+00:00
Himanshu Punjabi 0 Reputation points
0 answers

EFCore 8.0 SaveChangesAsync Faild

Hi there, Why EFCore 8.0 SaveChangesAsync always faild? Env : Azure Functions , EFCore 8.0.10 The error msg is : An exception occurred in the database while saving changes for context type…

Entity Framework Core
Entity Framework Core
A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.
767 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,252 questions
asked 2024-10-21T12:52:42.1766667+00:00
zmsoft 200 Reputation points
edited the question 2024-12-23T15:36:23.33+00:00
Smaran Thoomu 18,710 Reputation points Microsoft Vendor