Unknown template 'AzureQueueStorageTrigger' (Parameter 'templateName')

未关闭
#322 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
4/5
预计耗时
3-5 天
新手友好度
25/100
Issue 类型
缺陷
描述清晰度
需要澄清
活跃度
停滞
技术栈
azure
领域
cli, cloud

调研方向

该 issue 没有指明任何仓库文件或测试,而报告中的命令涉及 Azure Functions 模板。首先在所述环境中复现 func initfunc newfunc templates list,然后追踪模板名称不匹配的问题。能够成功创建指定的 Azure Queue Storage 触发器即表示完成。

由索引模型根据 Issue 内容生成。

描述

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

主要语言
Python
星标
142
派生
80
平均合并
23 小时 5 分钟
30 天内合并 PR
1

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

相似的 Issue

更多 Python Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。