Styglas
Styglas

Reputation: 48

How to create a new azure storage account in the new "Cool" tier

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

Answers (2)

Alex Belotserkovskiy
Alex Belotserkovskiy

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

Related Questions