Skip to content

Commit a3fa325

Browse files
committed
revised draft
1 parent 4425579 commit a3fa325

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/azure-arc/servers/organize-inventory-servers.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ ms.date: 03/03/2023
55
ms.topic: conceptual
66
---
77

8-
# Organize and inventory servers everywhere with hierarchies, tagging, and reporting
8+
# Organize and inventory servers with hierarchies, tagging, and reporting
99

1010
Azure Arc-enabled servers allows customers to develop an inventory across hybrid, multicloud, and edge workloads with the organizational and reporting capabilities native to Azure management. Azure Arc-enabled servers supports a breadth of platforms and distributions across Windows and Linux. Arc-enabled servers is also domain agnostic and integrates with Azure Lighthouse for multi-tenant customers.
1111

12-
By projecting resources into the Azure management plane, Azure Arc empowers customers to leverage the organizational, tagging, and querying capabilities that are native to Azure.
12+
By projecting resources into the Azure management plane, Azure Arc empowers customers to leverage the organizational, tagging, and querying capabilities native to Azure.
1313

1414
## Organize resources with built-in Azure hierarchies
1515

@@ -19,27 +19,27 @@ Azure provides four levels of management scope:
1919
- Subscriptions
2020
- Resource groups
2121
- Resources
22-
annot install Azure Arc-enabled servers on an Azure VM for production scenarios, it is possible to configure Azure Arc-enabled servers to run on an Azure VM for *evaluation and testing purposes only*. This article will help you set up an Azure VM before you can enable Azure Arc-enabled servers on it.
2322

2423
These levels of management help to manage access, policies, and compliance more efficiently. For example, if you apply a policy at one level, it propagates down to lower levels, helping improve governance posture. Moreover, these levels can be used to scope policies and security controls. For Arc-enabled servers, the different business units, applications, or workloads can be used to derive the hierarchical structure in Azure. Once resources have been onboarded to Azure Arc, you can seamlessly move an Arc-enabled server between different resource groups and scopes.
2524

2625
:::image type="content" source="media/organize-inventory-servers/management-levels.png" alt-text="Diagram showing the four levels of management scope.":::
2726

2827
## Tagging resources to capture additional, customizable metadata
2928

30-
Tags are metadata elements you apply to your Azure resources. They're key-value pairs that help you identify resources based on settings relevant to your organization. For example, you can tag the Environment for a resource as Production or Testing. Alternatively, you can use tagging to capture the ownership for a resource separating the Creator or Administrator. Tags can also capture details on the resource itself, such as the physical datacenter, business unit, or workload. You can apply tags to your Azure resources, resource groups, and subscriptions. This extends to infrastructure outside of Azure through Azure Arc.
29+
Tags are metadata elements you apply to your Azure resources. They are key-value pairs that help identify resources, based on settings relevant to your organization. For example, you can tag the environment for a resource as *Production* or *Testing*. Alternatively, you can use tagging to capture the ownership for a resource, separating the *Creator* or *Administrator*. Tags can also capture details on the resource itself, such as the physical datacenter, business unit, or workload. You can apply tags to your Azure resources, resource groups, and subscriptions. This extends to infrastructure outside of Azure as well, through Azure Arc.
3130

32-
You can point and click in Azure portal to define tags at the time of onboarding to Azure Arc-enabled servers or on a per-server basis. Alternatively, you can use Azure CLI, Azure PowerShell, ARM templates, or Azure policy for scalable tag deployments. Tags can be used to filter operations as well like the deployment of extensions or service attach—providing not just a more comprehensive inventory of your servers, but ease of operational flexibility and management.
31+
32+
You can define tags in Azure portal through a simple point and click method. Tags can be defined when onboarding servers to Azure Arc-enabled servers or on a per-server basis. Alternatively, you can use Azure CLI, Azure PowerShell, ARM templates, or Azure policy for scalable tag deployments. Tags can be used to filter operations as well, such as the deployment of extensions or service attachments. This provides not only a more comprehensive inventory of your servers, but also operational flexibility and ease of management.
3333

3434
:::image type="content" source="media/organize-inventory-servers/server-tags.png" alt-text="Screenshot of Azure portal showing tags applied to a server.":::
3535

3636
## Reporting and querying with Azure Resource Graph (ARG)
3737

38-
Numerous facets of instance metadata are collected with Azure Arc-enabled servers as part of the instance metadata – this includes the platform, operating system, presence of SQL server, or AWS and GCP details among others. These attributes can be queried at scale using Azure Resource Graph.
38+
Numerous types of data are collected with Azure Arc-enabled servers as part of the instance metadata. This includes the platform, operating system, presence of SQL server, or AWS and GCP details. These attributes can be queried at scale using Azure Resource Graph.
3939

40-
Azure Resource Graph is an Azure service designed to extend Azure Resource Management by providing efficient and performant resource exploration with the ability to query at scale across a given set of subscriptions so that you can effectively govern your environment. These queries provide the following abilities to query resources with complex filtering, grouping, and sorting by resource properties.
40+
Azure Resource Graph is an Azure service designed to extend Azure Resource Management by providing efficient and performant resource exploration with the ability to query at scale across a given set of subscriptions so that you can effectively govern your environment. These queries provide the ability to query resources with complex filtering, grouping, and sorting by resource properties.
4141

42-
Results can be easily visualized and exported to other reporting solutions. Moreover there are dozens of built-in Azure Resource Graph queries capturing salient information across Azure VM’s and Arc-enabled servers like their VM extensions, regional breakdown, and operating systems.
42+
Results can be easily visualized and exported to other reporting solutions. Moreover there are dozens of built-in Azure Resource Graph queries capturing salient information across Azure VMs and Arc-enabled servers, such as their VM extensions, regional breakdown, and operating systems.
4343

4444
## Additional resources
4545

0 commit comments

Comments
 (0)