MicrosoftLearning/AZ500-AzureSecurityTechnologies

Lab 11: Received Error when creating the VM

Closed this issue · 1 comments

Lab/Demo: Lab 11: Azure Monitor

Task 1: Deploy an Azure virtual machine

Step: 05

Description of issue
Error msg:
The property 'securityProfile.encryptionAtHost' is not valid because the 'Microsoft.Compute/EncryptionAtHost' feature is not enabled for this subscription

workaround:
Use the commad:
Register-AzProviderFeature -FeatureName "EncryptionAtHost" -ProviderNamespace "Microsoft.Compute"
errormsg

same issue as #391