Skip to content

Instantly share code, notes, and snippets.

@manualbashing
Last active April 21, 2020 12:35
Show Gist options
  • Save manualbashing/2ea516896d7263bc8483d3ad5cd2c616 to your computer and use it in GitHub Desktop.
Save manualbashing/2ea516896d7263bc8483d3ad5cd2c616 to your computer and use it in GitHub Desktop.
Azure Webapp Docker Cheatsheet

Activate logging for a container:

az webapp log config --name mba-test-server1 --resource-group rg-mba-test --docker-container-logging filesystem

tail logging stream:

 az webapp log tail --name mba-test-server1

Inspect docker logs

Advanced Tools > Current Docker Logs > Download As Zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment