Boilerplate code: DevFabric status of Storage Services
Brought to you by:
yvesyang
If a Storage service is Stopped within DevFabric, then the associated Boilerplate code that is expected to connect to that Stopped service will throw Microsoft_Http_Exception, an exception defined within PHPAzure SDK.
This is the case for both Blob and Table boilerplate codes.
Need to provide a error message within boilerplate codes that notifies user of this DevFabric's storage status.
Jeff, please add the screenshot or the exact error message displayed in the browser.
--
Satish
New BlobSample.php with isBlobServiceAccessible() function
New TableSample.php with isTableServiceAccessible() function
Need to Replace current boiler plate files:
BlobSample.php
TableSample.php
replace template files