Microsoft Azure Rest API Using Java

706 Views Asked by At

I want to build a Rest API in Java to communicate with Azure Storage Service.

I found that I can use Azure Storage Emulator (however there is drawback to it as it has different addressing etc. as compared to online service) without going in pain with subscription and providing my Card Details which proved fatal for me when I did for Amazon.

The problem I am facing is I am not able to find any tutorial on how to use Eclipse IDE in conjunction with Storage Emulator. OR is there any other IDE like Android Studio which has built in Emulator.

I am trying to build a simple API through which I can use Blob service to upload pictures from my local folder to Amazon Storage.

Please guide me or specify brief steps to do this task, I know there are many different tutorial regarding this on MSDN but that is causing me all the doubts as I am not able to decide what to follow. And I don't want to use the Web APP provided by Microsoft. I want to build my own Java API.

0

There are 0 best solutions below