Unknown template 'AzureQueueStorageTrigger' (Parameter 'templateName')
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 25/100
Research direction
The issue names no repository files or tests, and the reported commands concern Azure Functions templates. Start by reproducing func init, func new, and func templates list on the stated environment, then trace the template-name mismatch. Done means the named Azure Queue Storage trigger can be created successfully.
Written by the indexing model from the issue text.
Description
On MacOS 15.0.1 M1 Chip
Project:
func init MyProjFolder --worker-runtime dotnet-isolated
When running this:
func new --template 'Azure Queue Storage Trigger' --name MyQueueTrigger
I get
func new --template 'Azure Queue Storage Trigger' --name MyQueueTrigger
Template: Azure Queue Storage Trigger
Function name: MyQueueTriggerSlet
Creating dotnet function...
Unknown template 'AzureQueueStorageTrigger' (Parameter 'templateName')"
But I can do:
func new and select QueueTrigger ??
I can see the template in func templates list
- Dominant language
- Python
- Stars
- 142
- Forks
- 80
- Avg merge
- 23h 5m
- Merged PRs (30d)
- 1
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Similar issues
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 90/100
learningequality/ricecooker#747 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
BSData/horus-heresy-3rd-edition#3171 ·
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
run-llama/llama_index#23199 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
KhronosGroup/glTF-Blender-IO#2769 ·