Planning and Administering Microsoft Azure for SAP Workloads — Question 52
You have an Azure subscription that contains a virtual machine named VM1. VM1 runs SUSE Linux Enterprise Server (SLES) and hosts an SAP workload.
You deploy Azure Monitor for SAP solutions.
You need to configure the Linux OS provider. The solution must ensure that you can collect monitoring data by using the Prometheus endpoint on VM1.
Which firewall port should you open on VM1?
Answer options
- A. 22
- B. 80
- C. 443
- D. 9100
Correct answer: D
Explanation
The correct answer is D (9100) because Prometheus uses this port for scraping metrics from the endpoint. The other options (22, 80, and 443) are commonly used for SSH, HTTP, and HTTPS traffic respectively, but they are not relevant for the Prometheus monitoring data collection.