Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.42 KB

readme.md

File metadata and controls

36 lines (26 loc) · 1.42 KB

Scoreboard built on Azure

Azure Functions

This repo contains code used to deploy 2 Azure Functions. Functions are used to perform HTTP GET and POST.

Repo Structure

A lot of it came pre-built by Azure extension. Both functions use Python 3.8 as their runtime environment.

    .
    |__PostNewScore
    |    |____init__.py     <<-- function used to post a new score to the Table Storage on Azure
    |    |__function.json   <<-- function definition (provided by Azure)
    |
    |__ReturnTableResults
    |    |____init__.py      <<-- function used to return all records for a given partition key
    |
    |__requirements.txt      <<-- packages needed for functions to run.

Resources

Requirements

  • vsCode
  • Azure Extension for VsCode
  • make sure you have defined env variables for your given azure function