Automation Flashcards
Your company wants to make use of an Azure Automation runbook that would be used to rotate the keys of the storage account and store then in Azure Key Vault:
- Create an Azure Automation account
- Import the PowerShell modules to the Azure Automation account
- Create a connection resource in the Azure Automation account
Update Management
Allows you to asses the update status of machines in your entire environment.
Used to centrally manage Windows server and Linux server updates for both onprem and Azure environments
Update Management allows you to:
target a dynamic group of Azure or non Azure VMs for update deployments. A dynamic group is defined by a query that Azure Automation evaluates at deployment time.
You can add any VM from any resource group or region to an Update Management deployment schedule as long as:
the new VM is also Windows or Linux respectively
Desired State Configurations
is used to ensure consistent VM deployment. Can be used to check after updates applied in Update Management
For Update Management to work:
VMs must be in the Running state