Hello Microsoft team
I need some advice
I am on my master's degree in mobile, and for my final, I am going to make an app called "Experiences", where basically you can add a destination you went, take a picture, ad notes, etc
I have a couple of questions
1) Since I need to be able to take pictures, how can I link my azure blob storage to the document of a particular user? I always use firebase (which is kind of friendlier than Azure) and I upload the image to the storage and insert the image URL, into the user's document node, and use a library to get the image from the URL
2). Since I need a NoSQL, what should I use? I read that Azure blob Storage support text and images. but CosmosDB is a NoSQL, (Since the user could take more than one picture, so Azure SQL, is not a good idea)
3) can someone provide me an easy sample of how to Auth users on AZURE (in firebase is really simple, just call the method CreateUserWithEmailAndPassword, and to log in just call LoginWithEmailAndPassworg) I don't know why azure is so complex, I don't want to open a web browser just to Auth users
I know that you will probably tell me to use firebase, but I want to challenge myself into learning something new
4) If I use CosmosDB, How can I get the URL of the image in the blob and insert it into my user document
5) How I can maintain the user session open, so when the user close the app, you do not have to sig in again
