Skip to content

Commit 0377eee

Browse files
fixed blocking issues
1 parent 0e0f0ea commit 0377eee

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

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/customizations-on-scom-managed-instance-management-servers.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,7 @@ Here's an example of a command to run the script (replace the parameters in quot
4747
If the script runs successfully, deployment gets successful and displays **Deployment finished Successfully** message.
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.
50+
51+
## Next step
52+
53+
[Register the Azure Monitor SCOM Managed Instance resource provider](register-scom-managed-instance-resource-provider.md)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
- name: Step 2. Create separate subnet in a VNet
3030
href: create-separate-subnet-in-vnet.md
3131
- name: Step 3. Create a SQL MI
32-
herf: create-sql-managed-instance.md
32+
href: create-sql-managed-instance.md
3333
- name: Step 4. Create a Key vault
3434
href: create-key-vault.md
3535
- name: Step 5. Create a user assigned identity

0 commit comments

Comments
 (0)