What should I select when creating an Azure Function Application?

Wanna Learn Quickly 20 Reputation points
2023-11-02T06:32:24.2466667+00:00

I have a question for tomorrow's live Q&A.  I am not sure how the UI/UX of the meeting goes but I will try to log in early and post it in the meeting.  Otherwise, is it permitted that I email my question here?

Here is the topic of my question:

Azure Functions seems to be a good topic to fully understand and practice if one wants to be a certified Azure developer.  Azure Functions is the first topic on a training video I saw which was created to help developers prepare for an Azure Certification exam.

So I spent time looking for information and instructions regarding Azure Functions.  

Most YouTube videos were about theories and did not demonstrate practical and tangible use.  Then I found a video about Azure Functions by Tim Corey.  This video immediately went into a Visual Studio example where we can create an Azure Functions Application provided we have downloaded the proper options.  The video showed this:

AzureFunctions01

I was able to follow along on my local machine by also selecting to create an Azure Functions App

AzureFunctions02

but things were different in the next window for clarifying what sort of Azure Function App to pick.  The youtube video looked like this by offering these drop down list items:

AzureFunctions04

but my local machine was this:AzureFunctions03

Please tell me why this has happened, what should I do, and if this should be of concern. Why do I see a completely different set of options for creating an Azure Functions application?

Thanks,

William Thompson

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,909 questions
{count} votes

1 answer

Sort by: Most helpful
  1. JananiRamesh-MSFT 29,261 Reputation points
    2023-11-02T07:03:02.2266667+00:00

    @Wanna Learn Quickly Thanks for reaching out. The version of Visual Studio you’re using might be different from the one used in the video. Different versions of Visual Studio might have different templates for Azure Functions.

    please refer this document which explains step by step process to create your first C# function

    https://learn.microsoft.com/en-us/azure/azure-functions/functions-develop-vs?tabs=isolated-process

    https://learn.microsoft.com/en-us/azure/azure-functions/functions-create-your-first-function-visual-studio

    let me know if you have any further queries.

    Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.