Uncategorized


SQL Database Enable Geo Replication in Azure Portal

Designing your application for business continuity requires you to answer the following questions: Which business continuity feature is appropriate for protecting my application from outages? What level of redundancy and replication topology do I use? When to use Geo-Restore SQL Database provides a built-in basic protection of every database by […]


Provision Storage Configuration with PowerShell-Part 2 of Using Storage Spaces Deployment Guide

ProvisionStorageConfiguration.ps1 https://gallery.technet.microsoft.com/scriptcenter/Storage-Spaces-Automated-3caf249a After hardware validation, you can begin creating Storage Pools and Virtual disks from the disks. Run the ProvisionStorageConfiguration.ps1 script with: PS>> .ProvisionStorageConfiguration.ps1 PS>> .ProvisionStorageConfiguration.ps1 -Automated PS>> .ProvisionStorageConfiguration.ps1 –PhysicalDisks <physical disk objects> The first option is recommended and will add all of the SAS disks to the storage pool. […]