Skip to content

Commit 35415eb

Browse files
committed
for review
1 parent e1a53db commit 35415eb

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

articles/azure-monitor/essentials/azure-monitor-workspace-overview.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,24 @@ The following table presents criteria to consider when designing an Azure Monito
3131
|Azure regions |Each Azure Monitor workspace resides in a particular Azure region. Regulatory or compliance requirements may dictate the storage of data in particular locations. |
3232
|Data ownership |Create separate Azure Monitor workspaces to define data ownership, for example by subsidiaries or affiliated companies.|
3333

34+
### Considerations when creating an Azure Monitor workspace
35+
36+
* Azure Monitor workspaces are region. When you create a new Azure Monitor workspace, you provide a region, setting the location in which the data is stored.
37+
38+
* Start with a single workspace to reduce the complexity of managing and querying data from multiple Azure resources.
39+
40+
* The default Azure Monitor workspace limit is 1 million active times series and 1 million events per minute ingested.
41+
42+
* There is no reduction in performance due to the amount of data in your Azure Monitor workspace. Multiple services can send data to the same account simultaneously. There is, however, a limit on how large an Azure Monitor workspace can scale as explained below.
43+
3444
### Growing account capacity
3545

3646
Azure Monitor workspaces have default quotas and limitations for metrics. As your product grows and you need more metrics, you can request an increase to 50 million events or active time series. If your capacity needs grow exceptionally large, and your data ingestion needs can no longer be met by a single Azure Monitor workspace, consider creating multiple Azure Monitor workspaces.
3747

3848
### Multiple Azure Monitor workspaces
3949

40-
When an Azure Monitor workspace reaches 80% of its maximum capacity, or depending on your current and forecasted metric volume, it's recommended to split the Azure Monitor workspace into multiple workspaces. Split the workspace based on how the data in the workspace is used by your applications and business processes, and how you want to access that data in the future. For example, a company using Azure cloud service can logically separate its metrics in Azure Monitor workspaces by grouping them by application. By doing this, all the telemetric data can be managed and queried in an efficient way.
41-
50+
When an Azure Monitor workspace reaches 80% of its maximum capacity, or depending on your current and forecasted metrics volume, it's recommended to split the Azure Monitor workspace into multiple workspaces. Split the workspace based on how the data in the workspace is used by your applications and business processes, and how you want to access that data in the future.
51+
4252
In certain circumstances, splitting Azure Monitor workspace into multiple workspaces can be necessary. For example:
4353
* Monitoring data in sovereign clouds – Create Azure Monitor workspace(s) in each sovereign cloud.
4454
* Compliance or regulatory requirements that mandate storage of data in specific regions – Create an Azure Monitor workspace per region as per requirements. There may be a need to manage the scale of metrics for large services or financial institutions with regional accounts.

0 commit comments

Comments
 (0)