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
git checkout
switch between branches
What is forking?
Duplicate the repository and start working with two master
You need to apply a custom script to a virtual machine via Custom Script Extensions. Which of the following is used to store the custom script in Azure?
Azure Storage Account - Blob Storage
You need to maintain the state of several virtual machines in Azure. Which of the following can be used for this requirement?
Powershell Desired State Configuration
Which of the following commands is used to download the provider when working with terraform configuration files?
terraform init
Continuous Delivery
The Pipeline should be able to deploy the application onto the production based environment.
Contiuous Deployment
This is where the entire Process from code to commit fto production is automated.