Matthew Henderson
Matthew Henderson
We are currently checking for AzureWebJobsStorage during `func azure functionapp deploy`: https://github.com/Azure/azure-functions-core-tools/blob/6a070fb40308438c758ba8ab69399845bd698391/src/Azure.Functions.Cli/Actions/AzureActions/PublishFunctionAppAction.cs#L241-L244 Today this is just looking for an exact-match key, which fails when using an identity-based connection. In that...
This item is pending a future version of the .NET worker which supports .NET Framework. In that model, we will want to make sure that it is published only to...
We've seen confusion when folks try to map the Connection Strings feature in the portal to local. Local connection strings should just be treated like any other app setting. Our...
The package references for all queue templates should be updated to use the new extension version.
The .NET Event Hubs templates use `EventData`. The namespace for the SDK is different when using the 5.0.0 extension, as has the shape of some of the properties used by...
The package references for all Event Hubs templates should be updated to use the new extension version.
The package references for all Service Bus templates should be updated to use the new extension version.
The package references for all blob templates should be updated to use the new extension version.
Discovered in VS 2022 working on a V4 (.NET 6, in-proc) functions project. This is an issue since it also includes instance method declarations: https://github.com/Azure/azure-functions-templates/blob/319af8714802393f5ff5b01967f45c58d6ccdbcc/Functions.Templates/Templates/ServiceBusQueueTrigger-CSharp/ServiceBusQueueTriggerCSharp.cs#L8-L11
Right now, the V3 bundle is on the `Microsoft.Azure.Functions.ExtensionBundle.Preview` ID But we will need to get it on `Microsoft.Azure.Functions.ExtensionBundle` once the included packages are non-preview.