Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Past Posts in this series |
What this post is about |
We are getting closer to getting our Android client to connect up and read Azure Table data from a Microsoft data center. This post will take two parts:
|
Part 1 – Prepare our RESTful Service for Deployment – Getting the Access Keys |
The current Visual Studio project does not utilize storage in the cloud. It uses the local storage emulator instead. The reason is simple – it allows the developer to do all their development and testing locally, without being forced to deploy their application to the cloud while it is still being developed. The first thing we will need is our storage access keys. ![]() ![]() |
Part 1 – Prepare our RESTful Service for Deployment – Adding the Access Keys to Visual Studio |
This step is about notifying our FastMotorcycleService to ![]() ![]() ![]() ![]() ![]() |
Part 2 - We will deploy our RESTful service to the Hosted Service created in the last post. |
We will start by creating a deployment package from Visual Studio. Right mouse click and select Package. ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Part 3 - We will test our deployment before actually connecting to it from a client application |
After a few minutes of waiting you can see that the portal indicates our Azure Instance is up and running. You can see the Ready status. You can also notice the DNS Name where our RESTful service resides. ![]() ![]() ![]() |