azure-functions Getting started with azure-functions

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Extensions
> Step 2: And Like the video. BONUS: You can also share it!

Remarks

This section provides an overview of what azure-functions is, and why a developer might want to use it.

It should also mention any large subjects within azure-functions, and link out to the related topics. Since the Documentation for azure-functions is new, you may need to create initial versions of those related topics.

Installation or Setup

Detailed instructions on getting azure-functions set up or installed.

Try Azure Functions for free

You can try Azure Functions for free by accessing the link: Try Azure Functions

It will open the following page:

enter image description here

For this trial, you can create your functions using C# or JavaScript, however Azure Functions also supports F#, Node.js, Python, PHP, batch, bash, or any executable.

After selection the scenario and the programming language, it will ask you to authenticate using one of the following authentication providers:

enter image description here

Once authenticated, you'll receive a sandbox environment that offers a similar experience to that of the Azure Portal. You will have access to this sandbox environment for one hour:

enter image description here



Got any azure-functions Question?