azure-functions-templates icon indicating copy to clipboard operation
azure-functions-templates copied to clipboard

Azure functions templates for the azure portal, CLI, and VS

Results 148 azure-functions-templates issues
Sort by recently updated
recently updated
newest added

Repro: * Install Azure Functions extension for VS Code * Set "azureFunctions.projectLanguage": "F#" in VS Code * Create a new function app in VS Code with "Azure Functions: Create New...

Repro: * Install Azure Functions extension for VS Code * Set "azureFunctions.projectLanguage": "F#" in VS Code * Create a new function app in VS Code with "Azure Functions: Create New...

REPRO STEPS 1. File > New Project > Azure Function > Azure Function v2(.Net Core) 2. Select "Http trigger" in the dialog, select "Browser" in the "Storage Account(AzureWebJobsStorage)"dropdown. Add your...

Creating the bug on behalf of the VS customer. Details of the bug can be found here - https://developercommunity.visualstudio.com/content/problem/635626/visual-studio-2019-%E3%81%A6azure-functions%E3%81%AE%E3%83%86%E3%83%B3%E3%83%95%E3%83%AC%E3%83%BC%E3%83%88%E3%82%92%E4%BD%BF%E7%94%A8%E3%81%97%E3%81%A6%E3%82%AF%E3%83%A9%E3%82%B9.html

I ran `getTools.ps1` in PowerShell Core (on Windows) and got the following error message: ```powershell C:\Repos\azure-functions-templates> .\getTools.ps1 add-type : (3,44): error CS0246: The type or namespace name 'ICertificatePolicy' could not...

This [article](https://docs.microsoft.com/en-us/azure/azure-functions/functions-dotnet-dependency-injection) talks about using DI in Azure functions. The existing project templates for Visual Studio still not have the Startup.cs class and use static class and methods. It would...

We need to add Event Grid template to the list of triggers available during project creation.

The function was working for a while. Suddenly it stopped run on the schedule. But it run manually well. The only way I've found to fix it temporary it's stop...

We have a Function App written in PowerShell that simply sends out emails using .NET's SmtpClient and MailMessage objects upon HTTP POST requests. However, sometimes, it will send the same...