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.
Previous Posts to this Post |
What this post is about |
This post has 3 basic parts:
|
Part 1 - Using the Windows Azure Portal to setup your account |
![]() |
Part 2 – After signing up, create your Hosted Service and your Storage Account |
The hosted service is essentially the web role in which you will host your Azure RESTful service that we create in the previous blog post (Part 4). This is accomplished by logging into your Azure Account. Navigate to https://windows.azure.com. ![]() ![]() |
Part 2 – Select Hosted Services |
Click on Hosted Services (5) . You will see the following screen: ![]() ![]()
![]() ![]() |
Part 2 |
Review the important information. One very important piece of information is the Access keys. You will need these access keys to be able to communicate with the storage account. After all, you would want just anyone to access your storage. ![]() ![]()
|
Next Post will illustrate how insert data |
My next post will insert data into the table object using Fiddler, which is a low level too that shows you how http actually sends the http request. Fiddler is unbelievably important to understand.
Fiddler is an HTTP debugging proxy server application written by Eric Lawrence of Microsoft. It captures HTTP traffic and logs it for the user to review. It can also be used to "fiddle" with HTTP traffic as it is being sent. By default, traffic from Microsoft's WinINET HTTP(S) stack is automatically directed through Fiddler at runtime, but any browser or application can be configured to route traffic through Fiddler. More information about Azure Tables
|