Which technology should you use?

You need to ensure that the repository runs the script when new software is released.Which technology should you use?Using Azure Functions with F#. Azure Functions is a solution for easily running small pieces of code, or “functions,” in the cloud. You can write just the code you need for the problem at hand, without worrying about a whole application or the infrastructure to run it. Your functions are connected to events in Azure storage and other cloud-hosted resources. Data flows into your F# functions via function arguments. You can use your development language of choice, trusting Azure to scale as needed.References: https://docs.microsoft.com/en-us/dotnet/fsharp/using-fsharp-on-azure/

Question:

Which technology should you use?

Options:

Azure Function

Azure App Service Logic App

Azure App Service API App

Azure WebJob

Correct Answer

The Correct Answer for this Question is

Azure Function

Leave a Comment