Azure Storage account Static Website Hosting
- Static Website is website with html, css and javascript.
- These websites can be hosted on Azure Storage account
- Refer Here for the official docs.
- For Steps Refer Here
- Steps:
- Create a Storage account
- Add Static Website Capabilities which creates $web container. All the media content of the website can reside over here.
- Create a sample website or Refer Here for website content
- Enabling Metrics on Static Website Refer Here
LifeCycle Management
- Life Cycle management helps us in moving blobs from one access tier to other based on days
- Navigate to capabilities and select lifecycle management
- Add rules to move the items from access to other or to delete based on Created or last modified date
- refer below for sample rule
- Rules can be applied to block and append blobs.
- Each rule can be made applicable to all blobs or specifc blobs based on filters.
- Refer Here for the official docs