* Azure functions(python)
* Azure Resources
* Visual studio code
* Azure DevOps
* other resources:- linux os which runs azure function app
https://user-images.githubusercontent.com/117919693/214320632-002c9f86-7bb2-4655-8985-adccdd0e7f5c.mp4

source code
client application login attemp
htpp request triggeered by client financial app to the azure function app and responded by server function app
#OTP
using otp successfully loged in by user
with wrong otp or erong user login details unauthorized login attemp detected by function and client financial application
and it will inform to user about unauthorized login by alert messege.
Demo http trigger passed through url bar for better understanding how azure function app working and responding .

Thank You :)