Skip to content

Commit

Permalink
Updated VM size for ITPro
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Egil Ring <jan.egil.ring@outlook.com>
  • Loading branch information
janegilring committed Aug 13, 2024
1 parent 9304df7 commit 3494504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure_jumpstart_arcbox/bicep/clientVm/clientVm.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ resource vm 'Microsoft.Compute/virtualMachines@2022-03-01' = {
}
properties: {
hardwareProfile: {
vmSize: flavor == 'DevOps' ? 'Standard_B4ms' : flavor == 'DataOps' ? 'Standard_D8s_v5' : 'Standard_D16s_v5'
vmSize: flavor == 'DevOps' ? 'Standard_B4ms' : 'Standard_D8s_v5'
}
storageProfile: {
osDisk: {
Expand Down

0 comments on commit 3494504

Please sign in to comment.