4,284 questions with Azure Functions tags

Sort by: Updated
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,284 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 68,641 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,760 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,284 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,664 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,575 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,284 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,284 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,284 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,805 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,284 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,284 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,446 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,676 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,284 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
1 answer

Pem library is not supporting in azure function, How we can dynamically generate self signed certificate (x.509) using node js

i am using pem library in node js code to generate the device and root certificate(self signed X.509 certificate) it is working in local but when are deploying the same on web app it is throwing an error. even we have tried the same with azure function…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,284 questions
asked 2020-07-28T11:19:50.603+00:00
brija 1 Reputation point
commented 2020-08-05T04:45:41.307+00:00
Pramod Valavala 20,591 Reputation points Microsoft Employee
1 answer

CloudTable no longer has Bindings, broken

We had an azure function we created by hand, inside the azure function app instance (aka inside the portal). This morning around 4:00 AM CST, the function started breaking, no code change has been done the function. The function app does use the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,284 questions
asked 2020-07-29T03:30:03.807+00:00
Jason Wisener 26 Reputation points
commented 2020-08-04T16:49:57.36+00:00
Pramod Valavala 20,591 Reputation points Microsoft Employee
0 answers

Can one assign (using nodejs SDK) different roles(permissions) to each Azure functions present in a Function App? Also help me with the best practices around it.

Can one assign (using nodejs SDK) different roles(permissions) to each Azure functions present in a Function App? Also would like to know the best practices around it. Is there any way to map roles directly to resources without creating identities.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,284 questions
asked 2020-07-31T15:17:29.103+00:00
Ashutosh Singh 1 Reputation point
commented 2020-08-04T03:54:46.38+00:00
Grmacjon-MSFT 16,101 Reputation points
1 answer

Chinese characters sent in JSON body to a NodeJS Azure Function are not parsed properly

I have an HTTP trigger typescript Azure function. If I make a POST request a body like: { "value": "你好" } The content of req.body will be something like: { "value": "ä½ å¥½" } I guess it's an encoding…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,284 questions
asked 2020-08-02T10:55:30.683+00:00
G-P4cK 1 Reputation point
commented 2020-08-03T14:50:26.213+00:00
MayankBargali-MSFT 68,641 Reputation points
1 answer One of the answers was accepted by the question author.

Azure webjobs are unable to connect to sharepoint online: For security reasons DTD is prohibited in this XML document

Azure webjobs are unable to connect to sharepoint online. The error message is: For security reasons DTD is prohibited in this XML document. To enable DTD processing set the DtdProcessing property on XmlReaderSettings to Parse and pass the settings…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
640 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,284 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,902 questions
asked 2020-07-01T21:32:27.687+00:00
Fernando Leitzelar 21 Reputation points
accepted 2020-08-03T05:35:51.74+00:00
Fernando Leitzelar 21 Reputation points
0 answers

Azure function app unavailable & availability tests failed

Hi. We have experienced availability issues with azure function app service yesterday from 12PM to 4:45PM. Until yesterday, our service was always up and running and we have never had failed availability test before that time. Our availability test…

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,805 questions
Azure DNS
Azure DNS
An Azure service that enables hosting Domain Name System (DNS) domains in Azure.
598 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,284 questions
asked 2020-07-29T08:29:06.573+00:00
IVC-Marijana 6 Reputation points
commented 2020-07-31T19:39:21.157+00:00
JayaC-MSFT 5,526 Reputation points
1 answer

Azure Function Python 3.7 file system is read-only

Good morning, I have an issue (it's probably me not finding the right settings) relating to editing zip files in an azure function. I am currently testing an azure function that is supposed to receive a zip file in bytes, save it, tweak it and then…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,284 questions
asked 2020-07-02T15:11:37.277+00:00
David Bros 1 Reputation point
commented 2020-07-31T10:31:35.11+00:00
Krish G 2,326 Reputation points
0 answers

Azure Function - Libreoffice will not run in headless mode

I'm trying to run Libreoffice executable in headless mode via a System.Diagnostics.Process on an Azure function to convert documents. Locally, I can make this work just fine in the function emulator, but once deployed to Azure, the process appears to…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,284 questions
asked 2020-07-12T14:05:24.26+00:00
gdunit 1 Reputation point
commented 2020-07-31T10:28:46.64+00:00
Krish G 2,326 Reputation points
1 answer

How to link SignalR service with Azure Serveless Functions - Deploy from Visual Studio for Mac?

While I am replicating the sample app described in this link , to make use of SignalR service with Azure functions since I am new to both. The steps given in the doc/link seems to be outdated. I have followed step by step but stuck at one point…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,284 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
120 questions
asked 2020-07-28T15:26:34.86+00:00
_mrli 1 Reputation point
answered 2020-07-30T18:28:09.89+00:00
Grmacjon-MSFT 16,101 Reputation points
1 answer One of the answers was accepted by the question author.

How do I point my domain name to an Azure Function Proxy?

I have an app which is hosted in Azure storage (it's built using React, and then I build it into a static site for deployment, and copy it to the storage container). I have a CDN which points to the storage URL. If I go to the CDN…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,284 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,902 questions
asked 2020-07-20T13:53:27.367+00:00
Sharon Gilmore 31 Reputation points
accepted 2020-07-30T09:13:48.32+00:00
Sharon Gilmore 31 Reputation points
0 answers

Why isn't my Function Proxy showing my site?

I've created a static website (built with ReactJS) on an azure storage container. If I navigate to it directly (https://myapp.z35.web.core.windows.net/) I can see it, and everything looks fine. However, I need to add security headers, so I've created…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,284 questions
asked 2020-07-23T16:19:35.577+00:00
Sharon Gilmore 31 Reputation points
commented 2020-07-30T09:13:22.85+00:00
Sharon Gilmore 31 Reputation points
1 answer

Recommended approach to using IOptions in Consumption Plan

Documentation (https://learn.microsoft.com/en-us/azure/azure-functions/functions-dotnet-dependency-injection#working-with-options-and-settings) regarding the IOptions and Consumption Plan states the following: Avoid attempting to read values from…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,284 questions
asked 2020-07-28T08:10:01.023+00:00
Davor Pihač 1 Reputation point
answered 2020-07-29T10:29:02.357+00:00
MayankBargali-MSFT 68,641 Reputation points