How to authenticate users from Azure table?

I am very new to docker in general. I have a task given in which I need to deploy registry for each tenant in our application. Every tenant has a table with registered users, my question is:

Can I in some way configure auhtentication for example in docker-compose.yml and in Azure services, take advantage of existing tables with users and authenticate them against their usernames and passwords?

In tutorial I can’t see any similiar option to do that. If it is not possible, do you have any recomendation to solve that problem?

Thanks for any feedback!