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…
Posts tagged Azure Websites
Azure Websites and Azure Active Directory Integration
Just a few days ago appeared a new section in the configuration section of Microsoft Azure Websites called authentication / authorization. From now on we can associate an Azure Active Directory application to a website without modifying a line of…
Disable ARR (Application Request Routing) on Microsoft Azure Websites
One feature that was highly demanded on Microsoft Azure platform was the possibility of having affinty with the web server, due to the large number of legacy applications that were developed in this way. For those who don’t know this…
Multiple applications on Microsoft Azure Websites
When we’re working with web applications, we find on several occasions the need to accommodate more than one site under the same domain and using also the same servers where other applications are hosted. In this post I’d like to…
Dynamic IP Address Restrictions on Microsoft Azure Websites
To increase the security of a site, I think it’s important to know the dynamicIpSecurity section. It’s used to block malicious requests to our site based on the number of concurrent requests or considering the number of requests for a…
Testing in production on Azure Web Sites
Do you remember reading about new features added to Facebook, Twitter, etc. but only a few users have been able to prove or see them? Moreover, it may happen that these new features don’t be available for other users or…
Deny access to Microsoft Azure Web sites through IP
Several customers asked me if it is possible to restrict access to a Web site on Microsoft Azure, so that only from the company were able to get to it. The truth is that it’s possible to use the ipSecurity…
EPiServer CMS on Microsoft Azure Web Sites
One of the CMS that I’ve been working these days is EPiServer CMS developed in ASP.NET MVC and web Forms that offers many facilities to its development and implementation, including support Microsoft Azure. In this post I will show you…
Kudu portal on Azure Web sites vs. new Azure portal
Probably you don’t know about the Kudu portal related with the Azure Web sites service. The truth is that it’s not announced in any way. This is a parallel portal that allows us to retrieve information from the server that…
Deploy PHP website with PHP Tools for Visual Studio 2013 in Microsoft Azure Websites
If you want to work with PHP in Visual Studio there is an extension called PHP Tools for Visual Studio 2013 (comercial extension), which provides templates for the IDE: In this way we allow PHP developers can benefit from the…
JBoss on Microsoft Azure Cloud Services PaaS
For some time, the Microsoft Azure platform has been giving support to other languages such as Java, Python or PHP. An easy way to work with them is through the Microsoft Azure Web sites service which with a simple click…