4,422 questions with Azure Functions tags

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

Can I temporarily pause a deployment to reduce charges?

Is it possible to temporarily disable a deployment to cut down on costs? Specifically, I need to have a deployed app running during the day but turned off at night to avoid unnecessary charges. The app is a function app, and the resources used…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,422 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,781 questions
Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,150 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,071 questions
asked 2024-05-24T11:13:05.7266667+00:00
Chantelle Christina Victoria Osafo 20 Reputation points
commented 2024-05-27T08:41:44.85+00:00
Chantelle Christina Victoria Osafo 20 Reputation points
0 answers

Managed identity should be used in web apps

We have a situation with a PAAS application where in Azure Advisor it is asking us to enable Managed identity should be used in web apps and Function APP . Our concern is that if I specifically change this to be Managed indentiese then will it break…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,422 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,071 questions
asked 2024-05-23T09:44:27.9833333+00:00
Paritosh Mishra 0 Reputation points
commented 2024-05-27T06:01:58.14+00:00
Paritosh Mishra 0 Reputation points
1 answer

Azure Function are not loaded at runtime after deployment using container and python image

I have really simple app, that we pull from the our azure registry. The image is pull from the docker registry, but the problem is that it could not find the functions when deploy. It worked fine if we deploy it using VSCode and locally. Also, it could…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,422 questions
asked 2024-05-24T12:00:57.9766667+00:00
Minh Pham | Ximius 5 Reputation points
answered 2024-05-26T18:17:48.06+00:00
Minh Pham | Ximius 5 Reputation points
0 answers

What happens when BindFunctionInputAsync method is called in middleware?

Hi, I don't really have any issues, just wondering something. If I have a durable function (say an activity function), and I set up middleware, what would happen if I call BindFunctionInputAsync within the middleware? Here…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,422 questions
asked 2024-05-25T22:48:42.7733333+00:00
FJDSJK 0 Reputation points
edited the question 2024-05-25T22:49:35.8066667+00:00
FJDSJK 0 Reputation points
1 answer

Azure function works fine when tested locally, but not loaded when deployed.

logs init.py file import os import logging import azure.functions as func from azure.core.exceptions import ClientAuthenticationError, ResourceNotFoundError from azure.data.tables import TableServiceClient, TableClient from azure.core.credentials…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,422 questions
asked 2024-05-25T18:15:57.4966667+00:00
Hafsa Javed 0 Reputation points Student Ambassador
edited an answer 2024-05-25T19:33:11.8433333+00:00
Dan Rios 1,425 Reputation points MVP
1 answer

Azure Function template is invoked but never responds

Hello, Thanks a lot in advance, I have followed this guide (https://learn.microsoft.com/en-us/azure/azure-functions/create-first-function-vs-code-java) to create an azure function in VS Code using Java and Maven. the code is the following: the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,422 questions
asked 2023-05-02T16:17:31.64+00:00
Di Rienzo, Francesco 5 Reputation points
commented 2024-05-25T11:35:11.29+00:00
Ihar Bandarenka 0 Reputation points
2 answers

Timer trigger firing multiple times

Hello, our time trigger is firing multiple times. first Executing 'WorkItemEMailNotifier.SendNotificationsAsync' (Reason='Timer fired at 2023-11-27T06:30:00.6130744+00:00',…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,422 questions
asked 2023-11-28T17:13:24.73+00:00
Adam Day 46 Reputation points Microsoft Employee
answered 2024-05-24T18:48:24.7366667+00:00
Doug Domeny 0 Reputation points
3 answers

How can I resolved error an Object reference not set to an instance of an object.

I am getting am Object reference not set to an instance of an object when I try to Run a Azure PowerShell Function to connect to Azure SQL Managed Instance. Anyone have any suggestions?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,422 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,188 questions
asked 2024-05-23T19:25:50.8+00:00
Shields, Timothy 0 Reputation points
commented 2024-05-24T18:27:19.09+00:00
Shields, Timothy 0 Reputation points
3 answers

Function App

Hi, We have deployed azure function app on java platform. This function app will need to connect an internal service URL hosted on-prem. I would like to know how do we setup the communication from function app hosted in azure to on-prem service ? What…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,422 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,205 questions
asked 2024-04-13T05:10:50.6433333+00:00
Sourav 80 Reputation points
answered 2024-05-24T14:44:03.84+00:00
Pinaki Ghatak 2,405 Reputation points Microsoft Employee
5 answers

What should I do about the Azure Function Http trigger not connecting to Cosmos DB?

I am learning the module called "Chain Azure Functions together using input and output bindings". The previous modules are learning without any problem and can successfully access the http trigger via url. But in this module, I have…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,422 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,478 questions
asked 2023-08-23T07:28:10.7166667+00:00
Wang Kangli 80 Reputation points
answered 2024-05-24T14:12:46.6033333+00:00
Bharath R 0 Reputation points
1 answer

No job functions found. Try making your job classes and methods public.

Hello, I am having a problem and suspecting it is a bug. Was thinking to create a bug on GitHub, but figured that I might get a faster answer here and maybe there is an obvious fix. I am using VS Codes Azure Function extension to create the standard…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,422 questions
asked 2024-05-17T14:45:18.0733333+00:00
David 5 Reputation points
commented 2024-05-24T13:19:22.8+00:00
LeelaRajeshSayana-MSFT 13,871 Reputation points
1 answer

Azure Functions crashes with ModuleNotFoundError when built with Azure DevOps pipeline, but runs fine when manually deploy

I've been struggling with this problem for the past few days. I have Python 3.9 code and an Azure DevOps pipeline where it builds and deploy the code to Azure Functions. The pipeline has been working fine for the past several weeks (it's new) and there…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,422 questions
asked 2024-05-14T14:19:43.9633333+00:00
PN-AD 0 Reputation points
edited the question 2024-05-24T13:18:42.62+00:00
PN-AD 0 Reputation points
8 answers

Github Actions deployment stuck to Package deployment using ZIP Deploy initiated

When I was trying to deploy on Azure Function App, the deployment on Github Actions seems to be freezing on Package deployment using ZIP Deploy initiated. This goes on for hours, without any success response, hence we are left with no choice but to…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,422 questions
asked 2023-04-27T07:22:57.71+00:00
Anonymous
answered 2024-05-24T09:20:51.5+00:00
Gabriel Magana-Gonzalez 0 Reputation points
0 answers

Unable to backup Azure Function App - Invalid Username or Password

I am trying to backup our Function apps to a Storage account using Custom Backups, for most of the apps it works but I have 7 of them that are failing. I start the backup using PowerShell in the same way for all apps and we have a couple of hundred of…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,422 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,071 questions
asked 2024-05-22T07:54:05.85+00:00
Patrik Nordlund 25 Reputation points
commented 2024-05-24T05:38:35.1+00:00
VenkateshDodda-MSFT 19,401 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

How to secure APIM subscription key when calling APIs from Web Client Application

Hello, What are some secure ways to pass the Azure API Management (APIM) subscription key while calling APIs, without exposing it in the browser network tab? Passing the key inside the header is not ideal as it can be exposed in the network tab. Would…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,151 questions
Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,826 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,422 questions
asked 2024-05-21T20:24:47.8033333+00:00
Abhishek Sinha 61 Reputation points
accepted 2024-05-24T02:19:26.5066667+00:00
Abhishek Sinha 61 Reputation points
1 answer

Azure portal Function apps and Cosmos DB UI changes

I have reader access and today I noticed that the Azure Portal UI functions under Function App have changed. It is no longer possible to see the overview option for a specific function. Additionally, I noticed that under Monitoring for CosmosDB, the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,422 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,478 questions
asked 2024-05-17T19:08:14.71+00:00
Rafael Silva 0 Reputation points
edited an answer 2024-05-23T23:49:04.0033333+00:00
Ryan Hill 26,321 Reputation points Microsoft Employee
2 answers

Can't able to connect the VM installed postgresql from ADF

Hi Team, We are unable to access the PostgreSQL from the ADF linked server. it's a azure PostgreSQL flexible server, and we have enabled the "Allow public services" setting within Azure for this server. However, we are still unable to create a…

Azure SQL Database
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,422 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,321 questions
Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,504 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,805 questions
asked 2024-05-14T06:10:02.6633333+00:00
Aravind 20 Reputation points
commented 2024-05-23T16:51:12.9166667+00:00
ShaikMaheer-MSFT 38,291 Reputation points Microsoft Employee
1 answer

Does eventgrid output binging v2 support managed identity? Documents said so but no explanation on what should be the key in V2

Does eventgrid output binging v2 support managed identity? Documents said so but no explanation on what should be the key in V2 python. @app.event_grid_output( arg_name="outputEvent", …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,422 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
325 questions
asked 2024-03-12T18:46:56.88+00:00
Anonymous
commented 2024-05-23T13:41:28.6233333+00:00
Luuk 0 Reputation points
1 answer

Is it possible to use Azure Function Apps as proxy for LLM streams?

Hi all, Is there a way to stream textual data from an Azure Functions App (in Python)? Case: we have a web app built completely on Azure with an API built in Azure Functions, we want to integrate LLM access with custom tool_calls so the LLM can access a…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,422 questions
asked 2024-05-17T14:25:18.8366667+00:00
Giel Oomen 36 Reputation points
commented 2024-05-23T10:45:58.25+00:00
Gowtham CP 2,450 Reputation points
0 answers

How to deploy C# Azure minimal Function App using bicep sourcecontrol?

I have used Visual Studio 2022 Preview to create the "Hello World" version of an isolated ".net 6" azure function (see https://github.com/siegfried01/HelloFunctionAppSourceControl/blob/master/HelloFunctionAppSourceControl.cs#L22) and…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,422 questions
asked 2024-05-12T22:38:43.5133333+00:00
Siegfried Heintze 1,861 Reputation points
edited a comment 2024-05-23T03:17:41.35+00:00
siegfried heintze 0 Reputation points