Skip to content

Commit

Permalink
DCR17-LinuxAMA
Browse files Browse the repository at this point in the history
  • Loading branch information
Relkci committed Jan 2, 2025
1 parent f626d3e commit ec79ee3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
14 changes: 14 additions & 0 deletions Deploy-AMA/azuredeploy-ama.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,20 @@
"settings": {},
"protectedSettings": {}
}
},
{
"type": "Microsoft.Compute/virtualMachines/extensions",
"apiVersion": "2020-06-01",
"name": "[concat('Nux01','/AzureMonitorAgent')]",
"location": "[parameters('location')]",
"properties": {
"publisher": "Microsoft.Azure.Monitor",
"type": "AzureMonitorLinuxAgent",
"typeHandlerVersion": "1.0",
"autoUpgradeMinorVersion": true,
"settings": {},
"protectedSettings": {}
}
}
],
"outputs": {}
Expand Down
5 changes: 2 additions & 3 deletions Deploy-LAB/azure-deploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,8 @@
"apiVersion": "2020-10-01",
"dependsOn": [
"Deploy-Sentinel",
"Deploy-AD"
"Deploy-AD",
"Deploy-Linux"
],
"properties": {
"mode": "Incremental",
Expand Down Expand Up @@ -234,8 +235,6 @@
"type": "Microsoft.Resources/deployments",
"apiVersion": "2020-10-01",
"dependsOn": [
"Deploy-Sentinel",
"Deploy-AD",
"Deploy-AMA"
],
"properties": {
Expand Down

0 comments on commit ec79ee3

Please sign in to comment.