This repo contains code used to deploy 2 Azure Functions. Functions are used to perform HTTP GET and POST.
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.
- How To Work With Azure Functions
- More on Azure Functions
- More on Azure Table Storage
- Environment Variables Config
- More on Azure
- vsCode
- Azure Extension for VsCode
- make sure you have defined env variables for your given azure function