4,670 questions with Azure Functions tags

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

In bicep, how to property and securly set `hidden-link` in tags?

When using bicep to link the Azure Function to an Application Insights, I add this entry in config/appsettings of the Function: APPINSIGHTS_INSTRUMENTATIONKEY: reference(appInsightsId, '2015-05-01').InstrumentationKey However, when I run az deployment…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,670 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,405 questions
asked 2024-07-08T08:04:23.7133333+00:00
Shunlei Tang 100 Reputation points Microsoft Employee
accepted 2024-07-26T03:28:31.3566667+00:00
Shunlei Tang 100 Reputation points Microsoft Employee
0 answers

How to monitor for requests blocked by network access restriction (on function app)

We have a third party integration that sends us webhooks which we use a function app to handle. The third party does not sign their requests and will not pass access keys (or anything similar) in their query string or headers. Given this, to prevent…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,670 questions
asked 2024-07-26T01:27:43.0033333+00:00
Smock 0 Reputation points
edited the question 2024-07-26T03:22:20.05+00:00
AmaranS 4,015 Reputation points Microsoft Vendor
1 answer

Can I send and SMS and or Voice message to all my users with Azure Identity?

I read that Azure Identity can send SMS and Voice to users to alert them of emergencies. We are a volunteer organization that works with our Fire Department in times of disaster and would like to be abe to utilize this to send out call out information…

Azure Information Protection
Azure Information Protection
An Azure service that is used to control and help secure email, documents, and sensitive data that are shared outside the company.
530 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,670 questions
asked 2024-07-25T20:18:24.06+00:00
Gary Huber Admin 116 Reputation points
answered 2024-07-25T23:21:51.9233333+00:00
Fabio Andrade 725 Reputation points Microsoft Employee
2 answers

How to automate integration testing for Azure Resource Protected by Private End Points?

My bicep file deploys and creates a service bus queue (protected by a firewall) and a function app (and associated storage account) protected by private end points. The Function app reads the queue and creates log statements. For manual testing, we…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,670 questions
asked 2024-07-16T19:51:54.2766667+00:00
Siegfried Heintze 1,861 Reputation points
answered 2024-07-25T22:03:58.2666667+00:00
Ryan Hill 27,031 Reputation points Microsoft Employee
2 answers

Can I use same azure function to be trigger based on time and on demand(HTTP trigger) as well ?

I want to write a azure function that gets trigger based on schedule time basis, also I want this function to be invoked from HTTP request based on demanad. Is this supported in the Azure function or not?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,670 questions
asked 2024-07-24T09:30:57.4833333+00:00
Palash Mathur 20 Reputation points
answered 2024-07-25T21:34:24.4366667+00:00
Ryan Hill 27,031 Reputation points Microsoft Employee
1 answer

Running multiple functions under a single function app

Hi, if I deploy multiple queue triggered functions under one azure function app resource then could there be any threading issues? As in, if multiple functions are being triggered then could the threads/memory be shared or is there a risk of…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,670 questions
asked 2024-07-25T01:46:34.5133333+00:00
Abhishek Godhani 0 Reputation points
answered 2024-07-25T20:43:24.7566667+00:00
Luis Arias 6,061 Reputation points
0 answers

Inter function app communication best practice

Hello, I'm working on a project and trying to determine the best practices for inter-Function App communication. My goal is to have one Function App that communicates with a backend database, while also having some tasks run asynchronously on other…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,955 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,670 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,617 questions
asked 2024-07-25T20:10:18.7233333+00:00
Christian Pedersen 0 Reputation points
edited the question 2024-07-25T20:37:41.3133333+00:00
Christian Pedersen 0 Reputation points
0 answers

create sample alerts for Azure defender for cloud (without GUI) , what're my options.

Please see the reference https://learn.microsoft.com/en-sg/answers/questions/1809131/how-can-i-trigger-defender-for-cloud-sample-alerts

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,670 questions
Microsoft Defender for Cloud
Microsoft Defender for Cloud
An Azure service that provides threat protection for workloads running in Azure, on-premises, and in other clouds. Previously known as Azure Security Center and Azure Defender.
1,278 questions
asked 2024-07-25T18:52:36.8166667+00:00
PrasadN 20 Reputation points
commented 2024-07-25T20:34:51.02+00:00
Patchfox 3,811 Reputation points
1 answer

Azure Functions in ASP - Distribute the traffic to multiple instances

I have a Azure function which is triggered by azure service bus. The function is deployed to Azure app service. Earlier I had 1 instance, but sometimes the memory was reaching 100% so I have added another instance. I am still seeing the same issue, if I…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,670 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,405 questions
asked 2024-07-25T18:10:13.22+00:00
Singh, Rahul 1 Reputation point
answered 2024-07-25T19:31:53.4866667+00:00
Sina Salam 7,441 Reputation points
1 answer

How to fix 100 seconds Grpc HTTP client timeout for Durable Task Client

We are encountering an issue with GRPC HTTP timeouts being set to 100 seconds in our Azure Durable Function orchestrators. Our orchestrations often take longer than 100 seconds to complete, and we are having trouble changing the timeout duration to…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,670 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,400 questions
asked 2024-07-23T22:38:06.9666667+00:00
Kyra Brown 0 Reputation points Microsoft Intern
answered 2024-07-25T18:34:38.5566667+00:00
Mansoor Khan 0 Reputation points
0 answers

Hi, problem during running time trigger function

So I'm running an Azure TimeTrigger Function on a consumption on azure portal with stack: node.js I'm facing this error during runtime: "exception Azure.RequestFailedException: An attempt was made to access a socket in a way forbidden by its access…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,670 questions
asked 2024-07-25T17:41:41.1433333+00:00
sanset 0 Reputation points
0 answers

How do I get my containerised azure function to scale down when not in use?

Hi, I have a containerised function app that is failing to scale down when not in use, resulting in much higher than expected costs. The scale rule settings for the container app are set to have min replicas as 0, and max replicas as 2: However, it…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,670 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
345 questions
asked 2024-07-25T11:35:47.48+00:00
Samuel Bradshaw 30 Reputation points
edited a comment 2024-07-25T15:31:10.9+00:00
Samuel Bradshaw 30 Reputation points
0 answers

Not able to publish .net 8 files to Azure Linux Function app using Publish-AzWebApp command from powershell.

I am trying to deploy .net 8 published files to Linux Azure function app from Linux using Publish-AzWebApp. Deployment is not giving any error but files are not getting deployed. The same working for Windiows function app. Could you please help!

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,670 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,327 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,405 questions
asked 2024-07-25T15:22:12.8333333+00:00
Aditya Parcha 0 Reputation points
edited the question 2024-07-25T15:27:59.1233333+00:00
Aditya Parcha 0 Reputation points
0 answers

Event Hub Trigger with Managed Identity not reading events

I have created an Azure Event Hub and an Azure Function with a system-assigned Managed Identity. The Managed Identity has been granted the following roles on the Event Hub: "Azure Event Hubs Data Sender", "Azure Event Hubs Data…

Microsoft Identity Manager
Microsoft Identity Manager
A family of Microsoft products that manage a user's digital identity using identity synchronization, certificate management, and user provisioning.
661 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,670 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
600 questions
asked 2024-07-24T16:52:24.37+00:00
Serdar ARIKAN 25 Reputation points
commented 2024-07-25T13:54:37.8366667+00:00
Serdar ARIKAN 25 Reputation points
0 answers

Using Webclient to consume Azure Function App URL Data

Hi, I am using webclient.downloadstring C# to fetch the azure function app URL data. webclient is not working properly and sometimes I get the 404 not found error and some days it works fine without any changes. I am not sure what is really wrong .…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,670 questions
asked 2024-07-24T15:16:56.61+00:00
Uma Devi Ananthu Vidhyasagar 0 Reputation points
commented 2024-07-25T07:55:41.7733333+00:00
JananiRamesh-MSFT 23,881 Reputation points
0 answers

Yaml based Build Pipeline For .Net 8 isolated Azure Function.

Hi Everyone, Can someone please share sample yaml for build pipeline for .Net 8 isolated Azure function

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,670 questions
asked 2024-07-25T05:49:16.52+00:00
Kumar Ritesh 0 Reputation points Microsoft Employee
edited the question 2024-07-25T07:54:58.1266667+00:00
Jiale Xue - MSFT 43,046 Reputation points Microsoft Vendor
1 answer

Azure function Java Result: Failure Exception: ClassNotFoundException

I have referred to this post https://learn.microsoft.com/en-us/answers/questions/621464/azure-function-java-class-noclassdeffounderror-cou and also resolved dependency conflicts, but still get [2024-07-23T15:43:37.521Z] Worker failed to load function:…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,670 questions
asked 2024-07-23T16:01:00.02+00:00
Terence Pinto 0 Reputation points
commented 2024-07-25T01:33:46.9566667+00:00
Terence Pinto 0 Reputation points
2 answers

What is the best way to access data in the data bricks by using azure function?

I just tried to load data from data bricks by using data bricks jobs API and azure function. Can I know is there another way to do the same thing that based on azure function?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,670 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,080 questions
asked 2024-07-12T09:08:56.7366667+00:00
Athula Chandrawansha 20 Reputation points
commented 2024-07-24T19:37:23.48+00:00
Azar 22,350 Reputation points MVP
2 answers

Azure Function Could not load file or assembly Microsoft.IdentityModel.Protocols.OpenIdConnect

I implemented an application "Azure Functions" that makes use of "Microsoft.IdentityModel.Protocols.OpenIdConnect" to authenticate the session of a user, it compiles without errors, but starting at runtime throws the following error:…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,670 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,617 questions
asked 2021-12-15T18:09:51.037+00:00
Oscar Ernesto Loyola Sánchez 1 Reputation point
commented 2024-07-24T19:31:55.8166667+00:00
Joseph Steinbrunner 0 Reputation points
0 answers

When trying to publish linux function app packages using Publish-AzWebApp powershell command it is not uploading.

I tried publishing app multiple times using bellow command on both windows and linux, it was working fine. However, from last few days after migrating function app from dotnet 6 isolated to dotnet 8 isolated it has stopped working for Linux Function App.…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,670 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,327 questions
asked 2024-07-22T15:56:38.4233333+00:00
Saburi Anil Nandankar 0 Reputation points
edited a comment 2024-07-24T16:58:53.9333333+00:00
Saburi Anil Nandankar 0 Reputation points