4,780 questions with Azure Functions tags

Sort by: Updated
1 answer

What is the recommended backup strategy for Azure resources, including virtual machines and databases?

Disaster Recovery & Backup - What is the recommended backup strategy for Azure resources, including virtual machines and databases?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,780 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,681 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,385 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,524 questions
asked 2024-08-17T04:45:02.2533333+00:00
Amy McCarthy 0 Reputation points
answered 2024-08-17T05:38:51.1933333+00:00
Andreas Baumgarten 105K Reputation points MVP
0 answers

I am unable to login to Azure portal after creating account. IT says "Your sign-in was successful but you don't have permission to access this resourcI am unable to login to Azure portal after creating account. IT says "Your sign-in was successful but you

2nd attempt I am unable to login to Azure portal after creating account. IT says "Your sign-in was successful but you don't have permission to access this resource. ![](data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' height='64'…

Azure SQL Database
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,780 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,681 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,385 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,524 questions
asked 2024-08-16T19:31:21.1733333+00:00
gman9500 0 Reputation points
1 answer

How to disable access key connection in Function App

Recently I want to disable access key connection AzureWebJobsStorage in Function App and use Managed Identity instead. I check the possible solution by changing it to AzureWebJobsStorage__accountname in environment variable. Also, I change the connection…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,780 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,733 questions
asked 2024-08-16T05:26:07.5466667+00:00
Yi Zhan 0 Reputation points Microsoft Employee
answered 2024-08-16T19:30:56.7566667+00:00
Pinaki Ghatak 3,750 Reputation points Microsoft Employee
1 answer

Azure Functions: SendGrid v2 decorator-style binding?

As outlined here, using python, is there a decorator-style binding for SendGrid? I'm using v2 and per my understanding, decorators are used for bindings, not the function.json file, correct?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,780 questions
asked 2024-08-15T23:53:23.8666667+00:00
MAC 21 Reputation points
answered 2024-08-16T19:24:25.11+00:00
Pinaki Ghatak 3,750 Reputation points Microsoft Employee
0 answers

azure function durable error

Hei people! I run into problem with durable function. Function uses "copernicusmarine" API to fetch weather data. Python version3.9. Packages versions: azure-functions-durable==1.2.6 copernicusmarine==1.2.4 If I run locally everything works…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,780 questions
asked 2024-08-16T16:45:38.4333333+00:00
Yauheni Kisialiou 0 Reputation points
1 answer

Call Invoke-RestMethod from Azure Function results in Unknown Host

Hi, I have a PowerShell Azure function (Timer triggered) which calls an external API via Invoke-RestMethod. $headers = New-Object "System.Collections.Generic.Dictionary[[String],[String]]" $headers.Add("Authorization", "Basic…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,780 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,395 questions
asked 2024-08-14T15:01:08.2266667+00:00
Schrocke, Joerg 1 Reputation point
edited an answer 2024-08-16T15:52:33.55+00:00
Rich Matheisen 46,071 Reputation points
1 answer

Azure Functions are not visible in the function list after my deployment from GitHub/Kudu

currently we create azure function and two slots, one dev and one qa. but i can deploy my python function and then i can see the function in the auzre portal but when i deploy code to dev/qa slot always get successfully result i can i check wwwroot dir…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,780 questions
asked 2024-08-09T11:36:59.19+00:00
Ricky chen (陈帅) 20 Reputation points
commented 2024-08-16T15:35:40.5866667+00:00
LeelaRajeshSayana-MSFT 14,281 Reputation points
3 answers

Azure function code runs successfully but throws error.

Function runs successfully but shows this error at the end. 2024-08-09T13:03:06Z [Error] Executed 'Functions.HttpExample' (Failed, Id=21e556e6-ceaf-4046-956d-b8d5dca2af46, Duration=316ms) Error: {"message":"Load…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,780 questions
asked 2024-08-09T13:54:11.2366667+00:00
Ayush Shrivastava 0 Reputation points
answered 2024-08-16T14:11:52.45+00:00
Konstantinos Passadis 18,881 Reputation points MVP
5 answers One of the answers was accepted by the question author.

Having issues with Azure Function App, which gives error if not run for a week

I have a azure function app. This function is executed when a azure app service makes a request. The azure function gets file from azure storage for processing. If the request is not made for a week, the function app gives error Object reference not…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,780 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,018 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,733 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,524 questions
asked 2024-07-30T19:59:09.18+00:00
Tasneem Nomani 40 Reputation points
commented 2024-08-16T13:39:58.2966667+00:00
Tasneem Nomani 40 Reputation points
3 answers

Steps for Create and configure a timer-triggered function

Steps on this link https://learn.microsoft.com/en-us/training/modules/execute-azure-function-with-triggers/4-create-timer-trigger for "Create and configure a timer-triggered function" as described can't be followed because I don't see it.…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,780 questions
asked 2024-08-14T22:34:25.94+00:00
Harindrakumar Vaghasiya 0 Reputation points
answered 2024-08-16T13:02:55.51+00:00
LeelaRajeshSayana-MSFT 14,281 Reputation points
1 answer One of the answers was accepted by the question author.

Python Azure Function is not responding to successful deployments

Hello, I created an Azure Function App as well as a Azure Function according to this tutorial:…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,780 questions
asked 2024-08-12T11:19:24.5133333+00:00
Moritz Dreßler 20 Reputation points
commented 2024-08-16T12:31:58.7533333+00:00
Moritz Dreßler 20 Reputation points
0 answers

MS.Azure.WebJobs.Host: Queue Name and ConnectionString does not resolve to a value

Hi Team, I have upgrade Azure function from .Net6 to .Net 8 isolated and could not able to read QueueName and connection from app settings. below is my code [Function("Function1")] public async Task…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,780 questions
asked 2024-08-16T10:42:02.82+00:00
Sukeerthi 21 Reputation points
edited the question 2024-08-16T10:45:11.95+00:00
Sukeerthi 21 Reputation points
1 answer

SignalR project server events Azure.SignalR

Using SignalR for my project , so working to get the Azure sample, but unable to proceed. server connection drops with unknown error.    

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,780 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
139 questions
asked 2024-08-01T10:47:56.1133333+00:00
Martin J 0 Reputation points
edited an answer 2024-08-16T10:36:36.6666667+00:00
ajkuma 25,236 Reputation points Microsoft Employee
2 answers

How can I run the following Python script in VS Code to store a file in Azure Blob Storage? I'm facing an issue where the file isn't stored when using an Azure Function

How can I run the following Python script in VS Code to store a file in Azure Blob Storage? I'm facing an issue where the file isn't stored when using an Azure Function with http trigger / Blob trigger, give me the steps for it. but the same task works…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,780 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,733 questions
asked 2024-08-08T13:01:55.2866667+00:00
Vaibhav Patil 215 Reputation points
commented 2024-08-16T06:55:49.2566667+00:00
Vaibhav Patil 215 Reputation points
1 answer

Timer Function returns 404 on consumption plan. cronjob but http fn invokes ok

Timer function returns 404 from both postman and Az Portal test/run. Http function executes from Postman and from Az Portal test/run, OK. App is deployed from GitHub Action. I have used Restart and Refresh but cron job does not fire. Publishing model:…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,780 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,729 questions
asked 2024-07-09T03:41:19.5333333+00:00
ozbobwa 21 Reputation points
commented 2024-08-16T00:52:47.17+00:00
ozbobwa 21 Reputation points
2 answers

How to send mail notification using python in function apps

I am trying to send email notification through python by using smtplib , but i am getting error . could you anyone can help me on this

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,780 questions
asked 2022-07-07T18:14:06.067+00:00
Suresh 1 Reputation point
commented 2024-08-15T23:46:31.92+00:00
MAC 21 Reputation points
1 answer

Can a client connect to any Azure Cloud presence and reach Microsoft GCCH PaaS platform

Can a client connect to any Azure Cloud presence and reach Microsoft GCCH PaaS platform? Can any Equinix exchange reach GCCH resources or must the client requesting resources for GCCH PaaS be connected to the Microsoft Azure West US 3-Arizona located at…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,780 questions
asked 2024-08-15T17:55:14.7466667+00:00
Matthew 0 Reputation points
answered 2024-08-15T17:55:14.7633333+00:00
Q&A Assist
0 answers

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 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,221 questions
Azure Service Fabric
Azure Service Fabric
An Azure service that is used to develop microservices and orchestrate containers on Windows and Linux.
258 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,780 questions
asked 2024-08-15T17:02:47.9666667+00:00
Sachin Nandanwar 25 Reputation points
edited the question 2024-08-15T17:19:50.8066667+00:00
Sachin Nandanwar 25 Reputation points
0 answers

Code missing in Azure Function

Hi, I can no longer see my code within Azure Functions. It seems to have disappeared suddenly! I have been able to view and edit my functions until this morning. Anyone experienced similar issue? Any help would be much appreciated. Thanks! Praveen

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,780 questions
asked 2024-08-15T13:18:59.7766667+00:00
Praveen Arsada 0 Reputation points
edited the question 2024-08-15T14:37:43.3866667+00:00
AmaranS 5,220 Reputation points Microsoft Vendor
1 answer

When I try to create a function app, the Hosting tab is missing

I have a free basic subscription. I am trying to create a function app for learning PnP Provisioning Engine. When I try to create the Function App, all the online guides say there should be a tab for Hosting where I need to select my Storage Account (or…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,780 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,018 questions
asked 2024-08-15T11:59:14.1833333+00:00
Andy Tuke 0 Reputation points
answered 2024-08-15T12:00:54.23+00:00
Michigan contact lens 0 Reputation points