Hello, I am having some doubts. If you know anything regarding following issues, kindly please help.
1) Currently, I have Mediasoup streaming service application deployed on AWS lambda instance with Linux system.
Now I want to shift the service from AWS to Azure. The requirement is: I should be able to created and destroy multiple Linux instances on the go. For eg. Currently the application can handle 100 users and if I want to scale up to 500-1000 users then, I need to dynamically create 5 instances and destroy them once the task is completed. Please suggest me the suitable AWS Lambda equivalent service for Azure and good way to do this.
2) I have AppService and Azure SQL server instance running on Azure where the .Net Application is running. The mediasoup streaming service needs to communicate with the AppService and the SQL database. How can this be done?
3) Also, mediasoup server needs to store the streaming data which will be accessed by .Net application from AppService. What is the good way to this? Can it be done using Azure Blob Storage Account?