https://github.com/jefking/fl-default-static
Static File Server From Blob
https://github.com/jefking/fl-default-static
azure azure-blob azure-cdn azure-functions azure-storage cdn static-site web website
Last synced: 10 months ago
JSON representation
Static File Server From Blob
- Host: GitHub
- URL: https://github.com/jefking/fl-default-static
- Owner: jefking
- License: apache-2.0
- Created: 2017-03-07T18:20:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-09T23:08:56.000Z (over 8 years ago)
- Last Synced: 2025-04-09T01:41:25.226Z (about 1 year ago)
- Topics: azure, azure-blob, azure-cdn, azure-functions, azure-storage, cdn, static-site, web, website
- Language: C#
- Homepage: http://functionlibrary.azurewebsites.net/
- Size: 31.3 KB
- Stars: 1
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Server Default Static
Defaults page (index.htm) for containers. No need for compute on top of raw storage; if you are running static sites.
## Quick Deploy to Azure
[](https://azuredeploy.net/)
## Configuration
You must create a Container in the storage account once this is created (default 'www'). Then upload your desired site (resources) to the Container.
## Application settings
- **DefaultPage** - index.htm
- **Container** - Container which acts as root of the site (default: www)
- **Storage** - Storage account from which to stream resources from.