Sets up the following:
-
Diagnostics Storage Account
-
Log Analytics * Malware Assessment Solution
This template only has 1 parameter: namingPrefix
. This parameter is used to autogenerate the names of all resources. For example, for namingPrefix
of contoso_
will result in contoso_automation
.
All resources are created in the same location as the resource group they are contained in.
-
Create the resource group
az group create -n contoso-diagnostics -l usgovvirginia
-
Deploy the template to the newly created group
az group deployment create -g contoso-diagnostics -n $(date +%Y%m%d_%H%M%S) --template-file diagnostics/template.json
-
Proceed to setup Secrets.