You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.
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.
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.meta-azure-service-broker/lib/common/index.js
Line 226 in 99f377a
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:
meta-azure-service-broker/lib/services/azurestorage/index.js
Lines 55 to 78 in 5b8f68d
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
The text was updated successfully, but these errors were encountered: