Small one, but on Task 1 of Exercise-2, step 7, we are told to add the following namespaces:
using Microsoft.WindowsAzure;
using Microsoft.WindowsAzure.StorageClient;
using Microsoft.WindowsAzure.ServiceRuntime;
And then the code is supposed to compile. However since we are using the ConfigrationManager, the following namespace should be included as well or the code won't compile:
using System.Configuration;
Thread Closed
This thread is kinda stale and has been closed but if you'd like to continue the conversation, please create a new thread in our Forums,
or Contact Us and let us know.