-
Notifications
You must be signed in to change notification settings - Fork 575
[User Guide] Management Resources
The module provides an option to enable deployment of management and monitoring resources from the conceptual architecture for Azure landing zones into the specified subscription, as described on the Provider Configuration wiki page. The module also ensures that the specified subscription is placed in the right management group.
This brings the benefit of being able to manage the full lifecycle of these resources using Terraform, with native integration into the corresponding Policy Assignments to ensure full policy compliance.
When you enable deployment of management resources, the module deploys and manages the following resource types (depending on configuration):
Resource | Azure resource type | Terraform resource type |
---|---|---|
Resource groups | Microsoft.Resources/resourceGroups |
azurerm_resource_group |
Log Analytics workspace | Microsoft.OperationalInsights/workspaces |
azurerm_log_analytics_workspace |
Log Analytics solutions | Microsoft.OperationsManagement/solutions |
azurerm_log_analytics_solution |
Automation account | Microsoft.Automation/automationAccounts |
azurerm_automation_account |
Log Analytics linked service | Microsoft.OperationalInsights/workspaces /linkedServices |
azurerm_log_analytics_linked_service |
In addition to deploying the above resources, the module provides native integration into the corresponding policy assignments to ensure full policy compliance.
Please refer to Deploy Management Resources for examples showing how to use this capability.
This wiki is being actively developed
If you discover any documentation bugs or would like to request new content, please raise them as an issue or feel free to contribute to the wiki via a pull request. The wiki docs are located in the repository in the docs/wiki/
folder.
- Home
- User guide
- Video guides
-
Examples
- Level 100
- Level 200
-
Level 300
- Deploy multi region networking with custom settings (Hub and Spoke)
- Deploy multi region networking with custom settings (Virtual WAN)
- Deploy with Zero Trust network principles (Hub and Spoke)
- Deploy identity resources with custom settings
- Deploy management resources with custom settings
- Expand built-in archetype definitions
- Create custom policies, initiatives and assignments
- Override module role assignments
- Control policy enforcement mode
- Policy assignments with user assigned managed identities
- Level 400
- Frequently Asked Questions
- Troubleshooting
- Contributing