microsoft-graph-comms-samples
microsoft-graph-comms-samples copied to clipboard
How To Setup Cloud Services (Classic) for Recording Bot
May not really be an issue so please feel free to close this. I would really like to setup the bot to record teams meetings, etc. but the directions on how to set it up are a little lite on detail.
How do you setup the Cloud Services (Classic)? Is there an associated package and config for it? If so where could I find it?
I'm not too familiar with the classic cloud services, but given the following docs, you should still be able to create a cloud service classic like this: https://learn.microsoft.com/en-us/azure/cloud-services/cloud-services-dotnet-get-started#create-an-azure-cloud-service
When I look for the cloud service in the Azure marketplace, the closest thing I can find is called "Cloud Services (extended support)", which sounds like it could be the correct one.
~Note however, that these services are deprecated and will be shut down in 2024. So I would look into setting up a VM for testing purposes and go with the AKS sample for production scenarios that are handling many users and need to meet higher availability criteria.~ Edit: As @stefan2410 pointed out, I read that deprecation warning a bit wrong. I still do think that migrating away from Cloud Service is a good idea, even if they are not being deprecated yet.
@InDieTasten you wrote
that these services are deprecated and will be shut down in 2024.
Only the classic cloud services. Not the "Cloud Services (extended support)", which are supported long term.