Azure / meta-azure-service-broker

A service broker to manage multiple Azure services in Cloud Foundry
Apache License 2.0
39 stars 44 forks source link

Azure storage does not support changing the "accessTier" or V2 #222

Open gavinvandermerwe opened 3 years ago

gavinvandermerwe commented 3 years ago

Hi

We are using this tile to provision azure storage blobs. The first thing we noticed was that we were not getting next gen V2 storage. We also dug a little deeper to see why.

It would seem that we are using the v2016-01-01 version of the storage API.

Now what is intersting about this is that the Microsoft documentation would lead you to believe that for Standard_LRS we should be able to have:

Please see link here: https://docs.microsoft.com/en-us/rest/api/storagerp/srp_sku_types

However StorageV2 never turns up when provisioning through this tile and here is the code:

Furthermore we would also like to change the access tier. It should be possible.

Could we please consider upgrading to the the latest storage API?

Many Thanks