AZ-120 · Question #162
You deploy an SAP landscape on Azure. You plan to use an Azure Automation account to stop the SAP virtual machines outside of business hours. You need to ensure that you can use Azure Automation…
The correct answer is D. a Run As account. The Run As account is an Azure AD application with a service principal and a certificate that Azure Automation creates to securely authenticate to your Azure subscription. It is assigned the Contributor role by default, allowing the runbook to manage resources like VMs without…
Question
You deploy an SAP landscape on Azure. You plan to use an Azure Automation account to stop the SAP virtual machines outside of business hours. You need to ensure that you can use Azure Automation runbook a for the virtual machines. What does the Azure Automation account require?
Options
- Aan Azure Storage account
- Ban Azure App Service WebJob
- Ca Recovery Services vault
- Da Run As account
How the community answered
(22 responses)- A5% (1)
- B9% (2)
- D86% (19)
Explanation
The Run As account is an Azure AD application with a service principal and a certificate that Azure Automation creates to securely authenticate to your Azure subscription. It is assigned the Contributor role by default, allowing the runbook to manage resources like VMs without storing credentials in scripts. This is necessary for runbooks that automate Azure resource management tasks, such as stopping SAP virtual machines outside business hours.
Topics
Community Discussion
No community discussion yet for this question.