Reputation: 48
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?
Upvotes: 0
Views: 329
Reputation: 314
You can get the release with Cool tier support at:
https://github.com/Azure/azure-powershell/releases/tag/v1.4.0-May2016
Upvotes: 0
Reputation: 4062
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.
Upvotes: 3