You are managing hybrid servers using Azure Automanage. Which TWO actions are required to successfully deploy the Best Practices configuration profile to your on-premises servers? (Choose two.)
Trap 1: Install the Microsoft Monitoring Agent
The Microsoft Monitoring Agent (MMA) is being deprecated in favor of the Azure Monitor Agent (AMA). Automanage leverages modern extensions; installing the legacy agent does not satisfy the requirements for Automanage Best Practices, which rely on the Azure Connected Machine agent and its associated extensions for configuration.
Trap 2: Assign a Global Administrator role
Assigning Global Administrator is an excessive and unnecessary privilege for managing Automanage. The service requires specific RBAC roles like 'Azure Connected Machine Onboarding' or 'Automanage Contributor'. Providing broad administrative rights violates the principle of least privilege and introduces unnecessary security risks to the Azure environment.
Trap 3: Configure a Site-to-Site VPN
A Site-to-Site VPN provides network connectivity but is not a requirement for Automanage. The service functions over public internet connections as long as the Arc agent can reach the required Azure service endpoints. Requiring a VPN would add unnecessary complexity without providing any functional benefit for this service.
- A
Onboard the servers to Azure Arc
Azure Arc is the foundational requirement for Automanage. Without the Arc agent, the server does not exist as a resource within the Azure Resource Manager, making it impossible for the Automanage service to identify, target, or apply any Best Practices configuration profiles to the local machine.
- B
Install the Microsoft Monitoring Agent
Why wrong: The Microsoft Monitoring Agent (MMA) is being deprecated in favor of the Azure Monitor Agent (AMA). Automanage leverages modern extensions; installing the legacy agent does not satisfy the requirements for Automanage Best Practices, which rely on the Azure Connected Machine agent and its associated extensions for configuration.
- C
Enable the Automanage extension
The Automanage extension is necessary to facilitate the configuration management tasks on the target server. Once the server is Arc-enabled, this extension acts as the local agent that executes the Best Practices configurations, such as installing patches or configuring local security policies as defined in the profile.
- D
Assign a Global Administrator role
Why wrong: Assigning Global Administrator is an excessive and unnecessary privilege for managing Automanage. The service requires specific RBAC roles like 'Azure Connected Machine Onboarding' or 'Automanage Contributor'. Providing broad administrative rights violates the principle of least privilege and introduces unnecessary security risks to the Azure environment.
- E
Configure a Site-to-Site VPN
Why wrong: A Site-to-Site VPN provides network connectivity but is not a requirement for Automanage. The service functions over public internet connections as long as the Arc agent can reach the required Azure service endpoints. Requiring a VPN would add unnecessary complexity without providing any functional benefit for this service.