You are configuring a Virtual Machine to use Azure Disk Encryption. What happens if you change the Encryption Settings after encryption is enabled?
ADisk encryption resets automatically
BEncryption settings apply immediately
CNo changes occur until next reboot
DCurrent encryption remains unaffected
Explanation
Current encryption remains unaffected by changing settings; others inaccurately imply immediate changes.
Q142
What service is primarily used for automating the deployment of applications and infrastructure in Azure?
AAzure DevOps
BAzure AD
CAzure Functions
DAzure Logic Apps
Explanation
Azure DevOps enables CI/CD for automating deployments, while the other options serve different functions.
Q143
A company needs to ensure its Windows Server VMs can recover their data in case of corruption. Which Azure service do they primarily utilize for this purpose?
AAzure Backup
BAzure Site Recovery
CAzure Blob Storage
DAzure Archive Storage
Explanation
Azure Backup is designed specifically for protecting and restoring data, while others serve different roles.
Q144
You are configuring Azure Network Security Groups (NSGs) for your VMs. What happens when both an inbound allow rule and an inbound deny rule exist for the same traffic?
AAllow rule takes precedence
BDeny rule takes precedence
CBoth rules are ignored
DTraffic is always blocked
Explanation
In Azure NSGs, the most specific allow rule takes precedence over deny rules, unlike traditional firewall logic.