One tool that has been created for developers in the latest update of the Azure SDK for .NET (2.5), is the new section called Quickstarts within the project templates in Visual Studio: In this section we can choose different types…
Posts tagged Microsoft Azure
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…
Azure Media Encoder: pricing changes… update your code!
On October 1st It was announced on the official Azure blog a significant change for the price related to the encoding in Microsoft Azure Media Services: From now only be charged for output gigabytes. What is important to know is…
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…
Microsoft Azure Api Management
There are a lot of companies that offer their information to third parties to integrate their business elsewhere on the Internet. When our information is important to others, the most common way of sharing is through Apis. This is sometimes…
Microsoft Azure Media Services event in Barcelona!
On October 28 and 29 you’ll have the opportunity to learn more about Azure Media Services at the Hilton Diagonal Mar Barcelona hotel. We have prepared a free event where you can find out more about our media solution in…
Azure Automation: creating runbooks
A few days ago I was thinking about the best way to power off and on all the virtual machines I have in my subscription in order to save unnecessary expenses. This can also be a very common cloud scenario…
Create a channel for live streaming from Azure Media Services SDK for .NET
Yesterday I talked about the new preview for Live Streaming in Azure Media Services. As we saw is quite easy to create channels from the portal, but there are situations where we need to make this process automatic and configurable…