Modify WindowsAzureAccountInfo.php in BoilerPlate Code
Brought to you by:
yvesyang
Current code references an account that does not exist.
define('CLOUD_STORAGE_ACCOUNT', "myazuresandbox");
define('CLOUD_STORAGE_KEY', "HfF4O...==");
Need to either provide an account that actually does exist, or inform user that they now need to provide account information.
The tutorial informs user as follows, but this is the tutorial and not what currently in boiler plate code.
define('CLOUD_STORAGE_ACCOUNT', "MyAccountName");
define('CLOUD_STORAGE_KEY', "MyAccountKey");
I filed this bug. jeff00seattle