Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 878 Bytes

README.MD

File metadata and controls

29 lines (18 loc) · 878 Bytes

Diagnostics Azure Resource Manager Template

Architecture

Sets up the following:

  • Diagnostics Storage Account

  • Log Analytics * Malware Assessment Solution

Naming Convention

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.

Assumptions

All resources are created in the same location as the resource group they are contained in.

Instructions

  1. Create the resource group

    az group create -n contoso-diagnostics -l usgovvirginia

  2. 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

  3. Proceed to setup Secrets.

Other Notes

Outstanding Items