Skip to content

Commit

Permalink
reverted security profile configuration back to default
Browse files Browse the repository at this point in the history
george-markou committed Aug 17, 2023
1 parent 09bb365 commit 40f5f4a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions main.bicep
Original file line number Diff line number Diff line change
@@ -246,13 +246,6 @@ resource vm 'Microsoft.Compute/virtualMachines@2021-03-01' = {
evictionPolicy: 'Deallocate'
billingProfile: {
maxPrice: -1
}
securityProfile: {
uefiSettings: {
secureBootEnabled: true
vTpmEnabled: true
}
securityType: 'TrustedLaunch'
}
networkProfile: {
networkInterfaces: [

0 comments on commit 40f5f4a

Please sign in to comment.