MS Learn Flashcards
User - level - credentials for ftps
Unique worldwide
Abhängigkeit bei Windows apps logs
Windows logs können auf Blob gespeichert werden (Retention Period sonst ewig) - Storage Account und Web app müssen in derselben Region sein.
Azure App Insight
provide detailed usage and performance data. Designed for production apps deployment. To use Apps Insight -> include Code using Apps Insight SDK. Service is billable; Metrics Service is covered by Web app tier.
Kudu
All Azure Web Apps have an associated Source control Management service site (Kudu), where you can download logs.
Azure log messages
error, warning, information, verbose
git gc
garbage collection
git prune
cleanup unreachable and orphan objetcs
How can you ensure pill before merge
branch policy
.gitignore
no tracking and no version control on this file using git
git init
initialisierung
git add
add files to git
git push
push changes to a remote repository
git commit
commit files onto git
git pull
pull changes from a git repository
git branch
used to listing, creating and deleting a branch