4,661 questions with Azure Functions tags

Sort by: Updated
0 answers

How to run a batch file without connecting to virtual machine?

Hi All, I have a batch file within azure virtual machine. When I'm connected to the VM using RDP I can use a task scheduler to run the batch file. (For context, the .bat file runs various python and R files) I want this batch file to run without…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,661 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,573 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,082 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,994 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,195 questions
asked 2024-07-24T20:32:10.7066667+00:00
NP Data 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,661 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,075 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,115 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,661 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,598 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
1 answer

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,661 questions
asked 2024-07-16T19:51:54.2766667+00:00
Siegfried Heintze 1,861 Reputation points
commented 2024-07-24T17:12:00.5666667+00:00
Siegfried Heintze 1,861 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,661 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,321 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
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,661 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
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,661 questions
asked 2024-07-24T15:16:56.61+00:00
Uma Devi Ananthu Vidhyasagar 0 Reputation points
edited the question 2024-07-24T16:39:35.1933333+00:00
Uma Devi Ananthu Vidhyasagar 0 Reputation points
1 answer One of the answers was accepted by the question author.

Api MGT return http 500 instead of 401,403

Hello So I tried to figured out how to retrieve error code from my azure function instead of http 500 from the api mgt. On the function app side when one of the header is missing or invalid value 401,403 is returned with a message. But when I called the…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,950 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,661 questions
asked 2024-07-23T16:28:47.34+00:00
Wanexa 0 Reputation points
accepted 2024-07-24T13:08:12.1866667+00:00
Wanexa 0 Reputation points
0 answers

How to mock TaskOrchestrationContext and FunctionContext to get the logger for xUnit Tests in .NET 8 isolated?

If I try to test the activity, fails because it can't mock context and get the mocked logger. Also fails when try to test the http_start, can't create a mocked HttpResponseData. It's a simple durable function with one activity, .net 8 isolated

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,661 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,641 questions
asked 2024-07-24T12:51:16.5266667+00:00
Selve 0 Reputation points
1 answer

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,661 questions
asked 2024-07-24T09:30:57.4833333+00:00
Palash Mathur 0 Reputation points
answered 2024-07-24T09:34:49.8333333+00:00
MeeshoComplanitNumber 0 Reputation points
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,661 questions
asked 2024-07-23T16:01:00.02+00:00
Terence Pinto 0 Reputation points
answered 2024-07-24T09:04:45.26+00:00
Pinaki Ghatak 3,260 Reputation points Microsoft Employee
1 answer

Possible reasons for double entries in App Insights logs

Hello, I've noticed that all my app insights for app service and Azure function have started showing two entries for every request. These logs have the same operation ID or app insight ID. Can anyone please suggest the possible reasons for these sudden…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,661 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,397 questions
asked 2024-07-23T17:26:47.82+00:00
Abhishek Sinha 61 Reputation points
answered 2024-07-24T08:57:27.1666667+00:00
Pinaki Ghatak 3,260 Reputation points Microsoft Employee
0 answers

How will app and resource access work after domain migration with standalone Azure tenant?

My customer is migrating to a different domain due to a merger, while retaining their Azure tenant as a standalone tenant with cloud-only identities. Will all applications deployed to Azure, such as Azure App Services, Azure Functions, assets, and…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,661 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,397 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
851 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,598 questions
asked 2024-07-24T06:20:59.99+00:00
Ravish Verma 0 Reputation points
5 answers

func command not found while using Azure Functions locally.

I am trying to run Azure Fuctions locally on Windows PC using VS Code. I have already installed Azure Functions Core Tools by following Microsoft Documentation but still facing the same issue. Please, help me to solve this issue.

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,181 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,661 questions
asked 2022-09-19T13:41:38.17+00:00
Shubham Tomar 1 Reputation point
edited an answer 2024-07-24T03:16:32.57+00:00
Samantha NISUS-JOHNSON 0 Reputation points
0 answers

The remote certificate is invalid according to the validation procedure: RemoteCertificateNameMismatch

I am getting this error in a function app: The remote certificate is invalid according to the validation procedure: RemoteCertificateNameMismatch These are the certificate details: subjectName: permissionsgatewayapi.trafficmanager.net hostNames:…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,661 questions
asked 2024-07-19T16:07:11.1266667+00:00
Sarish Tabish Sayyed 40 Reputation points Microsoft Vendor
commented 2024-07-24T03:03:21.3266667+00:00
navba-MSFT 20,635 Reputation points Microsoft Employee
0 answers

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,661 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,397 questions
asked 2024-07-23T22:38:06.9666667+00:00
Kyra Brown 0 Reputation points Microsoft Intern
1 answer

How to access Kudu Console for an WebApp hosted in VNET

We have an App Service with VNET Integration. Therefore the Inbound IP Address is having a Private IP Address. For some troubleshooting purpose, I would like to access the Kudu Console of the App Service. In general, we access the Kudu console for…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,661 questions
Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
215 questions
asked 2022-05-12T18:34:15.59+00:00
David Maryo 111 Reputation points
commented 2024-07-23T21:28:15.58+00:00
Andrea Longhitano 100 Reputation points
1 answer

Issue with Azure Orchestration Function

I am building an Azure Orchestration Function App that has four different functions. The first function is a start task function that removes containers inside a Cosmos DB database. The second function, which I am having a problem with, scans a Cosmos DB…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,661 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,641 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,082 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.
10,640 questions
asked 2024-07-23T03:09:47.8733333+00:00
Redar Ismail Chicho 1 Reputation point
answered 2024-07-23T16:22:26.49+00:00
Sina Salam 7,286 Reputation points
1 answer

azure function java class NoClassDefFoundError: Could not initialize class reactor.netty.http.client.HttpClientSecure

Have a project that sends azure sms using communication package. Function is http triggered and works locally and sends sms as expected. On Azure, function log shows below . Below is the error and pom.xml. Any help is appreciated. Result: Failure…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,661 questions
asked 2021-11-10T03:34:52.953+00:00
haridas 6 Reputation points
edited a comment 2024-07-23T15:56:01.59+00:00
Terence Pinto 0 Reputation points
1 answer

Transient error and retry policy for Service Bus triggered Azure Function

Hi All, I have a requirement as below: There is a Service Bus Topic which is the source Azure Function is SB triggered At step 1, message is going to Function Step 2 if for calling a 3rd party API for some data enrichment Finally data is POSTed to…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
594 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,661 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,082 questions
asked 2024-07-23T05:47:24.6833333+00:00
Pratim Das, Partha C 306 Reputation points
answered 2024-07-23T15:42:40.15+00:00
Sina Salam 7,286 Reputation points