MLOpsPython
MLOpsPython copied to clipboard
Azure ML Scoring Service Authenticaiton
I am using the Azure App service Container to host Azure ml model as described in the below link.
https://github.com/microsoft/MLOpsPython/blob/master/docs/getting_started.md#deploy-the-model-to-azure-app-service-azure-web-app-for-containers
I want to add authentication for incoming requests. App is in python using Azure ml packaging model with flask.
Please suggest how JWT based auth can be done for this service.
Thanks