Making Azure PowerShell Scripts Work in PowerShell and As RunBooks

Runbooks are very powerful tools which allow you to automate PowerShell commands which need to be run at different times.  One of the problems that I’ve run across when dealing with Azure Runbooks is that there is no way to use the same script on prem during testing and the same script when deploying. This…

The post Making Azure PowerShell Scripts Work in PowerShell and As RunBooks appeared first on SQL Server with Mr. Denny.

It’s the cloud, it’s highly available. Do I need to worry about HA and DR?

Short answer: Yes. While yes the cloud is highly available and services that are taking offline due to hardware failures, host server reboots due to patching, etc. can your application survive being down for several minutes in the middle of the day? If the answer to that question is “no”, and the answer to that…

The post It’s the cloud, it’s highly available. Do I need to worry about HA and DR? appeared first on SQL Server with Mr. Denny.