microsoft-graph-comms-samples icon indicating copy to clipboard operation
microsoft-graph-comms-samples copied to clipboard

How To Setup Cloud Services (Classic) for Recording Bot

Open Code1978 opened this issue 1 year ago • 2 comments

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?

Code1978 avatar Sep 20 '23 17:09 Code1978

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 avatar Sep 21 '23 13:09 InDieTasten

@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.

stefan2410 avatar Nov 04 '23 02:11 stefan2410