azure-functions

Getting started with azure-functions

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


This modified text is an extract of the original Stack Overflow Documentation created by the contributors and released under CC BY-SA 3.0 This website is not affiliated with Stack Overflow