You have an Azure subscription that contains 100 virtual machines with the Azure Security Center's Standard tier enabled.
To assess the security posture of these virtual machines, you plan to execute a vulnerability scan on each of them.
In order to automate the deployment of the vulnerability scanner extension across all virtual machines, you intend to utilize an Azure Resource Manager template.
Which two parameters must you specify in the template to ensure successful deployment of the extension to the virtual machines? Each correct answer constitutes part of the total solution.
Note: Each correct selection is worth one point.
Select all that apply, then click Submit answer.
Reference / correct answer:
the user assigned managed identity
the Azure Active Directory (Azure AD) ID
To deploy the vulnerability scanner extension to virtual machines using an Azure Resource Manager template, you typically need to use values like user assigned managed identity and the Azure Active Directory (Azure AD) ID. Managed identities allow Azure resources to authenticate to cloud services securely without the need to store credentials in the code. For more information, you can visit the official documentation at
Azure Resource Manager Templates.