A4ANK / azure_webapp

Azure App Service integration with Github Actions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

User Session Store based Flask App, deployed on Azure App Service with Github Actions.

Archtecture Used

In a real world scenarios, instead of storing the username, generating a token and storing that token once a user is authenticated. That token will represent by the “Redis key” under which all the server side session data will be stored. Environment Variables can also be stored in Vaults provided by the Azure cloud.

References:-

About

Azure App Service integration with Github Actions.


Languages

Language:HTML 56.7%Language:Python 34.8%Language:CSS 8.5%