4,322 questions with Azure Functions tags

Sort by: Updated
0 answers

VIA option in History of Azure DevOps board

Hello, I want to know in Azure DevOps board, generally we have a history tab where we can see the changes done by users, but strange i am seeing in history as changed by user1 (via user2). I want to know why via is coming and if contacted the user they…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,322 questions
asked 2024-05-10T10:53:04.74+00:00
Akula, Eswar Sai Kumar 0 Reputation points
1 answer

Azureの関数アプリで使用するPowerShellのバージョンについて

関数アプリで使用するPowerShellのバージョンについて、 7.2だと11/8でEOLになるという注意書きが追加されてました。 このEOLを迎えた場合、画面上で選択できなくなる・サポートが受けられなくなるといった事象が発生することが推測されますが、EOL前に7.2で構築したソースはEOL後も動作可能でしょうか。 動作自体しなくなるのかの確認をしたいです。

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,322 questions
asked 2024-05-10T09:39:04.3533333+00:00
answered 2024-05-10T10:52:29.6533333+00:00
Aki Nishikawa 720 Reputation points Microsoft Employee
1 answer

Microsoft.Azure.WebJobs.Script: Error configuring services in an external startup class. Azure.Storage.Blobs: Value cannot be null. (Parameter 'connectionString').

I have published a function from Visual Studio 22 but I get two errors. I go to the configuration in Function App to see the value of AzureWebJobsStorage. In this place I saw AzureWebJobsStorage 's value and It is same connectionString of my Visual…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,322 questions
asked 2024-04-11T09:49:00.3033333+00:00
Javier Rios Gabella 0 Reputation points
answered 2024-05-10T10:47:09.7866667+00:00
Javier Rios Gabella 0 Reputation points
1 answer One of the answers was accepted by the question author.

How to load all objects from Event Grid into Cosmos DB for Gremlin

Hello, I created a blob_trigger Azure function that takes an input blob and retrieves objects from it. These objects are then sent to Event Grid. Additionally, there is a second event_grid_trigger Azure function that should take these objects and load…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,322 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,454 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
319 questions
asked 2024-05-04T00:59:05.6366667+00:00
Maryna Paluyanava 211 Reputation points
commented 2024-05-10T08:00:01.4033333+00:00
Amira Bedhiafi 15,831 Reputation points
1 answer

Migrate .NET Azure function app from the in-process model to the isolated worker model

Hello, After migrating my Azure function app from in-process model to isolated worker model I got this issue Unable to cast object of type 'System.String' to type 'Microsoft.Azure.WebJobs.Extensions.DurableTask.IDurableOrchestrationContext'. My…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,322 questions
asked 2024-05-07T09:21:52.72+00:00
Aml Abbas 40 Reputation points
commented 2024-05-10T07:15:00.3+00:00
Aml Abbas 40 Reputation points
0 answers

Azure Function Apps | App Settings Update

Hi I have an Azure Function App, which has auto scaling enabled. I have updated an app setting via TF. But intermittently I am still seeing the Function App using the older value. Can you let me know what can be the issue ? And how much time does it…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,322 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,950 questions
asked 2024-05-08T12:02:20.5666667+00:00
Abhay Chandramouli 966 Reputation points
commented 2024-05-10T05:48:04.59+00:00
JananiRamesh-MSFT 21,861 Reputation points
3 answers One of the answers was accepted by the question author.

sqlcmd fails to connect to azure sql server because of mfa, but active directory says mfa is disabled

I have been following this guide: https://learn.microsoft.com/en-us/azure/azure-functions/functions-identity-access-azure-sql-with-managed-identity and have reached the step "Grant SQL database access to the managed identity". I have…

Azure SQL Database
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,322 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,800 questions
Microsoft Entra
asked 2024-04-27T14:28:52.5466667+00:00
Sondre Dahl 20 Reputation points
edited the question 2024-05-10T05:10:06.0066667+00:00
ZoeHui-MSFT 33,296 Reputation points
0 answers

pyodbc module not found error in Azure function app deploying with azure ci/cd pipeline

I am deploying my azure python function app through azure ci/cd pipeline.yml. My requirement.txt has pyodbc in it and i see that during build the pyodbc module is installed and wrapped in artifact. I have tried both version of azurefunctionapp task…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,322 questions
asked 2024-05-06T03:31:02.4033333+00:00
farookdiya 0 Reputation points
commented 2024-05-10T04:00:44.57+00:00
SwathiDhanwada-MSFT 17,726 Reputation points
1 answer

Migrate Function App from In process to Isolated process

I'm trying to migrate my functions from in process to isolated process. Previously we used to configure service bus options in the startup like this : services.Configure<ServiceBusOptions>(options => { options.MaxConcurrentCalls = 100; …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,322 questions
asked 2024-04-29T02:56:48.0966667+00:00
Sourav 140 Reputation points
edited a comment 2024-05-10T04:00:09.7766667+00:00
SwathiDhanwada-MSFT 17,726 Reputation points
1 answer

Empty Body Azure Function App Service

I developed a code for Azure functions using NodeJS. In my code I need to get request body to send to a third part gateway. The body will be transferred using transfer-encoding chunked. This code works fine if the function app is created as…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,322 questions
asked 2024-05-09T21:23:06.4766667+00:00
Sheldon Gomes Vieira 0 Reputation points
edited the question 2024-05-10T03:27:59.6233333+00:00
ManoharLakkoju 535 Reputation points Microsoft Vendor
1 answer

Resources and resource group stuck on delete

I attempted to delete, via Azure Portal, a resource group and its associated resources (approximately 25), which were created using Terraform, due to a corrupted state file. The deletion process was successful except for a Linux function app and its app…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,322 questions
asked 2024-05-09T14:36:05.38+00:00
Mauricio Bittar 0 Reputation points
answered 2024-05-09T22:48:44.2966667+00:00
Lem 2 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

I have been charged without my knowledge for the service that i did not use!

I have been charged without my knowledge for the service that i did not use. my number is #G047412504. it gives me error when i try to get refund. even though it displays that i am eligeable.

Azure SQL Database
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,322 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,072 questions
asked 2024-05-09T17:36:27.2166667+00:00
Mehmet Ali KABA 0 Reputation points
accepted 2024-05-09T21:10:29.6566667+00:00
Mehmet Ali KABA 0 Reputation points
3 answers

Azure function is running, but I'm getting ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) exception when sending a POST request.

Hey azure experts, I have an azure function successfully deployed, the function status on the portal shows 'running'. However, when I'm trying to send a POST request from my web application (in my case, it's a python dash app served with uwsgi), it…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,322 questions
asked 2022-01-12T21:40:08.59+00:00
dshuang 11 Reputation points
answered 2024-05-09T20:46:16.06+00:00
Nikhil Dua 0 Reputation points
3 answers One of the answers was accepted by the question author.

Azure functions running 64 Bit native c++ dll

Hi Community, I reached out to Azure support via twitter and they suggested I post in here, for any help that might come my way. I have a .Net5 Isolated function that is running some proprietary c++ dll's, that I have compiled as 64 bit, these run…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,322 questions
C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,542 questions
asked 2021-07-25T10:14:26.913+00:00
Michael Pine 21 Reputation points
answered 2024-05-09T19:24:54.6633333+00:00
Hochgurtel, Brian D 20 Reputation points
1 answer

Is there another way to disable weak TLS cipher suites in Azure Function App Consumption Plan?

I saw that there is a way to choose Minimum Inbound TLS Cipher Suite directly through the configuration > General settings, but this feature only appears for Functions of the Elastic premium plan. Where can I point this configuration for Functions of…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,322 questions
asked 2024-05-09T18:19:38.1633333+00:00
Bruno Von Helde de Oliveira 0 Reputation points
answered 2024-05-09T18:53:38.5366667+00:00
TP 76,846 Reputation points
0 answers

Cannot Access Azure Key Vault from Python script via 'os.environ["VAULT_URL]" - Key Error: "VAULT_URL"

I am having trouble accessing my Azure Key vault from my python script (debugging before deployment), the script cannot find the environment variable "VAULT_URL" even though I have set this in my environment variables on my Function App on…

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,135 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,322 questions
asked 2024-05-09T15:45:41.14+00:00
Aidan Goldie 0 Reputation points
commented 2024-05-09T18:27:00.6433333+00:00
James Hamil 22,081 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Azure cloud is there a way to run application that connects to other applications outside organization via socket connection?

Our organization is all running on the Azure Cloud. So far, we have not created any virtual dedicated servers on the cloud. 1. Suppose I need to create an application that will need to open the Socket connection to application running outside our…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,322 questions
asked 2023-12-04T13:29:22.26+00:00
Leonard Bernstein 45 Reputation points
accepted 2024-05-09T14:35:49.45+00:00
Leonard Bernstein 45 Reputation points
1 answer

Run robocopy script from azure platform as a service

I have the need to run a Robocopy script that is used to perform some custom synchronization flows from one of our SharePoint online sites to another (we tried Power Automate, didn't do what we wanted).  Right now, the script is running on a…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,322 questions
asked 2024-05-08T15:21:04.35+00:00
Brian Kantar 0 Reputation points
commented 2024-05-09T14:10:03.3766667+00:00
Luis Arias 5,046 Reputation points
1 answer One of the answers was accepted by the question author.

Azure Function App Erro

Hi Everyone, I am currently working as a newcomer in the realm of Azure Digital Twins. I am reaching out to seek your expertise on a particular issue I've encountered. In my current project, I am utilizing TwinCAT3 to establish connectivity with Azure…

Azure Digital Twins
Azure Digital Twins
An Azure platform that is used to create digital representations of real-world things, places, business processes, and people.
220 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,322 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,128 questions
asked 2024-04-29T15:01:13.56+00:00
Jayashri Goddanti 20 Reputation points
edited a comment 2024-05-09T13:51:54.97+00:00
Jayashri Goddanti 20 Reputation points
0 answers

ListSecrets not working on .NET 8 isolated functions running on a dedicated plan

Recently upgraded a .NET 6 functions project to .NET 8 isolated worker model. Turns out this breaks our deployments which are using the "listSecrets()" functionality to get the function keys. When looking in the portal its working fine on a…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,322 questions
asked 2024-05-08T14:47:19.7833333+00:00
Annelotte Mons 0 Reputation points
commented 2024-05-09T12:09:01.85+00:00
Annelotte Mons 0 Reputation points