This is a short introduction to Azure App Service and the components that, once individual, were comprised together to make the larger, more comprehensive offering that makes it easier than ever for Web, Mobile, and API developers to get their
In this video, Apurva Joshi outlines the Azure App Service feature auto-heal which will automatically restart your Web App when certain triggers are fired.
In this video, Byron Tardif outlines the Azure App Service feature Authentication & Authorization which configures an Application in AAD in order to protect your site slots.
In this video, Byron Tardif shows us how the new portal enables much more fine grain control over which GitHub repository you can deploy to you Web App.
In this video, Nazim Lala demonstrates how to configure IP restriction for Azure Web Apps to help secure your web app and to help mitigate Denial of Service attacks against your application. This video will show what Static and Dynamic IP restr
Using Visual Studio 2012's ASP.NET Tools for Windows Azure Active Directory you can easily set up your ASP.NET applications so that they can authenticate against your Office 365 domain. If you're an Office 365 user, this is a great way to allow
This tutorial shows up how to test your application package on Web Platform Installer before submitting to the Web Application Gallery. If you're a developer who has an application that would be a good addition to the application gallery, this
This tutorial shows up how to test your application package on Web Matrix before submitting to the Web Application Gallery. If you have an application you'd like to include in either the online Web Application gallery or to ready it for inclusi
Windows Azure Web Sites provides a multitude of deployment options - FTP and Web Deploy publishing, as well as integrated publishing using GitHub.com, CodePlex.com, and BitBucket. The latest addition to the publishing options make web site depl
Many demonstrations and tutorials exist for creating a new web site hosted on Windows Azure Web Sites, but this video will walk you through the process of moving an existing site, and the site's SQL Server database, to Windows Azure. First, we'
Within the dashboard of any Windows Azure Web Sites is a powerful tab labeled "Configuration." On this tab you can manage your application settings, connection strings, and a variety of other aspects. In this video, Brady Gaster introduces the
The Windows Azure Web Sites platform is manageable from within the Windows Azure portal, but did you know you can also manage your sites from the PowerShell command line? Using the Windows Azure cmdlets, which have recently been updated to incl
In this video, Brady Gaster demonstrates how you can use Team Foundation Services to continuously deploy an ASP.NET web site on Windows Azure Web Sites. As quickly as you can check in code, you can deploy your web site. This video shows you how