Skip to main content

Posts Tagged ‘Azure Websites’

Azure: Did You Know? Diagnostic Logs in Azure Web Sites

In order to properly diagnose and troubleshoot various issues that may come up on a web site (or web job for that matter), diagnostic logging is a must and one type of diagnostic logging is often not enough.  Just because the code is deployed and hosted in the cloud doesn’t mean that you won’t have […]

Azure: Did You Know? Website Deployment Slots

Every Azure Website (recently renamed App Service) comes with a default deployment slot – production. Did you know that you can create up to 4 additional deployment slots to be used for dev, test, QA, or staging?

Big Changes to Azure: Introducing Azure App Service

Microsoft recently unveiled Azure App Service, a new cloud service which combines three existing Azure products: Azure Websites, Azure Mobile Services, and Azure BizTalk Services. Uniting web, mobile, and enterprise apps on a single cloud platform will allow developers to create an app once and deliver it across multiple devices. This is a big announcement as […]