Converting a Standard PHP Project to a Windows Azure PHP Project deletes index.php if it exists in Standard PHP project and replaces it with boilerplate index.php.
After some discussion here, it would be better when converting from Standard to Azure not to mess with any of the existing PHP files within the Standard, just migrate all PHP files over.
In other words, add no boilerplate code. This includes index.php, BlobSample.php, TableSample.php, etc...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
add an overwrite option button in convert dialog, uncheck this button to keep those conflicting files
After some discussion here, it would be better when converting from Standard to Azure not to mess with any of the existing PHP files within the Standard, just migrate all PHP files over.
In other words, add no boilerplate code. This includes index.php, BlobSample.php, TableSample.php, etc...