Azure Storage Service Encryption – Azure Resource Manager template
Enabling Storage Service Encryption for an Azure Storage account in the portal is only a one click show.
As well with PowerShell it is very easy.
Set-AzureRmStorageAccount -ResourceGroupName "smt" -Name "azcdmdncloudwitness" -EnableEncryptionService Blob -Verbose
Currently there is no Azure Resource Manager QuickStart template available on GitHub for SSE. Therefore you have to dive into the Read more [...]