lazaros-23 / azure-functions-with-python

A complete guide on developing and deploying Azure functions with Python, using VSCode and Azure extension.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Azure functions with Python

About this repository

A complete guide on developing and deploying Azure functions with Python, using VSCode and Azure extension.

🧰 Prerequisites:

  1. Azure Account https://portal.azure.com
  2. VSCode https://code.visualstudio.com/ and Azure Extension https://code.visualstudio.com/docs/azure/extensions
  3. Python 3.8 https://www.python.org/
  4. Azure Functions Core Tools https://docs.microsoft.com/en-us/azure/azure-functions/functions-run-local?tabs=v4%2Clinux%2Ccsharp%2Cportal%2Cbash#v2
  5. Azure Storage Explorer https://azure.microsoft.com/en-us/features/storage-explorer/
  6. Numerai API Keys https://numer.ai/account (Optional for NumeraiWeeklySubmission)
  7. Trained ML/DL models and inference python code (Optional for NumeraiWeeklySubmission)

Numerai Weekly Submission

🕵️ Looking for the code for my Medium Article, How I automated my Numerai weekly submissions pipeline for free, using Azure functions and python ?

Go to NumeraiWeeklySubmission directory


Documentation 📚

  1. Azure Functions
  2. Azure Functions with Python
  3. Azure Blob Storage Python SDK
  4. Azure Functions http requessts
  5. Azure Functions time trigger

Contents

  1. HttpExample directory contains an example of an http-triggered (input) Azure function, writting in messages in an Azure queue (output binding).

  2. NumeraiWeeklySubmission directory contains an example of a time-triggered Azure function with Azure Blob storage integration.

About

A complete guide on developing and deploying Azure functions with Python, using VSCode and Azure extension.


Languages

Language:Python 100.0%