Phil Henning
Phil Henning
See the following issues for more details: This impacts https://github.com/dotnet/aspnetcore/issues/11824 and associated PR https://github.com/dotnet/aspnetcore/issues/11824 The relevant areas of templating code are: https://github.com/dotnet/templating/blob/f15388ee6e45a8923fba0f54f55154aee991fb84/src/Microsoft.TemplateEngine.Cli/TemplateInvoker.cs#L153 https://github.com/dotnet/templating/blob/f15388ee6e45a8923fba0f54f55154aee991fb84/src/Microsoft.TemplateEngine.Edge/Template/TemplateCreator.cs#L71 Note that fixing this for the CLI...
For example, in https://github.com/Azure/azure-functions-templates/blob/dev/Functions.Templates/Templates/CosmosDBTrigger-CSharp-Isolated/.template.config/vs-2017.3.host.json, the text should include _ to indicate the accelerator ``` "id": "DatabaseName", "name": { "id": "2012", "text": "Database _name", "package": "{E9BCFE2B-304A-4D7F-836F-F3A4FB1A1451}" }, "isVisible": true }, ```
Opening this here since it impacts template creation scenario. The problem is likely in the the Blob/Queue triggers themselves though since problem does not occur with CosmosDB trigger. Repro Steps:...
This blocks ZIP deploy with Azure AD Auth turned on in Visual Studio. Repro Steps: REGRESSION INFO: Worked in: Basic Authentication turned on. AFFECTED TESTCASES: [Azure Functions Tooling E2E](https://github.com/aspnet/Tooling-ManualTests/blob/rel/17.3/E2EWalkthroughs/VS/AzureFunction/AzureFunction.md) ~...
Steps to reproduce: 1. Create new Azure Function, Durable Orchestration type, V4 it has missing using statements in the generated Function1.cs file:  From: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1785510/
In https://github.com/Azure/azure-functions-templates/blob/dev/Functions.Templates/Templates/KafkaOutput-CSharp/.template.config/vs-2017.3.host.json, consider updating "SASL_SCRAM" to "SASL-SCRAM" or similar to prevent issue with incorrectly interpreted accelerators in VS UI:  From the DevOps bug: > This is tricky, since we...
REPRO STEPS 1. File > New > Project > Azure Functions > .NET Framework lsolated v4 ~ select "Blob trigger" and set the connection string setting name with "AzuriteStorage" >...
* make copy output folder step succeeded or failed so that copy of binlogs happens on main build task failure * append a job attempt number to artifact name, so...