intellij-ideaazure-functionsazure-functions-core-tools

Azure toolkit for Intellij - Templates missing in Azure Function Class


I am trying to use Azure Function class to generate a template for AzureQueueTrigger function in IntelliJ. However, when I click on the package -> new -> Azure Function Class: enter image description here

I see templates for only three types of triggers:

enter image description here

Blob trigger and Queue trigger options are missing. However when I create a new project, I see all the 5 trigger options for azure functions. enter image description here

Any one else is facing this issue? Kindly let me know if any one has found a solution (to see all the 5 options to add the desired template in an existing project) for this issue?

My environment: Windows 11 IntelliJ IDEA 2022.3.1 (Community Edition) Azure toolkit plugin version: 3.73.0-2022.3


Solution

  • This issue has been fixed in the latest version [3.74.1-2022.3] of Azure Toolkit plugin

    enter image description here