How do I get started the best way if I want to develop a quite simple web application that will store some user data into an Azure CosmosDB.
The web application should contain user authorization and everything should run in Azure. Furthermore I am pretty good in PHP and C#, which I prefer as development language.
My Question: Can any of you point me to a good tutorial or LinkedIn-Learning-Course? I would prefer using Visual Studio Code as my primary environment.
Seems you are trying to develop a web application using CosmosDB which can be run on azure portal.
Here is the official document you could learn step by step.
If you need code sample you can check here.
You can also find this sample for CRUD operation.
Note: I would suggest you to finish each of the document from beginning to end. So that later on you can easily grab other tutorials.