azure-functions-templates
azure-functions-templates copied to clipboard
Azure functions templates for the azure portal, CLI, and VS
Adding Http trigger template for Python new programming model
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.
There are important files that Microsoft projects should all have that are not present in this repository. A pull request has been opened to add the missing file(s). When the...
Hi I am getting the Function Key and Trigger Url as Output in our Arm Template, using the following code. ``` "outputs": { "Key": { "type": "string", "value": "[listsecrets(resourceId('Microsoft.Web/sites/functions', variables('funcName'),...
Please accept this contribution adding the standard Microsoft SECURITY.MD :lock: file to help the community understand the security policy and how to safely report security issues. GitHub uses the presence...
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 }, ```