azure_rm_storageblob doesn't allow to change the blob's access tier #1197
Labels
has_pr
PR fixes have been made
medium_priority
Medium priority
new_feature
New feature requirments
question
Further information is requested
SUMMARY
Currently, the
azure_rm_storageblob
module allows to upload a blob and that blob inherits the access tier of its container.The Azure API allows to set a blob's access tier, it would therefore be useful to be able to set/override it on the blob itself too.
For example, a container could have a cool tier, while the blobs within it could be archived. (the containers cannot be assigned to the archive tier)
This would be useful in cases where blobs are used to back up data, such data is rarely read.
ISSUE TYPE
COMPONENT NAME
azure_rm_storageblob
ADDITIONAL INFORMATION
Below is an example of how this could look like:
The text was updated successfully, but these errors were encountered: