4,644 questions with Azure Functions tags

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

Why is a custom domain required on this function app even though it is never referenced in the DNS redirect

Hi I wanted to move a web address from pointing at an old domain to a new domain within my web domain. This had added complexity as the landing page was /app/live. So old web address https://olddomain.website.com - This rendered a web app hosted at…

Azure DNS
Azure DNS
An Azure service that enables hosting Domain Name System (DNS) domains in Azure.
631 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,644 questions
asked 2020-08-21T15:22:16.303+00:00
Stewart Pavitt (Azure Learn) 21 Reputation points
accepted 2020-08-25T08:08:56.293+00:00
Stewart Pavitt (Azure Learn) 21 Reputation points
2 answers

Azure function - Powershell code working on local but not on azure

Hello I'm facing strange issue, my script is working perfectly on my local laptop but when I try to execute it from Azure function I'm getting an exception. Goal of this script is to update SharePoint item from external API. When I assigned a value to…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,644 questions
asked 2020-08-17T13:43:26.667+00:00
Dubreuil, Jean-Baptiste 1 Reputation point
commented 2020-08-25T02:55:10.733+00:00
MayankBargali-MSFT 69,991 Reputation points
1 answer One of the answers was accepted by the question author.

FunctionInvokeUrlNotFound when creating resource group from ARM template

Hi, I have a ARM template exported from my earlier created resource group. I'm trying to create my resource group based on this template. Everything gets created except LogicApp. I receive an error saying invoke url for function '<function name…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,644 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,987 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,363 questions
asked 2020-08-21T12:40:47.9+00:00
Ilham Israfilov 21 Reputation points
commented 2020-08-24T13:27:51.247+00:00
Ryan Hill 27,026 Reputation points Microsoft Employee
1 answer

Azure Functions - get records by attribute name

I have created a function app to retrieve the records from Azure SQL DB table(loan table). Function app works fine. I want to now add filters and retrieve the records based on loan record attributes ( loan id, loan amount,...). Should I create a new…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,644 questions
asked 2020-08-17T15:06:41.5+00:00
jothsna gali 1 Reputation point
commented 2020-08-24T07:03:51.687+00:00
JayaC-MSFT 5,526 Reputation points
1 answer

Best practice for resiliency and redundancy

Hello, What are the best practices for resiliency and redundancy for Azure Functions? We're developing an application and on occasions our app gets "stuck" and needs to be restarted. We'd like to automate this process, or identify if there…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,644 questions
asked 2020-08-19T00:18:58.2+00:00
jabing 1 Reputation point
commented 2020-08-23T07:04:02.777+00:00
JayaC-MSFT 5,526 Reputation points
1 answer One of the answers was accepted by the question author.

Http triggered Azure function not scaling to extra VMs

I have a function at: https://prime-number-test.azurewebsites.net/api/TestHttpFunction? which performs a CPU intensive operation (Prime number calculation) In order to get all requests back in the shortest time I want only one function per VM, so I…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,644 questions
asked 2020-07-23T18:21:10.2+00:00
Wade Fleming 21 Reputation points
commented 2020-08-21T16:50:51.86+00:00
Wade Fleming 21 Reputation points
1 answer

How to call Azure Function from React Application in a secure way

Hi, I have created a React Application (which is a Custom Microsoft Teams Tab Application). I have also implemented an Azure Function and I want this azure function to be only accessible for people who are using my React Application. How can I do…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,644 questions
asked 2020-08-18T09:12:40.26+00:00
Kiki Kiki 21 Reputation points
commented 2020-08-20T20:24:13.103+00:00
JayaC-MSFT 5,526 Reputation points
1 answer

Bing Translator throws StatusCodeError: 400 - {"error":{"code":400005,"message":"The input text is not valid." for an input of 2501 characters

I understand that the character limit for a single translation query is 10000 characters overall (including the response for all the queried languages). I am querying the bing translator to translate large paragraph as input. Everything works fine till…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,644 questions
Azure Translator
Azure Translator
An Azure service to easily conduct machine translation with a simple REST API call.
366 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,630 questions
asked 2020-08-19T10:19:07.917+00:00
Ashish Dwivedi 1 Reputation point
commented 2020-08-20T09:59:36.913+00:00
Ashish Dwivedi 1 Reputation point
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,644 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,535 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,644 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,644 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,987 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,644 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
598 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,611 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,644 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
598 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,644 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,991 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,644 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,644 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,786 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,644 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
598 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,644 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
100 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,644 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,644 questions
asked 2020-07-31T15:58:47.693+00:00
Enrico Rossini 186 Reputation points
commented 2020-08-11T22:43:24.817+00:00
ChaitanyaNaykodi-MSFT 24,656 Reputation points Microsoft Employee