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).…
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…
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…
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…
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…
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…
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#:…
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…
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…
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…
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 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…
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…
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…
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 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 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',…
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…
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…
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…