diff --git a/docs/azure-tricks.md b/docs/azure-tricks.md new file mode 100644 index 00000000..08fc8876 --- /dev/null +++ b/docs/azure-tricks.md @@ -0,0 +1,11 @@ +# Azure tricks + +This document should help the user with a few commands, how to handle the azure app. + + +# Get logs of the container + +```bash +az webapp log tail --resource-group VBV + +