A collection of 2 posts

Copying firewall rules between two Azure SQL servers

Recently I've setup active geo-replication for my database hosted on Azure which basically allows you to asynchronously replicate transactions held on a primary database to a secondary database (usually located in a different geographical region) which is set to read only. The problem was, in a failover/disaster recovery situation, for the secondary to be usable, I would have to manually add all the existing firewall rules on the primary to the secondary which may be updated from time to ...

Comparing Azure Automation with Azure Functions

Two ways to run Powershell Scripts on Azure are on the Azure Automation and Azure Functions platforms. While Microsoft has provided a nice article about the comparisons between Azure Flow, Logic Apps, Functions, and WebJobs, there hasn't been a comparison between Azure Automation and Azure Functions. @johnliu took some notes at MSAUIgnite and posted it on Github which I thought I would share here as well. ...