Microsoft Azure Administrator Certification Transition (legacy) — Question 10
You have an Azure subscription named Subscription1 that has the following providers registered:
✑ Authorization
✑ Automation
✑ Resources
✑ Compute
✑ KeyVault
✑ Network
✑ Storage
✑ Billing
✑ Web
Subscription1 contains an Azure virtual machine named VM1 that has the following configurations:
✑ Private IP address: 10.0.0.4 (dynamic)
✑ Network security group (NSG): NSG1
✑ Public IP address: None
✑ Availability set: AVSet
✑ Subnet: 10.0.0.0/24
✑ Managed disks: No
✑ Location: East US
You need to record all the successful and failed connection attempts to VM1.
Which three actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Answer options
- A. Register the Microsoft.Insights resource provider
- B. Add an Azure Network Watcher connection monitor
- C. Register the Microsoft.LogAnalytics provider
- D. Enable Azure Network Watcher in the East US Azure region
- E. Create an Azure Storage account
- F. Enable Azure Network Watcher flow logs
Correct answer: A, D, F
Explanation
The correct actions to log connection attempts to VM1 include registering the Microsoft.Insights resource provider to enable monitoring, enabling Azure Network Watcher in the East US region to utilize its features, and activating flow logs to capture the connection data. The other options do not directly contribute to logging connection attempts or are not necessary for this specific requirement.