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
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
rlvandaveer, adamkarb, davidxcheng, mcollier, lenardchristopher and 10 moreUngerfall and DigiBanks99