4,846 questions with Azure Functions tags

Sort by: Updated
0 answers

Changing Azure Function Plan

Hi, I have a function running on consumption plan and I am trying to upgrade it to a premium plan from the portal. Under "App Service Plan", the option "Change App Service Plan" is greyed out with the message "This feature is not…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,846 questions
asked 2024-09-04T05:10:16.62+00:00
Jean David Ruvini 0 Reputation points
2 answers

Restrict Azure function to access storage account and Key vault

I have a Azure functions that sends SMS's and redirects call using Twilio messaging service. It does not use any Storage account, uses only Azure key vault. How to restrict public access to a storage account and allow only the Azure functions to access…

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,245 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,846 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.
3,086 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,374 questions
asked 2024-08-30T02:19:32.95+00:00
Nandhini Balasubramanian 0 Reputation points
commented 2024-09-04T05:06:16.28+00:00
Vinodh247 16,436 Reputation points
0 answers

Function app is triggered by old events after deployment

Hello, we have EventhubTrigger function. [EventHubTrigger("%EventHubName%", Connection = "EventHubConnectionString", ConsumerGroup = "consumer", IsBatched = true)] After re-deployment of the function, we noticed that the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,846 questions
asked 2024-08-14T11:05:43.5266667+00:00
Tomoe 0 Reputation points
edited the question 2024-09-04T04:29:10.4666667+00:00
PRADEEPCHEEKATLA-MSFT 88,301 Reputation points Microsoft Employee
1 answer

Can we fetch the Log Analytics Workspace in use for changetracking for Azure VMS.

I am looking for KQL query to fetch the Log Analytics Workspace that is in use for change tracking for Azure VMS. As MMA's are not supported anymore, so migrating all my alerting to AMA.

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,174 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,846 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,739 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,610 questions
Azure Update Manager
Azure Update Manager
An Azure service to centrally manages updates and compliance at scale.
293 questions
asked 2024-09-03T17:43:06.0666667+00:00
harshmickey999 0 Reputation points
answered 2024-09-03T20:15:39.0933333+00:00
Sina Salam 9,241 Reputation points
0 answers

x-functions-key missing when calling Azure Function from Azure SWA

I have my Azure Functions set to authLevel = 'function'. I'm able to properly pass the x-functions-key in the header when using Postman and get a response from my Azure Function. However, in my Azure SWA when using fetch and specifying the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,846 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
886 questions
asked 2024-08-30T14:38:55.6766667+00:00
Mark Dabrowski 0 Reputation points
commented 2024-09-03T20:09:28.51+00:00
Ryan Hill 27,686 Reputation points Microsoft Employee
0 answers

Why isn't my AppInsights rule firing?

I have some functions created via a Functions App and an Application Insights service tied to that. I have set up an Alert in the App Insights service to alert me when one of the functions fails, but it is not working. It appears that all is setup…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,846 questions
asked 2024-09-03T19:11:01.3366667+00:00
Chris Ahrens 0 Reputation points
edited the question 2024-09-03T20:03:28.9233333+00:00
VarunTha 7,475 Reputation points Microsoft Vendor
1 answer

.Net 8 Isolated Durable function stuck in Pending/Running state

I have migrated .net 3.1 durable function app to .net 8 isolated. Function is working fine in local but when its deployed to azure then orchestrator function showing always in pending / running state. Function Run time version ~4, .Net 8 isolated.…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,846 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,768 questions
asked 2024-09-02T16:29:23.8833333+00:00
Rahul Shete 0 Reputation points
answered 2024-09-03T16:02:51.88+00:00
youzeliang 410 Reputation points
3 answers

How to use Managed Identity to call a azure function from Azure SQL Database using sp_invoke_external_endpoint

How to use Managed Identity to call a azure function from Azure SQL Database using sp_invoke_external_endpoint. When I try to create a credential using this query CREATE And then run my rest endpoint to call the Azure function EXEC…

Azure SQL Database
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,846 questions
asked 2024-08-26T13:45:30.0333333+00:00
Ayush Shrivastava 20 Reputation points
commented 2024-09-03T07:01:53.2+00:00
Sai Raghunadh M 75 Reputation points Microsoft Vendor
1 answer

Assistance Needed to Locate and Remove Legacy Application in Azure Environment

Dear Azure Support Team, I hope this message finds you well. We are currently experiencing an issue related to an old application named OfficeCertRequest.exe that appears to be running somewhere in our Azure environment. This application is generating…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,846 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,610 questions
asked 2024-09-02T01:47:02.1733333+00:00
Francis Fernandez 0 Reputation points
commented 2024-09-02T20:14:08.7833333+00:00
Lex Li (Microsoft) 5,492 Reputation points Microsoft Employee
1 answer

Azure Functions - Durable functions in Python v2 - Orchestration function starts new every time

Hey guys, i am new to azure functions. Maybe one expert can have a quick look at the code and give me some advice. I want to use a simple durable function whith python v2 in vs code. I have the azure extensions, Azure functions core tools, etc.…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,846 questions
asked 2024-08-30T21:19:18.9666667+00:00
Egon 0 Reputation points
answered 2024-09-02T19:13:04.7966667+00:00
Sina Salam 9,241 Reputation points
1 answer

Access Azure Key vault through Azure function in Fabric Data factory

Hello, I am trying to execute an Azure function deployed on Fabric data factory that fetches Azure Key vault values. I have already assigned Key vault admin to the Fabric user . The function executes ok when I debug & execute it through Visual…

Azure Service Fabric
Azure Service Fabric
An Azure service that is used to develop microservices and orchestrate containers on Windows and Linux.
260 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,846 questions
asked 2024-08-15T17:02:47.9666667+00:00
Sachin Nandanwar 25 Reputation points
edited the question 2024-09-02T16:29:15.7966667+00:00
Givary-MSFT 31,956 Reputation points Microsoft Employee
0 answers

Meeting "ERROR: Run Connect-AzAccount to login. Exception : Type : System.Management.Automation.PSInvalidOp" In Azure powershell function when run "Connect-AzAccount -Environment AzureChinaCloud -Credential $Cred)"

Our China production environmen powershell function APP have ran normoally long time but in t report error suddenly. we have tried change Az module to some older and newer version, and rewite runtime version, but stll report the same error. Please…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,846 questions
asked 2024-08-15T01:20:23.8166667+00:00
JackChen 0 Reputation points
edited the question 2024-09-02T16:28:38.6933333+00:00
Givary-MSFT 31,956 Reputation points Microsoft Employee
1 answer

Fetch key vault secrets using user assigned managed identity from Azure function

Hi Team, I have one key vault where I have saved all my secrets names and its value. I have also created a user assigned managed identity "write" which has access to key vault. I have attached this managed identity to Azure function as well.…

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,245 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,846 questions
asked 2024-08-26T11:24:21.5533333+00:00
RSingh 60 Reputation points
commented 2024-09-02T14:57:51.22+00:00
Akhilesh 8,450 Reputation points Microsoft Vendor
1 answer

While creating azure function app for queue storage trigger , throwing internal server error. How to rectify this error?

We are using consumption plan. We have to enable this as a part of using azure batch service.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,846 questions
asked 2024-09-02T06:13:45.31+00:00
Johnimmanuel Vetri 0 Reputation points
answered 2024-09-02T09:23:33.6+00:00
akinbade abiola 14,125 Reputation points
2 answers

Durable Functions error on trigger following 30 Days Azure Challenge

I'm doing the Azure 30 days challenge and am getting an error with module 5, specifically unit 4- Exercise - Create a workflow using Durable Functions I create all 3 functions as specified, but on triggering the durable function with a URL similar to…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,846 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,145 questions
asked 2024-02-16T17:49:42.15+00:00
Shapeshifter 66 Reputation points
answered 2024-09-02T08:30:27.4133333+00:00
Eric Bardes 35 Reputation points
1 answer

Can a ServiceBus queue triggered function app have http endpoints as well?

Hey there! I have a ServiceBus queue triggered function App which after processing the message body through a business logic, completes the message as well to remove it from the queue. Now, I want to test the performance of the underlying business…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
604 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,846 questions
asked 2024-08-26T09:35:18.66+00:00
Sukhman Singh 0 Reputation points
commented 2024-09-02T07:15:29.32+00:00
Deepanshukatara-6769 8,635 Reputation points
1 answer One of the answers was accepted by the question author.

What is the purpose of Azure stack settings .NET Version?

I'm setting up Azure Function app .net8 isolated and noticed that in Configuration -> General Settings -> Stack settings .NET Version is set to .NET Framework 4.8, however the function works fine. What does the .NET version imply in this context?…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,846 questions
Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
224 questions
asked 2024-08-26T10:53:19.65+00:00
Tomas Blažauskas 20 Reputation points
accepted 2024-09-02T06:55:16.72+00:00
Tomas Blažauskas 20 Reputation points
2 answers One of the answers was accepted by the question author.

SMB 3 Implementation in .net core

There isn't any library available to implement network file sharing using SMB3 protocol in .net core. The existing SMBLibrary only supports SMB1 and SMB2. Which library to use for SMB3 implementation?

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,267 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,846 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,498 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,495 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,807 questions
asked 2024-08-20T13:50:11.1766667+00:00
Aniesha Razdan 20 Reputation points
accepted 2024-09-02T06:31:14.3866667+00:00
Aniesha Razdan 20 Reputation points
1 answer

queue storage add message dialog box is not having OK button in azure portal.

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,456 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,846 questions
Azure Storage Explorer
Azure Storage Explorer
An Azure tool that is used to manage cloud storage resources on Windows, macOS, and Linux.
253 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.
3,086 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
103 questions
asked 2024-08-22T04:15:21.4366667+00:00
Geetha 0 Reputation points
commented 2024-09-02T06:25:42.43+00:00
Nehruji R 6,966 Reputation points Microsoft Vendor
1 answer

unable to install the synchronization service. Localdb powershell operation failed on ADSync Bootstrap service. Enable-ADSyncBootStrapLocalDBInstance.

Hi, i got issue with the installation of ADSync. I got a issue of unable to install the synchronization service. Localdb powershell operation failed on ADSync Bootstrap service. Enable-ADSyncBootStrapLocalDBInstance. For some reasons, the connection of…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,846 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,392 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,505 questions
asked 2024-08-30T15:55:51.2933333+00:00
Germain, Frédéric 0 Reputation points
edited the question 2024-09-02T04:26:17.97+00:00
ShaktiSingh-MSFT 14,811 Reputation points