Skip to content

devpartners/cheatpad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cheatpad

"Cheatsheets for iPad" => CheatPad

This project uses Azure Storage to host individual cheetsheet pages as blobs in a special $web container.

Configure Storage Account

See associated ./config.sh file.

Troubleshooting

Some steps you may need to take if ./config.sh did not do everything on the first go.

Be sure to wait a minute if you initially get this error

Not Configured Error

Be sure you can run the config script

chmod u+x ./config.sh
./config.sh

Ask Azure Storage to confirm

NB: environment variables not used in these examples.

az storage blob service-properties show --account-name stcheatpad --query "staticWebsite"
az storage account show -n stcheatpad -g rg-cheatpad --subscription "EffAz-Prod" --query "primaryEndpoints.web" -o tsv

Metrics

After storage is configured, metrics can be enabled within the Azure Portal.

About

Cheatsheet for iPad

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors