Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save a11smiles/9d20cd7b8a221d1d803016956e2db82b to your computer and use it in GitHub Desktop.
Save a11smiles/9d20cd7b8a221d1d803016956e2db82b to your computer and use it in GitHub Desktop.
choco install sqlite
sqlite3 grafana.db 'PRAGMA journal_mode=wal;'
az login
az storage copy -s .\grafana.db -d https://<storage_account>.file.core.windows.net/<file_share> --subscription <subscription_name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment