Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Azure Function with python

Purpose

Just a simple python function to send an email to specific email

How to run the application

The following two sections will give you the commands to run the application in your machine

Local Setup

Setup Virtual Environment

python -m venv my_env

Activate Virtual Environment

source my_env/bin/activate

Install Requirements

pip install -r requirements.txt

About

Simple example of using Azure Functions with Python

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages