Badgerati / Fogg

PowerShell tool to aide and simplify the creation, deployment and provisioning of infrastructure in Azure
MIT License
7 stars 2 forks source link

Ability to encrypt the Storage Account created #65

Open Badgerati opened 7 years ago

Badgerati commented 7 years ago

This is for the inclusion of a flag to enable the encryption of the Storage Account created by Fogg. By default the encryption will be disabled.

{
    "encrypt": true,
    "templates": [ ... ]
}

If the encrypt flag is true then the Storage Account is encrypted, otherwise it won't be encrypted.