4,287 questions with Azure Functions tags

Sort by: Updated
1 answer

Azure Functions | Roles

Hi What role would you recommend to provide if I want to allow only Read Access to a Function App. This should include reading the Configurations and App Settings (Environment Variables) on the portal

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,287 questions
asked 2024-04-26T07:43:58.7866667+00:00
Abhay Chandramouli 966 Reputation points
answered 2024-04-26T09:57:12.84+00:00
MayankBargali-MSFT 68,641 Reputation points
0 answers

Azure Portal | New UI Features

Hi I can see on my colleagues azure portal, that the new Function App Features are visible. For example, there is now an Environment Variables section on the Settings Blade in the Function App window. I am not able to see that.. Colleagues are saying…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,287 questions
asked 2024-04-26T05:17:55.3233333+00:00
Abhay Chandramouli 966 Reputation points
commented 2024-04-26T09:38:21.4866667+00:00
MayankBargali-MSFT 68,641 Reputation points
2 answers

Cannot Publish Azure Function from Visual Studio 2022

When I try to publish an Azure function from Visual Studio 2022, I get the following error. ------ Publish started: Project: FunctionTest, Configuration: Release Any CPU ------ Publishing…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,287 questions
asked 2022-01-10T17:13:41.907+00:00
Mindy 11 Reputation points
commented 2024-04-26T09:31:10.4566667+00:00
Infinite Loop Development Ltd 1 Reputation point
0 answers

Azure Functions Timer Trigger does not work with Premium File Shares Storage Account type

Function Plan: EP1 Storage Account: Premium file share I have a timer trigger function which works as expected in testing when using a General Purpose V2 Storage Account type but I get the following error when deploying the function to an environment…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,287 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,705 questions
asked 2024-04-21T13:02:27.0733333+00:00
Haani Jessin 20 Reputation points
commented 2024-04-26T04:31:16.3466667+00:00
Silvia Wibowo 3,011 Reputation points Microsoft Employee
0 answers

Azure Function deployed successfully but triggers not found

Hi, I'm building a function app which has 2 triggers, a blob trigger and a HTTP trigger. This runs fine while we debug this locally. However, when we try to deploy this to the function app, it says no triggers found Below is my code for the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,287 questions
asked 2024-04-25T10:55:02.8633333+00:00
Santhosh 0 Reputation points
commented 2024-04-26T01:20:35.7433333+00:00
Ryan Hill 25,826 Reputation points Microsoft Employee
1 answer

Azure Function shows error 'There is not enough space on the disk'

I have an Azure Function written in java which is deployed to Azure via Github Action. In the Azure Portal the following error is shown: Microsoft.Azure.WebJobs.Script: Error building configuration in an external startup class. System.Private.CoreLib:…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,287 questions
asked 2024-04-24T17:18:10.73+00:00
MWarn 0 Reputation points
commented 2024-04-25T17:19:08.3133333+00:00
Ryan Hill 25,826 Reputation points Microsoft Employee
0 answers

How to combine the grouping aspect of Sessions with Batch receiving messages in an Azure Function

I have a use case where incoming servicebus messages need to be grouped by sessionId (the ordered processing is not really needed), where a function instance can receive a batch of messages of a session at the same time by using…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
548 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,287 questions
asked 2024-02-28T09:06:48.07+00:00
Othello Clemens 0 Reputation points
commented 2024-04-25T14:25:40.1566667+00:00
Schneider, Michael 40 Reputation points
0 answers

401 Unauthorized Code when running deployed Function in Azure

Hi all, I am working on getting a function to process images (download image, resize image) from a Storage Qeueu. I got it fully working with the VScode plugins (works with the real time debugging tool, where if i send a new message it will connect and…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,287 questions
asked 2024-04-25T12:43:31.97+00:00
Hoogervorst Tim 0 Reputation points
0 answers

Error occurs during deployment of azure function

The subscription '46837aac-f6a3-4c28-97db-e3c5fb51dc27' is not allowed to create or update the serverfarm.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,287 questions
asked 2024-04-25T12:06:40.4033333+00:00
dinesh kumar 0 Reputation points
0 answers

Need help in deploying azure function app

I am trying to deploy a function app using arm template. Application insights, function app and all necessary prerequisites are created but the code is not getting deployed although I have mentioned github link in application…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,287 questions
asked 2024-04-22T06:11:17.41+00:00
Ashwin Venkatesha 105 Reputation points
commented 2024-04-25T11:26:54.85+00:00
JananiRamesh-MSFT 21,246 Reputation points
0 answers

Why my timer trigger function is not triggered when deploying my docker container?

My time trigger function is not triggered when deploying it on Azure functions. I deploy it using docker container because I am using selenium. It run successfully on my local host and is triggered perfectly fine, but when deploying it on azure it…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
391 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,287 questions
asked 2024-04-25T10:27:42.56+00:00
Salma 0 Reputation points
edited the question 2024-04-25T10:54:05.2033333+00:00
OMMI NAVEEN KUMAR 195 Reputation points Microsoft Vendor
0 answers

Function with timer trigger stopped firing.

Hi, I have an Azure function that gets triggered by a timer every 5 minutes. This function stopped firing yesterday morning and then started firing again yesterday afternoon. I've looked in App Insights but see nothing that explains why this would have…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,287 questions
asked 2024-04-24T10:46:23.3466667+00:00
Kevin White 0 Reputation points
commented 2024-04-25T10:45:43.0633333+00:00
JananiRamesh-MSFT 21,246 Reputation points
0 answers

How to call Https REST Api from Azure Function written in Java

Hello I created an azure function with java, i want to call rest apis with https and i am facing this issue : SSLHandshakeException@76 "javax.net.ssl.SSLHandshakeException: PKIX path building failed:…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,287 questions
asked 2024-04-25T10:37:17.3866667+00:00
Bhushan Patil 0 Reputation points
3 answers

Turn off logging for one Azure function

I really need to turn off logging for the health check function in my Azure functions app because it's just spamming ApplicationInsights with noise. The documentation at https://learn.microsoft.com/en-us/azure/azure-functions/functions-host-json implies…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,287 questions
asked 2024-04-24T11:36:31.81+00:00
Richard Barraclough 6 Reputation points
answered 2024-04-25T10:28:27.84+00:00
Richard Barraclough 6 Reputation points
1 answer One of the answers was accepted by the question author.

Linux dynamic workers are not available in resource group

Hi Azure Functions, I Have a Resource Group, when i tried to create a new Azure Function App (Python, veersion : 3.9, location: East Us , Os : Linux(Since windows was not available) I have got the below error( Code:…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,287 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,900 questions
asked 2024-04-22T23:48:43.67+00:00
Roopesh Bharatwaj KR 20 Reputation points
commented 2024-04-25T09:09:11.07+00:00
Roopesh Bharatwaj KR 20 Reputation points
0 answers

Cannot find SourceControlToken with name GitHub

I have an Azure Bicep file which creates an Azure Function App and Deploys code from a repository to that function app. When I run this file locally, it runs perfectly but when I run it on azure devops portal it throws the following error: Cannot find…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,287 questions
asked 2023-08-23T21:47:51.44+00:00
Niraj 40 Reputation points
commented 2024-04-25T08:08:52.4466667+00:00
AP Mossevig 20 Reputation points
1 answer

Syncing triggers failed

I try to deploy an azure function from VS Code and I get the following error: python-test-project: Deployment successful. python-test-project: Syncing triggers... python-test-project: Syncing triggers (Attempt 2/6)... python-test-project: Syncing…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,287 questions
asked 2023-10-11T21:55:11.18+00:00
gohm poma 20 Reputation points
commented 2024-04-25T08:00:26.55+00:00
JK_SVA 0 Reputation points
3 answers One of the answers was accepted by the question author.

How to set/check database-level throughput for CosmosDB with MongoDB API?

Hi I'm using CosmosDB with MongoDB API and I currently use a database instance to save IoT time series data from multiple machines in a dedicated collection per machine. Recently, all of the azure resources were moved (through a service provider) from…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,287 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,446 questions
asked 2024-03-04T14:52:48.63+00:00
pstark 20 Reputation points
accepted 2024-04-25T06:52:13.4533333+00:00
pstark 20 Reputation points
1 answer One of the answers was accepted by the question author.

How to parse json string using kql

Log line looks something like this [QueueTrigger] Event Stats {'total_events': 8388, 'file_count': 2, 'aggregated_file_size': 573292} and kql is traces | where operation_Name has "QueueTriggerFuncApp" and message has 'Event stats' |…

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,806 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,287 questions
Azure Data Explorer
Azure Data Explorer
An Azure data analytics service for real-time analysis on large volumes of data streaming from sources including applications, websites, and internet of things devices.
480 questions
asked 2024-04-24T07:36:45.9766667+00:00
Ashwin Venkatesha 105 Reputation points
accepted 2024-04-25T06:46:24.93+00:00
Ashwin Venkatesha 105 Reputation points
1 answer

The subscription is not allowed to create or update the serverfarm

I am getting this error when creating a webapp or azure function. The subscription is not allowed to create or update the serverfarm. Please help me with steps. Thanks

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,287 questions
asked 2024-02-20T02:28:38.06+00:00
Sanjeev Singh 5 Reputation points
commented 2024-04-25T06:22:45.5366667+00:00
shailesh 0 Reputation points