4,536 questions with Azure Functions tags

Sort by: Updated
0 answers

Error writing data with output bindings

I have an Azure Cosmos DB input binding from which I can query and view existing records However, I've added an Azure Cosmos DB & Azure Queue Storage output bindings to my Azure Function, following the tutorial here. I can read existing…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,536 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,511 questions
asked 2020-08-14T22:06:31.257+00:00
Jesse Cofie 1 Reputation point
commented 2020-08-19T11:26:18.297+00:00
Jesse Cofie 1 Reputation point
1 answer One of the answers was accepted by the question author.

Function Solution Template for Marketplace

Hi Pros, I am working on my first solution template for Azure Marketplace. Next to some other ressources the template should contain an Azure function that consits of some assemblys. If I just make a template for my own I know I can place the Zip…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,536 questions
asked 2020-08-15T18:32:52.127+00:00
Trombone 21 Reputation points
accepted 2020-08-18T06:54:52.907+00:00
Trombone 21 Reputation points
1 answer One of the answers was accepted by the question author.

How to avoid 'Bad Request - Invalid Hostname' on Azure Function?

I have a logic app which sends encrypted data to an azure function for decryption. Everything's been working great until a few days ago where I saw this error. I'm not quite sure what it means or even what caused it. If anyone has insight into this, your…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,536 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,956 questions
asked 2020-08-14T16:52:59.967+00:00
David King 46 Reputation points
commented 2020-08-17T15:03:42.803+00:00
David King 46 Reputation points
0 answers

Azure Java EventHubTrigger using r2dbc-mssql gives netty errors

I am trying to persist the messages received b y a Java EventHubTrigger to Azure SQL Database using r2dbc-mssql driver. When the function gets triggered I get the following error: Caused by: java.lang.NoSuchMethodError:…

Azure SQL Database
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,536 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
583 questions
asked 2020-08-07T19:21:42.927+00:00
Nalla 1 Reputation point
commented 2020-08-17T06:23:55.873+00:00
Pramod Valavala 20,606 Reputation points Microsoft Employee
1 answer

[Error] The listener for function 'Functions.IoTHub_EventHub1' was unable to start

Please help!!! I have created a function to save the messages from the IoT Hub in a cosmosDB but I run in that error: 2020-08-04T02:15:41.884 [Error] The listener for function 'Functions.IoTHub_EventHub1' was unable to…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,536 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
583 questions
asked 2020-08-04T02:23:37.673+00:00
Faisal 1 Reputation point
commented 2020-08-14T18:14:24.1+00:00
Krish G 2,331 Reputation points
1 answer

High Severity Security Vulnerabilities in Azure Functions Docker Image

We have built a Docker container image for a Linux Azure Function App running Python 3.7 using the instructions provided in: Create a function on Linux using a custom container Our Dockerfile is just: FROM…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,536 questions
asked 2020-05-19T07:15:31.797+00:00
Antonio Miron 31 Reputation points
commented 2020-08-14T10:46:32.06+00:00
MayankBargali-MSFT 69,941 Reputation points
2 answers

How to set an Azure function that is internally calling a API to timeout in 7 seconds and provide graceful message to user instead of Internal Server Error?

I have an Azure function that is calling a API which sometimes takes more than 30 seconds to respond. But in those cases, I want to kill the function and display message to user saying that they need to retry later. Setting function timeout displays…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,536 questions
asked 2020-08-07T16:50:19.947+00:00
Jaydeep Choudhury 1 Reputation point
commented 2020-08-14T04:29:19.917+00:00
JayaC-MSFT 5,526 Reputation points
1 answer

Internal Server error 500 Azure Functions App

I have tried deploying my HTTP Trigger function to Azure Functions with runtime version 3.8 on linux serverless consumption plan. My function works fine on local machine using visual studio code but fails on azure after deploying, showing a runtime…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,536 questions
asked 2020-08-13T05:34:33.227+00:00
K M Rahaman 1 Reputation point
answered 2020-08-14T02:56:32.85+00:00
Mike Urnun 9,781 Reputation points Microsoft Employee
1 answer

Java EventHubTrigger not working

I am facing a situation with Java EventHub Trigger. I created one using VS Code and pointed to the Event Hub namespace that I had previously created. I see that the connection string is applied correctly. After deploying this function app I send a batch…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,536 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
583 questions
asked 2020-08-03T18:55:49.137+00:00
N Senthil 1 Reputation point
commented 2020-08-13T14:52:06.223+00:00
Nalla 1 Reputation point
1 answer One of the answers was accepted by the question author.

Azure function: set infinite TTL when adding a message to a queue

Hi, I've created an Azure Function having an HTTP trigger and an Azure Queue Storage as output. The function simply add a new message to the Queue. It's possible to set the Expiration Time TTL to infinite (-1) when the message is added to the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,536 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
99 questions
asked 2020-08-09T17:09:28.157+00:00
Fabio 26 Reputation points
commented 2020-08-13T08:05:08.767+00:00
Fabio 26 Reputation points
1 answer One of the answers was accepted by the question author.

Azure function app - Internal server error 500

Hello, I have created a nestjs application and tried hosting using azure functions core tools from terminal. I can see, The deployment is successful. but the apis are not working, it always throw 500 Internal server error. i don't find enough…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,536 questions
asked 2020-08-11T13:13:38.68+00:00
TickingClock 26 Reputation points
accepted 2020-08-12T17:22:37.487+00:00
TickingClock 26 Reputation points
1 answer

Azure Functions with timer trigger: UnscheduledInvocationReason

In my Azure Functions I have 26 functions and only 7 with the timer trigger. There is no recommendation for Microsoft about it. Some functions have a timer trigger and at the end of the process each function sends an email. I have 2 type of timer…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,536 questions
asked 2020-07-31T15:58:47.693+00:00
Enrico Rossini 181 Reputation points
commented 2020-08-11T22:43:24.817+00:00
ChaitanyaNaykodi-MSFT 24,156 Reputation points Microsoft Employee
2 answers

Failing to create an Azure function using MS Azure Learn Sandbox

After my Azure Function app was validated the deployment failed using Germany West as location with following error: { "code": "DeploymentFailed", "message": "At least one resource deployment operation failed.…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,536 questions
asked 2020-08-06T13:24:18.907+00:00
EduardoRodrigoRomero 1 Reputation point
commented 2020-08-11T10:15:30.557+00:00
MayankBargali-MSFT 69,941 Reputation points
1 answer One of the answers was accepted by the question author.

Sharepoint Online App Part development

Hi, everyone. I am an experienced developer but completely new to Sharepoint Online development. Could anyone help me out with some to-the-point resources I could have a look at to get started and rapidly solve my current problem? I have developed…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,889 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,536 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,094 questions
SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,592 questions
asked 2020-08-10T16:31:33.46+00:00
Chocolate Eater 116 Reputation points
accepted 2020-08-11T08:49:33.047+00:00
Chocolate Eater 116 Reputation points
0 answers

Azure functions Deployment

Hi Team, I have a text classification code built using Python. I wanted it to run on Azure(serverless computation). I have followed this example…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,536 questions
asked 2020-08-04T07:38:23.727+00:00
Sridhar Baskaran 1 Reputation point
commented 2020-08-10T10:30:29.76+00:00
JayaC-MSFT 5,526 Reputation points
2 answers

Azure Function Executing Stored Procedure every few seconds

We have Azure Functions executing stored procedure every 2 seconds. Most of the time 90% of the time the stored procedure will finish in less than 1 second. But if the json is big and have lots of values some times it runs for more than 2 seconds. I…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,536 questions
asked 2020-08-05T15:56:20.06+00:00
Nathan Sundararajan 1 Reputation point
commented 2020-08-08T14:21:55.887+00:00
Nathan Sundararajan 1 Reputation point
1 answer One of the answers was accepted by the question author.

Azure Functions - empty request body and missing headers with custom handler

Hi all, I've got an Azure Function which uses a custom handler written in Go. It was all working fine until Friday and now the requests appear to be turning up with empty request bodies and missing headers? Has anyone else experienced this? The Go…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,536 questions
asked 2020-08-03T09:01:33.213+00:00
Jon Seager 96 Reputation points
commented 2020-08-07T18:18:21.837+00:00
JayaC-MSFT 5,526 Reputation points
1 answer

custom dimentions price on Azure Monitor Application Insights

I want to log HTTP request body and parameters on Functions but there is only status code on Application Insights requests table . So, I try to add data by inserting code "TrackRequest". How price it is? Does it relate Custom Metric?

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,954 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,536 questions
asked 2020-08-06T08:29:09.383+00:00
t_watanabe 1 Reputation point
answered 2020-08-07T06:53:52.83+00:00
Madushan Siriwardena 96 Reputation points
0 answers

Function Cosmos DB Input Binding on New UI

Hello, I have been working on some azure function apps that have cosmosdb input bindings. Ever since I switched to the new UI, I have been having the following issue. It seems the new UI adds the field "id":"" to the function.json…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,536 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,511 questions
asked 2020-06-19T19:20:48.543+00:00
Jason Ortiz 1 Reputation point
commented 2020-08-06T01:40:25.09+00:00
Mike Urnun 9,781 Reputation points Microsoft Employee
2 answers

Private Python packages and Azure functions remote build

Hi there We have an internal PyPI index to which we deploy private packages that we'd then like to pip install into our Python Azure function. Because our packaging index is not reachable from the Azure cloud we've so far opted for --build local.…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,536 questions
asked 2020-07-30T09:06:57.257+00:00
Damian Birchler 1 Reputation point
commented 2020-08-05T09:54:03.677+00:00
JayaC-MSFT 5,526 Reputation points