Storage Account Contd
Versioning
- Blobs in the storage account can be versioned. Refer Here for the steps

Shared Access Signature
- For providing temporary access to blobs azure supports shared access signature.
- Every Azure Storage account has two keys
- Key 1
- Key 2
- Using any of the keys a shared access key is created



- Access keys in storage account

Experiment
- Create a storage account
- Create a container with private access
- upload some files
- verify the access

- Now generate the shared access signature for next 15 minutes
- Try accesing now with SAS url without SAS url
Static Website Hosting
- Azure storage account can be used for hosting static website i.e. websites with html, css and javascript
- Refer Here for azure docs & Refer Here for step by step guide
- We have uploaded sample template and the page looks as shown below

