Fixes to NodeJS version.
This commit is contained in:
14
app-new/templates/bicep_vm.tpl
Normal file
14
app-new/templates/bicep_vm.tpl
Normal file
@@ -0,0 +1,14 @@
|
||||
resource virtualMachine 'Microsoft.Compute/virtualMachines@2024-03-01' = {
|
||||
name: 'example-vm'
|
||||
location: resourceGroup().location
|
||||
properties: {
|
||||
storageProfile: {
|
||||
imageReference: {
|
||||
publisher: '{{ publisher }}'
|
||||
offer: '{{ offer }}'
|
||||
sku: '{{ sku }}'
|
||||
version: '{{ version }}'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user