Skip to content

Repo contains Azure functions used to setup backend APIs to process requests coming from the dogeMage app

Notifications You must be signed in to change notification settings

FominSergiy/dogeMage_azure_backend_api

Repository files navigation

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

About

Repo contains Azure functions used to setup backend APIs to process requests coming from the dogeMage app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages