Add azure docs for tipps
This commit is contained in:
parent
32457bcb61
commit
b73f27bd0f
|
|
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue