Skip to content

Commit 03487a8

Browse files
authored
fix
1 parent f1e1459 commit 03487a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/cloud-adoption/operations/azure-server-management/prerequisites.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ The following Azure server management services require a linked Log Analytics wo
3737

3838
The second phase of this guidance focuses on deploying services and automation scripts. It shows you how to create a Log Analytics workspace and an Automation account. This guidance also shows you how to use Azure Policy to ensure that new VMs are connected to the correct workspace.
3939

40-
The examples covered in this guidance assume a deployment that does not already have servers deployed to the cloud. To learn more about the principles and considerations involved in planning your workspaces, see [Manage log data and workspaces in Azure Monitor](/azure/azure-monitor/platform/manage-access#determine-the-number-of-workspaces-you-need).
40+
The examples covered in this guidance assume a deployment that does not already have servers deployed to the cloud. To learn more about the principles and considerations involved in planning your workspaces, see [Manage log data and workspaces in Azure Monitor](/azure/azure-monitor/platform/manage-access).
4141

4242
## Planning considerations
4343

4444
When preparing the workspaces and accounts that you create for onboarding management services, consult the following discussions of issues:
4545

4646
- **Azure geographies and regulatory compliance**. Azure regions are organized into *geographies*. An [Azure geography](https://azure.microsoft.com/global-infrastructure/geographies/) ensures that data residency, sovereignty, compliance, and resiliency requirements are honored within geographical boundaries. If your workloads are subject to data sovereignty or other compliance requirements, workspace and Automation accounts must be deployed to regions within the same Azure geography as the workload resources they support.
4747
- **Number of workspaces**. As a guiding principle, create the minimum number of workspaces required per Azure geography. We recommend at least one workspace for each Azure geography where your compute or storage resources are located. This initial alignment helps avoid future regulatory issues when migrating data to different geographies.
48-
- **Data retention and capping**. You may also need to take Data retention policies or data capping requirements into consideration when creating workspaces or Automation accounts. For more information about these principles and additional considerations when planning your workspaces, see [Manage log data and workspaces in Azure Monitor](/azure/azure-monitor/platform/manage-access#determine-the-number-of-workspaces-you-need).
48+
- **Data retention and capping**. You may also need to take Data retention policies or data capping requirements into consideration when creating workspaces or Automation accounts. For more information about these principles and additional considerations when planning your workspaces, see [Manage log data and workspaces in Azure Monitor](/azure/azure-monitor/platform/manage-access).
4949
- **Region mapping**. Linking a Log Analytics workspace and an Azure Automation account is only supported between certain Azure regions. For example, if the Log Analytics workspace is hosted in the *EastUS* region, the linked Automation account must be created in the *EastUS2* region in order to be used with management services. If you have an Automation account that was created in another region, it will not be able to link to a workspace in *EastUS*. Choice of deployment region can significantly affect Azure geography requirements. Consult the [region mapping table](/azure/automation/how-to/region-mappings) to decide which region should host your workspaces and Automation accounts.
5050
- **Workspace multihoming**. Log Analytics Agent supports multihoming in some scenarios, but the agent faces several limitations and issues when running in this configuration. Unless Microsoft has recommended using multihoming for your scenario, we don’t recommend configuring multihoming on the Log Analytics agent.
5151

0 commit comments

Comments
 (0)