Giter Club home page Giter Club logo

azf_samples's Introduction

SampleAzureFunctions

This Repo is to store sample Azure Functions developed to support my blog posts at my blog :http://mythoughtlab.co.uk

##GeoCodeFile This Azure Function will take a CSV file in the monitored Azure blob container and use Bing Maps to assign Lat & Long to each address entry.

The sample input file for this was an extract from the UK Gov open data initiave. It can be found in the inputfile/GeoCodeFile directory called address.csv

Note you will need a Bing Maps API key for this - these are available here: https://www.microsoft.com/maps/create-a-bing-maps-key.aspx

##RegisterApp In this Azure Function I have been trying to explore if Serverless architectures could provide a light-weight application discovery service.

The sample uses Azure Table storage in the backend and function level authentication. A server calls to the Function via a HTTP WebHook, the function registers its details and then returns a list of any servers also registered for that app. Subsequent calls to the WebHook will update the timestamp for the server but not introduce duplicate records, each call always returns the list of servers for that app.

As a next step some form of tombstoning could be introduced to find old servers, potentially meta data could be supported.

As this is a very basic PoC there is no validation (I merely check the arguments are present).

azf_samples's People

Contributors

ianalderman avatar

Stargazers

Phil Britton avatar

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.