Pricing of Block Blob and Account Kind
- Refer Here for calculator
Backup and Archival
- Backup:
- Quick Recovery
- Archival:
- Disaster Recovery
Exercise 1:
- Create a Storage Account with Hot Access Tier
- Create a container with public/anonymous access
- Upload some data into it
- Find the URL and Try to access the data from chrome or any browser.
- Try creating a file called as index.html with data
<h1>Welcome</h1>
and try to access it over the url
Exercise 2:
- Create a Container with private Access
- Upload some data into it
- Find the URL and Try to access the data from chrome or any browser.