Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Unknown template 'AzureQueueStorageTrigger' (Parameter 'templateName')

Open
#322 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
25/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
azure
Domain
cli, cloud

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.