4,674 questions with Azure Functions tags

Sort by: Updated
1 answer

How to migrate durable function to KEDA

Hi I have migrated all my azure non durable function to Azure Kubernetes(KEDA), but I do not find any documentation on how we can move the Durable Function to Azure Kubernetes using KEDA. The goal of this ask is to fully utilize the Azure Kubernetes and…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,674 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,998 questions
asked 2024-07-26T13:09:06.7833333+00:00
Vinod Rajendran 21 Reputation points
answered 2024-07-26T14:19:23.86+00:00
Sina Salam 7,441 Reputation points
0 answers

Using Tensorflow and Keras in an Azure Function

I am trying to do a very small machine learning model training in a python function. I just don't want to take the next step of learning everything about machine learning models in Azure to do something this simple. My core issue is that I can't seem to…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,674 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,085 questions
asked 2024-07-26T13:40:59.2766667+00:00
Scott Billington 0 Reputation points
0 answers

Missing cypher suites for TLS1.3 in azure function environment

I am trying to make a timer triggeres function, that must access a website with TLS1.3 as only TLS option. Same website has 3 cipher suites that can be used and no preference: TLS_AES_128_GCM_SHA256 TLS_AES_256_GCM_SHA384 …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,674 questions
asked 2024-07-01T18:39:18.2533333+00:00
Ib Sandstrøm 5 Reputation points
commented 2024-07-26T13:13:04.53+00:00
jasper heus 0 Reputation points
1 answer

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,958 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,674 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,626 questions
asked 2024-07-25T20:10:18.7233333+00:00
Christian Pedersen 0 Reputation points
edited a comment 2024-07-26T12:16:10.2866667+00:00
Christian Pedersen 0 Reputation points
2 answers One of the answers was accepted by the question author.

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,674 questions
asked 2024-07-24T09:30:57.4833333+00:00
Palash Mathur 40 Reputation points
accepted 2024-07-26T12:04:53.43+00:00
Palash Mathur 40 Reputation points
0 answers

Getting Bash Errors When Publishing Function

Hello! I'm following the instructions for this exercise related to the Azure AI Document Intelligence Learning Path -…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,674 questions
Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,535 questions
asked 2024-07-26T11:36:37.1566667+00:00
Luisa Rojales 0 Reputation points
1 answer

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,674 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
346 questions
asked 2024-07-25T11:35:47.48+00:00
Samuel Bradshaw 30 Reputation points
edited an answer 2024-07-26T11:29:21.04+00:00
Samuel Bradshaw 30 Reputation points
1 answer

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,674 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,328 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,406 questions
asked 2024-07-25T15:22:12.8333333+00:00
Aditya Parcha 0 Reputation points
answered 2024-07-26T11:13:08.74+00:00
Pinaki Ghatak 3,265 Reputation points Microsoft Employee
1 answer

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,674 questions
asked 2024-07-25T17:41:41.1433333+00:00
sanset 0 Reputation points
answered 2024-07-26T11:10:16.19+00:00
Pinaki Ghatak 3,265 Reputation points Microsoft Employee
1 answer

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,674 questions
asked 2024-07-26T01:27:43.0033333+00:00
Smock 0 Reputation points
answered 2024-07-26T10:50:32.4433333+00:00
Pinaki Ghatak 3,265 Reputation points Microsoft Employee
0 answers

How to Integrate Microsoft Payment Method for SaaS SPFx App and Publish from Partner Center?

Hello, I am new to integrating Microsoft Payment Methods and publishing apps via the Microsoft Partner Center. I have developed a SaaS product SPFx application and would like to integrate Microsoft Payment Method for transactions and subsequently publish…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,674 questions
Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
216 questions
Microsoft Partner Center
Microsoft Partner Center
A Microsoft website for partners that provides access to product support, a partner community, and other partner services.
930 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,809 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,406 questions
asked 2024-07-26T08:54:32.0033333+00:00
Pratibha Dawar 20 Reputation points
1 answer One of the answers was accepted by the question author.

Can't view functions in one function app but can in another

I have two function apps, app1 and app2. App1 can display and run its functions in the 'overview' section, but the same doesn't apply for app2. Both apps are based on the same code and only have different keys. In the wwwroot folder, I can see the same…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,674 questions
asked 2024-07-11T08:03:15.8866667+00:00
Marilia Bognandi 20 Reputation points
accepted 2024-07-26T08:27:18.0366667+00:00
Marilia Bognandi 20 Reputation points
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,674 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,406 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
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,674 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,674 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
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,674 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

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,674 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,280 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,674 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,406 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,674 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

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,674 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