I fixed it with teamsavoy’s help. I added this line to the install-php-impl.cmd file as suggested.
CALL icacls %RoleRoot% /grant “NETWORK SERVICE”:F /T
After upgrading my deployment I was able to save my image file to my blob storage account. I can use azure storage explorer to view the wpsync container and my image is in there. I can now include it in my blog. Thanks for your help, teamsavoy.
I just set up a site on Azure, but I’m getting the same error whenever I try to upload an image to display in a post.
“start_example.png” has failed to upload due to an error
The uploaded file could not be moved to E:\sitesroot/wp-content/uploads/2012/04.
If the problem is a folder permission thing, then is there a way to fix it as a start up job when deploying?