Open
Description
The templates returned from func templates list
are not valid as input for func new
's --template
parameter.
func templates list --language dotnet
returns (amongst others) the template 'Azure Service Bus Topic trigger'.
Using the output in func new --template 'Azure Service Bus Topic trigger'
will result in an error Unknown template 'AzureServiceBusTopictrigger' (Parameter 'templateName')
.
Instead Service Bus Topic trigger
needs to be used.
Version 4.0.3971