Skip to content

Commit ca57a5e

Browse files
authored
Merge pull request #276562 from PriskeyJeronika-MS/release-scommi
More edits
2 parents ae97b4b + 1d65f27 commit ca57a5e

11 files changed

+90
-25
lines changed

articles/azure-monitor/scom-manage-instance/create-operations-manager-managed-instance.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,6 @@ To create a SCOM Managed Instance, follow these steps:
9696

9797
The subnet can have existing resources in it. However, don't choose the subnet that houses the SQL managed instance because it won't contain enough IP addresses to house the SCOM Managed Instance components.
9898

99-
>[!NOTE]
100-
>Make sure to associate a NAT gateway with a chosen subnet. The presence of a NAT gateway is necessary for SCOM Managed Instance to retrieve the components required for both installation and auto upgrade scenarios.
10199
- **SCOM managed instance interface**:
102100
- **Static IP**: Enter the static IP for the load balancer. This IP should be in the selected subnet range for SCOM Managed Instance. Ensure that the IP is in the IPv4 format, and create it in your routing table.
103101
- **DNS name**: Enter the DNS name that you attached to the static IP from the preceding step. The DNS name is mapped to the static IP that's previously defined.
@@ -127,12 +125,14 @@ To create a SCOM Managed Instance, follow these steps:
127125
1. Under **Review + create**, review all the inputs given so far, and then select **Create**. Your deployment is created on Azure. Creation of a SCOM Managed Instance takes up to an hour.
128126

129127
>[!NOTE]
130-
>If the deployment fails, delete the instance and all the associated resources, and then create the instance again.
128+
>If the deployment fails, delete the instance and all the associated resources, and then create the instance again. For more information, see [Delete an instance](./common-questions.md#other-queries).
131129
132130
1. After the deployment is finished, select **Go to resource**.
133131

134132
On the instance page, you can view some of the essential details and instructions for post-deployment steps and reporting bugs.
135133

136-
## Next step
134+
## Next steps
137135

138-
[Create a user-assigned identity](create-user-assigned-identity.md).
136+
- [Troubleshoot commonly encountered errors while validating input parameters](troubleshooting-input-parameters-scom-managed-instance.md)
137+
- [Troubleshoot issues with Azure Monitor SCOM Managed Instance](troubleshoot-scom-managed-instance.md)
138+
- [Azure Monitor SCOM Managed Instance frequently asked questions](common-questions.md)

articles/azure-monitor/scom-manage-instance/create-separate-subnet-in-vnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This article describes how to create a separate subnet in a virtual network for
2222

2323
For more information on how to create a virtual network, see [Quickstart: Use the Azure portal to create a virtual network](/azure/virtual-network/quick-create-portal).
2424

25-
After a SCOM Managed Instance subnet is created, we need a NAT gateway for outbound internet access from the SCOM Managed Instance subnet. Edit the subnet to add a NAT gateway. In Azure, add a NAT gateway to the subnet where the SCOM Managed Instance is created. A NAT gateway is needed for outbound internet access from the SCOM Managed Instance subnet. For more information, see [What is Virtual Network NAT?](/azure/virtual-network/nat-gateway/nat-overview).
25+
After a SCOM Managed Instance subnet is created, we need a NAT gateway for outbound internet access from the SCOM Managed Instance subnet. Edit the subnet to add a NAT gateway. In Azure, add a NAT gateway to the subnet where the SCOM managed instance is created. A NAT gateway is needed for outbound internet access from the SCOM Managed Instance subnet. For more information, see [What is Virtual Network NAT?](/azure/virtual-network/nat-gateway/nat-overview).
2626

2727
>[!NOTE]
2828
>The SCOM Managed Instance requires outbound Internet access for communication with dependent endpoints. We recommend to use a NAT Gateway for this purpose. However, if there is an already established outbound internet access through a firewall, you can skip the creation of a NAT Gateway.

articles/azure-monitor/scom-manage-instance/create-user-assigned-identity.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,3 +109,7 @@ To grant permission on the key vault that you created in [step 4](create-key-vau
109109
:::image type="Principal tab" source="media/create-user-assigned-identity/principal.png" alt-text="Screenshot that shows the Principal tab.":::
110110

111111
1. Select **Next** > **Create**.
112+
113+
## Next steps
114+
115+
- [Create a gMSA account](create-group-managed-service-account.md)

articles/azure-monitor/scom-manage-instance/customizations-on-scom-managed-instance-management-servers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ If the script runs successfully, deployment gets successful and displays **Deplo
4848

4949
If there's an error in the script, you see **An error occurred during deployment. Please check the above logs for debugging** message.
5050

51-
## Next step
51+
## Next steps
5252

53-
[Register the Azure Monitor SCOM Managed Instance resource provider](register-scom-managed-instance-resource-provider.md)
53+
[Create a SCOM Managed Instance](create-operations-manager-managed-instance.md).

articles/azure-monitor/scom-manage-instance/index.yml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,24 @@ landingContent:
3333
links:
3434
- text: Migrate from Operations Manager on-premises to SCOM Managed Instance
3535
url: migrate-to-operations-manager-managed-instance.md
36-
36+
- linkListType: how-to-guide
37+
links:
38+
- text: Create SCOM Managed Instance
39+
url: create-operations-manager-managed-instance.md
40+
41+
- title: Visualize monitoring data
42+
linkLists:
43+
- linkListType: how-to-guide
44+
links:
45+
- text: Create reports on Power BI
46+
url: create-reports-power-bi.md
47+
- text: Dashboards on Azure Managed Grafana
48+
url: dashboards-on-azure-managed-grafana.md
49+
- title: Troubleshooting
50+
linkLists:
51+
- linkListType: how-to-guide
52+
links:
53+
- text: Troubleshoot issues with Azure Monitor SCOM Managed Instance
54+
url: troubleshoot-scom-managed-instance.md
55+
- text: Troubleshoot commonly encountered errors while validating input parameters
56+
url: troubleshooting-input-parameters-scom-managed-instance.md

articles/azure-monitor/scom-manage-instance/migrate-to-operations-manager-managed-instance.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This quickstart provides the process of migration from Operations Manager on-pre
1717

1818
## Prerequisites
1919

20-
1. Verify that your current Operations Manager agent version is supported to be multi-homed with SCOM Managed Instance.
20+
1. Verify that your current Operations Manager agent version is supported to multi-homed with SCOM Managed Instance.
2121

2222
>[!Note]
2323
>Agent versions 2022 and 2019 are supported.
@@ -219,3 +219,7 @@ To migrate from System Center Operations Manager agent to SCOM Managed Instance,
219219
- Agent mapping and configuration
220220
- Gateways
221221
- Custom and 3P Solutions
222+
223+
## Next steps
224+
225+
[Create a SCOM Managed Instance on Azure](create-operations-manager-managed-instance.md).

articles/azure-monitor/scom-manage-instance/monitor-health-scom-managed-instance.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ For more information, see [Azure Resource Health overview](/azure/service-health
2727

2828
To troubleshoot the problems in your service, see the following:
2929

30+
- [Troubleshoot issues with Azure Monitor SCOM Managed Instance](./troubleshoot-scom-managed-instance.md).
31+
- [Troubleshoot commonly encountered errors while validating input parameters](./troubleshooting-input-parameters-scom-managed-instance.md).
3032
- Use the [troubleshooting tool](https://portal.azure.com/#view/Microsoft_Azure_Support/TroubleshootV2Blade/assetId/%2Fsubscriptions%2F5a87dd7e-200a-4e94-8cd6-a9461de63755%2FresourceGroups%2Fsaipwus2rg1%2Fproviders%2FMicrosoft.Scom%2FmanagedInstances%2Fsaipscom1) to get recommended solutions.
31-
32-
## Next step
33-
34-
[Tutorial: Create an instance of Azure Monitor SCOM Managed Instance](tutorial-create-scom-managed-instance.md).

articles/azure-monitor/scom-manage-instance/overview.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The following table highlights the key differences between System Center Operati
6262
|Manageability of monitoring infrastructure|Availability, Reliability, and Fault-Tolerance|Customer responsibility. No HA or BCDR promised by the product.|Instance-level availability and tolerance.|
6363
|Manageability of monitoring infrastructure|Optimization and Scaling|Customer responsibility and heavy infrastructure.|Manually initiated from the portal at the click of a button.|
6464
|Workload monitoring|Reuse of System Center Operations Manager management packs|All agent-based management packs are supported.|All agent-based management packs are supported.|
65-
|Workload monitoring|Monitoring non-domain workloads|Supported via gateway servers.|Via gateway servers for off-Azure endpoints and via managed identity for Azure endpoints.|
65+
|Workload monitoring|Monitoring non-domain workloads|Supported via gateway servers.|Via gateway servers for off-Azure endpoints and via managed identify for Azure endpoints.|
6666
|Workload monitoring|Monitoring Arc and multicloud workloads|Arc is not supported. Availability of Azure management pack.|Azure-based, Arc connected, and on-premises workloads.|
6767
|Log collection and analysis|Query and analysis of observability data|Querying is possible.|Maintained in SQL managed instance. <br/> <br/> A first-class ability to channel data into the log analytics workspace to maintain a central data plane.
6868
|Alerting|Real-time alerts for infra and apps|Alerting through System Center Operations Manager Ops console.|Integrated alerting with Azure Monitor.|
@@ -71,6 +71,8 @@ The following table highlights the key differences between System Center Operati
7171

7272
## Architecture
7373

74+
:::image type="SCOM Managed Instance architecture" source="media/operations-manager-managed-instance-overview/architecture.png" alt-text="Screenshot showing architecture.":::
75+
7476
A SCOM Managed Instance consists of two parts:
7577
- A Microsoft-managed part
7678
- A customer-managed part
@@ -96,3 +98,21 @@ In customer subscription, SCOM Managed Instance, creates a Virtual Machine Scale
9698

9799
Operations Manager Management server and monitored agents are connected through ER/VPN. Agents establish session with Operations Manager Management server using the Kerberos authentication, where Operations Manager Virtual Machine Scale Sets VMs are joined to the AD domain of the monitored agents.
98100

101+
## Next steps
102+
103+
To create SCOM Managed Instance, follow these steps:
104+
105+
- [Step 1. Register the SCOM Managed Instance resource provider](register-scom-managed-instance-resource-provider.md).
106+
- [Step 2. Create separate subnet in a VNet](create-separate-subnet-in-vnet.md).
107+
- [Step 3. Create a SQL Managed Instance](create-sql-managed-instance.md).
108+
- [Step 4. Create a Key vault](create-key-vault.md).
109+
- [Step 5. Create a user assigned identity](create-user-assigned-identity.md).
110+
- [Step 6. Create a computer group and gMSA account](create-group-managed-service-account.md).
111+
- [Step 7. Store domain credentials in Key vault](store-domain-credentials-key-vault.md).
112+
- [Step 8. Create a static IP](create-static-ip.md).
113+
- [Step 9. Configure the network firewall](configure-network-firewall.md).
114+
- [Step 10. Verify Azure and internal GPO policies](verify-azure-internal-group-policy-object-policies.md).
115+
- [Step 11. SCOM Managed Instance self-verification of steps](self-verification-steps.md).
116+
- [Step 12. Create a SCOM Managed Instance](create-operations-manager-managed-instance.md).
117+
118+
[Migrate from Operations Manager on-premises to Azure Monitor SCOM Managed Instance](migrate-to-operations-manager-managed-instance.md).

articles/azure-monitor/scom-manage-instance/query-scom-managed-instance-data-on-grafana.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,4 +191,4 @@ SELECT PD.TimeSampled
191191

192192
## Next steps
193193

194-
[Patch Azure Monitor SCOM Managed Instance](patch-scom-managed-instance.md)
194+
[Troubleshoot issues with Azure Monitor SCOM Managed Instance](troubleshoot-scom-managed-instance.md).

articles/azure-monitor/scom-manage-instance/tutorial-create-scom-managed-instance.md

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,22 @@ This tutorial describes how to create an instance of the service (a SCOM Managed
3636
- West US 2
3737
- West US 3
3838

39+
## Prerequisites
40+
41+
Before you create a SCOM Managed Instance, follow these steps:
42+
43+
- [Step 1. Register the SCOM Managed Instance resource provider](register-scom-managed-instance-resource-provider.md).
44+
- [Step 2. Create separate subnet in a VNet](create-separate-subnet-in-vnet.md).
45+
- [Step 3. Create a SQL Managed Instance](create-sql-managed-instance.md).
46+
- [Step 4. Create a Key vault](create-key-vault.md).
47+
- [Step 5. Create a user assigned identity](create-user-assigned-identity.md).
48+
- [Step 6. Create a computer group and gMSA account](create-group-managed-service-account.md).
49+
- [Step 7. Store domain credentials in Key vault](store-domain-credentials-key-vault.md).
50+
- [Step 8. Create a static IP](create-static-ip.md).
51+
- [Step 9. Configure the network firewall](configure-network-firewall.md).
52+
- [Step 10. Verify Azure and internal GPO policies](verify-azure-internal-group-policy-object-policies.md).
53+
- [Step 11. SCOM Managed Instance self-verification of steps](self-verification-steps.md).
54+
3955
## Create a SCOM Managed Instance
4056

4157
To create a SCOM Managed Instance, follow these steps:
@@ -96,8 +112,6 @@ To create a SCOM Managed Instance, follow these steps:
96112

97113
The subnet can have existing resources in it. However, don't choose the subnet that houses the SQL managed instance because it won't contain enough IP addresses to house the SCOM Managed Instance components.
98114

99-
>[!NOTE]
100-
>Make sure to associate a NAT gateway with a chosen subnet. The presence of a NAT gateway is necessary for SCOM Managed Instance to retrieve the components required for both installation and auto upgrade scenarios.
101115
- **SCOM managed instance interface**:
102116
- **Static IP**: Enter the static IP for the load balancer. This IP should be in the selected subnet range for SCOM Managed Instance. Ensure that the IP is in the IPv4 format, and create it in your routing table.
103117
- **DNS name**: Enter the DNS name that you attached to the static IP from the preceding step. The DNS name is mapped to the static IP that's previously defined.
@@ -127,9 +141,14 @@ To create a SCOM Managed Instance, follow these steps:
127141
1. Under **Review + create**, review all the inputs given so far, and then select **Create**. Your deployment is created on Azure. Creation of a SCOM Managed Instance takes up to an hour.
128142

129143
>[!NOTE]
130-
>If the deployment fails, delete the instance and all the associated resources, and then create the instance again.
144+
>If the deployment fails, delete the instance and all the associated resources, and then create the instance again. For more information, see [Delete an instance](./common-questions.md#other-queries).
131145
132146
1. After the deployment is finished, select **Go to resource**.
133147

134148
On the instance page, you can view some of the essential details and instructions for post-deployment steps and reporting bugs.
135149

150+
## Next steps
151+
152+
- [Troubleshoot commonly encountered errors while validating input parameters](troubleshooting-input-parameters-scom-managed-instance.md)
153+
- [Troubleshoot issues with Azure Monitor SCOM Managed Instance](troubleshoot-scom-managed-instance.md)
154+
- [Azure Monitor SCOM Managed Instance frequently asked questions](common-questions.md)

0 commit comments

Comments
 (0)