21 Forks
24 Stars
24 Watchers

functions-quickstart-dotnet-azd

This Quickstart uses Azure Developer command-line (azd) tools to create functions that respond to HTTP requests. After testing the code locally, you deploy it to a new serverless function app you create running in a Flex Consumption plan in Azure Functions. This follows current best practices for secure and scalable Azure Functions deployments

How to download and setup functions-quickstart-dotnet-azd

Open terminal and run command
git clone https://github.com/Azure-Samples/functions-quickstart-dotnet-azd.git
git clone is used to create a copy or clone of functions-quickstart-dotnet-azd repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with functions-quickstart-dotnet-azd https://github.com/Azure-Samples/functions-quickstart-dotnet-azd/archive/master.zip

Or simply clone functions-quickstart-dotnet-azd with SSH
[email protected]:Azure-Samples/functions-quickstart-dotnet-azd.git

If you have some problems with functions-quickstart-dotnet-azd

You may open issue on functions-quickstart-dotnet-azd support forum (system) here: https://github.com/Azure-Samples/functions-quickstart-dotnet-azd/issues