0
votes

Azure just released the new "Azure Storage Cool tier" (cheaper per GB, but more expensive read/write and only 99% availability SLA).

It's easy to create an account using the azure portal, but does anybody know how to create a "cool tier" storage account using Powershell?

2
"Cool" tier = Azure-Resource Manager ?Martin Brandl
"Cool" tier = Azure-Resource Manager => Not really! Azure Resource Manager is much more than that. To answer the question, I don't think PS Cmdlets have been updated to support "Cool" tier just yet.Gaurav Mantri

2 Answers

3
votes

i believe there are no Powershell commandlets yet to do that. I took a look at the REST API of the Storage, and there is the possibility to create the storage account with the access type. As Powershell somehow use the API, it seems that documentation was not updated yet or that functionality was not exposed yet via Powershell. I would wait for the next Azure PS update/release.