Skip to content

A sample Azure function app. Shows some programming techniques related to Azure Functions.

Notifications You must be signed in to change notification settings

andrena/azure-functions-sensor-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 

Repository files navigation

Introduction

This project shows some aspects of programming model of Azure Functions. Common programming techniques like dependency injection or unit testing are parts of this sample project. The sample function app can collect values from sensors (e.g. air temperature, air pressure, humidity etc.) and store this values. The app observes all known sensors and can detect dead sensors.

Getting Started

After cloning of this repository you can start the sample function app from your IDE (e.g. Visual Studio or JetBrains Rider). The app can run locally without active Azure subscription, please install Azure Storage Emulator to store all data locally. You can deploy this sample app to your Azure subscription with provided deploy script (see AzureFunctionApp/AzureFunction.Infrastructure/Templates/deploy.ps1) and start the app in Azure Cloud.

About

A sample Azure function app. Shows some programming techniques related to Azure Functions.

Resources

Stars

Watchers

Forks