Forum Discussion
AlexanderLe1615
Nov 21, 2023Copper Contributor
Need help architecting an Azure Container Apps solution
Hello, everyone. I'm pretty new to this so I'd like some guidance. I looked at the ACA docs and I wasn't really able to find what I was looking for. I'm building this project solo and attempting to b...
Jan 22, 2024
I would like to suggest Azure Web PubSub: https://learn.microsoft.com/en-us/azure/azure-web-pubsub/ it is practically your "connections"+"channel" containers because you need a central point to manage the bi-directionality of the communication.
For the "task" container, I would like to suggest you change Azure Container Apps to Azure Function container, but I don't know if TypeScript will fit this service.
If you want to be compliant with Azure Redis Pub/Sub, the Azure Function has a trigger for it but it is still in Preview ( Link ), and in this case, you lose the bi-directional communication acquired with the Azure Web Pub/Sub.