AZ 400 Final Exam Questions and Answers 2022 Update
AZ 400 Final Exam Questions and Answers 2022 Update Two permissions required to send to a workspace instance from resource? Microsoft.OperationalInsights/workspace/read Microsoft.OperationalInsights/workspace/sharedKeys/action Access control logs: workspace-context vs resource-context? If you go into workspace analytics and click on Logs - that is a workspace-context. If you then click on virtual machine - that is a resource-context. Two options for Access Control Mode ? - Require workspace permissions - no granular RBAC, must be granted permission to workspace or tables - Use resource or workspace permissions - granular RBAC and the default How to you integrate crash analytics into your app? Start the sdk and open or your class that inherits Xamarin.Forms.Application and add the following statements: using Microsoft.AppCenter; using Microsoft.AppCenter.Analytics; in On Start(), add the appC code and secret. What are the 4 sources of diagnostics? 1. Azure AD - audit sign-in 2. Subscription - activity log 3. Resources - Metric logs 4. Guest/Extension/Agent - metric logs How to view performance indicators? Azure Monitor => Insights Viewing metrics, logs, etc in Azure? Under Azure Monitor => activity log, alerts, metrics, logs, service health How to alert with Azure Monitor? - Alert rules - conditions to alert with optional action group - Action groups - actions to perform - Action rules - alert conditions to trigger or suppress action group What is Distributed Tracing? Distributed tracing provides a map of the connections and centralized view of the calls made including performance information. Which resources can we alert directly? Subscription -> activity log and Resources -> metric logs What are branch policies? - help protect important branches - isolates work in progress from completed work in master branch - limit contributions to branches - guarantee changes build before going to master - enforces creation and naming guidelines of branches - automatically include right reviewers for every code change - enforce best practices with required code reviewers Define master branch? - contains production ready code for deployment; all testing & validation has previously occurred (feature branch) - master is also referred to as Baseline, Trunk or Mainline What is git clone? create a local copy of an existing Git repo - downloads all commits and branches in the repo - sets up named relationship with existing repo What is forking? A complete copy of the repository What is the git Head? - sometimes called tip, refers to the most recent commit, either to the trunk or a branch - the trunk and each branch have their own head, though HEAD is sometimes loosely used to refer to the trunk
Written for
- Institution
- AZ 400
- Course
- AZ 400
Document information
- Uploaded on
- December 1, 2022
- Number of pages
- 32
- Written in
- 2022/2023
- Type
- Exam (elaborations)
- Contains
- Questions & answers
Subjects
- if you then clic
-
az 400 final exam questions and answers 2022 update
-
two permissions required to send to a workspace instance from resource
-
access control logs workspace context vs resource context