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 for Fogg to have two Storage Account: one for disks and one for data #61

Open Badgerati opened 7 years ago

Badgerati commented 7 years ago

This issue covers a relatively large change: to have two storage accounts.

At the moment, Fogg creates one storage account for everything. This issue will split that, and set Fogg to create two storage accounts: one for blob/disk data (VM VHDs, etc), and one for general file data (DSC and Custom scripts, etc).

(this will probably pave the way for a new template type: "sa", for more storage accounts be be created)

Badgerati commented 7 years ago

Encryption separated into different issue: #65