I been trying without success to publish my website static content to azure blobs storage staging slot.
Here is one iteration that doesn't work even though the code syntax passed the test at:
http://webconfigtransformationtester.apphb.com/
here is the code I wrote:

<?xml version="1.0"?>
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<NopConfig xdt:Transform="Replace">
<!-- Windows Azure BLOB storage. Specify your connection string, container name, end point for BLOB storage here -->
<AzureBlobStorage ConnectionString="DefaultEndpointsProtocol=https;AccountName=Myblob1;AccountKey=*****************....***==" ContainerName="thumbs" EndPoint="https://Myblob1.blob.core.windows.net/content/images/" />
</NopConfig>
<system.web>

<!-- some code-->

</system.web>


the transform doesnt occurr and the publishing process overwrite the web setting with the local web.config.
I' using the applicationHost.xdt method described here to take advantage of the preserved file persistence of the mechanism
Obviously  I have a malformed transform code
Please help
Thank you
Jose Plunkett
website url: https://dev.ehubcap.com/