4,678 questions with Azure Functions tags

Sort by: Updated
2 answers

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,678 questions
asked 2024-07-25T20:18:24.06+00:00
Gary Huber Admin 116 Reputation points
answered 2024-07-26T23:23:57.94+00:00
Fabio Andrade 725 Reputation points Microsoft Employee
0 answers

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 st

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…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,678 questions
asked 2024-07-25T01:57:01.78+00:00
Rain 0 Reputation points
commented 2024-07-26T23:01:28.5733333+00:00
Marilee Turscak-MSFT 36,411 Reputation points Microsoft Employee
1 answer

Function's Event Hub trigger rarely executes the function

Hello, We have a C#(.NET 8) Azure function triggered by Event Hub. There are a lot of incoming messages but rarely triggers the function and the the outgoing messages are a tenth of incoming messages. There are no errors in the Log Anaytics workspace and…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,678 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
601 questions
asked 2024-07-26T19:36:50.6333333+00:00
dotnet_guy 10 Reputation points
answered 2024-07-26T21:35:42.6366667+00:00
Sina Salam 7,441 Reputation points
2 answers One of the answers was accepted by the question author.

How to declare the easy auth configuration of Azure Function App in bicep?

The Azure Function App is setup with easy auth (the legacy version). So I tried to write it following exported ARM templates. However, I exported the resource-group-level ARM templates, but cannot find any content related to easy auth configuration. Is…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,678 questions
asked 2024-07-11T08:10:21.44+00:00
Shunlei Tang 100 Reputation points Microsoft Employee
answered 2024-07-26T21:09:04.59+00:00
Iheanacho Chukwu 275 Reputation points
1 answer

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,678 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.
931 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,810 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,407 questions
asked 2024-07-26T08:54:32.0033333+00:00
Pratibha Dawar 20 Reputation points
edited an answer 2024-07-26T21:06:30.3266667+00:00
Sina Salam 7,441 Reputation points
0 answers

Errors in Function Apps.

I have a deployed function that has HttpTrigger endpoints that put messages on a Storage Queue and then a QueueTrigger function that picks up those messages. This app, only in one environment, is experiencing errors where it's not showing endpoints for…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,678 questions
asked 2024-07-26T20:36:51.1066667+00:00
Schifter, Gabriela 160 Reputation points
1 answer

Failed to delete ACI even if begin_delete() was called correctly

Hi, I have a function as the following, which can call begin_delete() correctly, but the aci wasn't deleted in fact. Can you please help? Thanks. FYI: I can delete the aci manually. def delete_aci(task_id, logger): try: subscription_id =…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,678 questions
asked 2024-07-26T18:20:46.53+00:00
Jun Ge 0 Reputation points
answered 2024-07-26T18:42:56.32+00:00
hossein jalilian 5,560 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,678 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 the question 2024-07-26T15:57:31.7533333+00:00
Samuel Bradshaw 30 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,678 questions
asked 2024-07-26T13:40:59.2766667+00:00
Scott Billington 0 Reputation points
edited the question 2024-07-26T15:28:36.9166667+00:00
VarunTha 5,980 Reputation points Microsoft Vendor
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,678 questions
asked 2024-07-24T15:16:56.61+00:00
Uma Devi Ananthu Vidhyasagar 0 Reputation points
commented 2024-07-26T14:29:28.2533333+00:00
Uma Devi Ananthu Vidhyasagar 0 Reputation points
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,678 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,999 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

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,678 questions
asked 2024-07-01T18:39:18.2533333+00:00
Ib Sandstrøm 10 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,960 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,678 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,629 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,678 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,678 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

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