Redis – Deploying multi container group to Azure Serverless
I have a containerised Django Rest Framework application along with a Celery container for background task processing and Redis container as a broker. I want to deploy this application to the Azure Serverless. I have been trying to look for…