You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New-PSMDTemplate-FilePath "$PSScriptRoot\þnameþ.ps1"-TemplateName AzureFunctionRest -OutPath $Path-Description "Template for an Azure Function with Rest Trigger"-Author "Friedrich Weinmann"-Tags 'function','file','azure'
This folder is used to store Azure Function specific meta data and resources.
4
+
5
+
This folder is also used to allow the user to easily create a custom function-specific configuration, for exanmple in order to change the trigger settings.
6
+
7
+
To specify custom, 'Per Function' configuration json, just place the desired configuration file as 'functionname.json' into this folder (it does not matter if it is the PowerShell function name or the condensed version used for publishing on Azure).
0 commit comments