microsoftgraph / microsoft-graph-comms-samples

Microsoft Graph Communications Samples
MIT License
208 stars 225 forks source link

Cloud Service (classic) not working anymore #699

Open osamabinsaleem opened 7 months ago

osamabinsaleem commented 7 months ago

I'm trying to publish the AudioVideoPlaybackBot from the Visual studio. I've complete all the required steps but I'm getting the following error:

Screenshot 2024-02-06 at 4 30 54 PM

If I create the storage account myself from the Azure console, that one doesn't show up in the visual studio publishing process. I've also tried the PolicyREcordingBot but again same issue. I think the issue is with cloud service classic not being supported anymore. Even if that's not the case, how to fix this one?

InDieTasten commented 7 months ago

Are you sure you are using the "Publish (extended support)" option when right-clicking the project? There are 2 separate items for that: image

swiitek commented 7 months ago

By any chance did you figured out of this error ? when i try by the extended support, i'm prompted in loop to enter my credentials. If i try to do it by the azure portal, i have the following error : image

osamabinsaleem commented 7 months ago

I've the same issue as @swiitek

osamabinsaleem commented 7 months ago

@InDieTasten When I use the publish (extended support) option, I get stuck on this step. Capture

InDieTasten commented 7 months ago

@osamabinsaleem Sorry, but I'm not old enough to deploy to classic cloudapps :D

Jokes aside, I don't know much about the errors you are receiving. I think you are better of looking for solutions in your search engine of choice, if you haven't done so already.


If you are looking to move to a compute offering of the current era, I can provide help for deploying to AKS.

osamabinsaleem commented 7 months ago

@InDieTasten Neither am I :D

I just want to deploy any of the meeting recording samples, in this repo, to Azure to first test and then build on top of that.

Deploying to AKS sounds really interesting and it would be really great if you can provide help on that. Thanks

p.s I basically want to create MS Teams meeting recording bot. And the samples in this repo seems to be the first natural step but I'm finding a really hard time in getting this to Azure. Moslty because of my very limited knowledge with Azure