How do I create an Azure Function app from a template?

PW 40 Reputation points
2024-04-18T21:31:48.29+00:00

I am going through this exercise and it says on step 5 and 6

Select the Create button at the top of the Functions tab. The Create function pane appears. Under Select a template, select Azure Blob Storage trigger.

However, I don't see this option anywhere. When I create a Function app, there's no option to select a template.

User's image

What am I missing?

This question is related to the following Learning Module

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
924 questions
{count} votes

Accepted answer
  1. Marcin Policht 10,845 Reputation points MVP
    2024-04-18T23:20:58.27+00:00

    Refer to https://learn.microsoft.com/en-us/azure/azure-functions/functions-create-first-function-resource-manager?tabs=azure-cli


    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Glenn Gailey 81 Reputation points Microsoft Employee
    2024-04-29T07:59:17.22+00:00

    You should have already created a function app in Unit 4 of this module when you created the timer trigger (the first function in the new function app). If you are using C#, remember to also choose .NET 6 in-process, or you won't be able to add new functions triggers in the portal.