Azure Resource Creation
- Resources can be create only in Resource Groups

- Creating storage account
- Pattern for storage account blob url
https://<storage-acc-name>.blob.core.windows.net/<container>/<blob-path>
https://qtstorageaccount27march.blob.core.windows.net/documents/1.txt
- Enable versions in Azure Storage Account
- Host a static website
- Lifecycle Transitions/Lifecycle policy: Move from one Archive tier to another based on rules
- ReHydrate
