One of the advantages of locating static files on Azure Storage is the improvement in the performance of the web site, since it becomes one source more in order to download resources by the browser (by default, a web browser is able to download approximately 6…
Posts tagged Azure Storage
Why do you have two access keys for Azure Storage?
On more than one occasion developers do not see the sense to have two keys for an Azure Storage account when they always use the first one to its developments. The truth is that I have found that most of the…
Azure Websites: WordPress + SQL Azure + Azure Storage
I’ve received several requests about working with WordPress and SQL Azure. That’s why I’d like to dedicate this post to show you an option available in the Microsoft Azure marketplace for this scenario. We can also make use of Azure…
Upload files to Microsoft Azure Storage from JavaScript
Generally, I’ve found that the most common way to upload files to Microsoft Azure Storage is making a request to the web server that we’ve developed and once you have the file in this, we start to upload to the…
Did you know…? You can get Azure Storage connection strings from Visual Studio
More than once I have been looking for the format of the connection string to access to a Microsoft Azure Storage account using code. If you are working with a Microsoft Azure solution is easy, because from the role configuration…