GithubHelp home page GithubHelp logo

logischdenker / azureprecompiledfunctiontemplate Goto Github PK

View Code? Open in Web Editor NEW
4.0 0.0 1.0 46 KB

A Microsoft Azure precompiled function template solution for Visual Studio

C# 100.00%
azure-functions azure template visual-studio dotnet-template

azureprecompiledfunctiontemplate's Introduction

AzurePrecompiledFunctionTemplate

This repository contains a Visual Studio 2017 solution (c#) that can be used as a template to get you started with Microsoft Azure precompiled functions.

The solution is intendet to be used as starting point for more complex and complete function apps. It may seem like overkill for just a single function within a function app but it's real benefit comes up with function apps that contain 10, 20 or more functions...

Why use precompiled functions?

At the time of writing (March 2017) Azure functions do not have unit testing possibilities and support for Intellisense as we love it within Visual Studio is lacking also.

With precompiled functions you can benefit from all the productivity stuff that is available within your Visual Studio IDE (including unit testing and Intellisense).

Template contents

The Visual Studio solution contains two projects. First there is the "AzurePrecompiledFunctionTemplate.csproj" with the actual source code and there is also a MSTest V2 "AzurePrecompiledFunctionTemplateTest.csproj" test project for you to get started. Read the overview to get a better understanding of the project structure.

How to get started

  1. Create a new Azure Function App within the Azure portal
  2. Upload the needed files to your Azure Function App. There are many ways to do this -> here is one via FTP upload
  3. Test if everything works via the Azure portal
  4. Start coding your own precompiled function...

A note on automated triggers: They will not run continuously unless you make sure that your function app is "always on"! Read the documentation about this issue.

How to contribute

Clone the repository and work with it. If you find it helpful and want to contribute to make this template solution even more helpful for others, please feel free to create pull requests. I'd be more than happy to get you involved!

azureprecompiledfunctiontemplate's People

Contributors

logischdenker avatar

Stargazers

 avatar  avatar  avatar  avatar

Forkers

mattaraghav

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.