You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- You need to specify a peering name (in the field **Peering link name**).
48
48
- The first name is used to name the peer network from the current network to the other network. The second name is used to name the peer network from the other network to this network.
49
49
- In the section *Virtual Network*, specify the name of the VNet that you're peering. If you can't find the VNet, you can search for it using the *Resource ID*. Retain the rest of the options as default.
I don't see my region in SQL MI. How do I solve that?
55
55
answer: |
56
56
1. If you don't see the region that you want to choose (West US or West Europe) in the list of regions, select **Not seeing a region**, and then select **Request quota increase for your subscription**.
57
-
:::image type="Region error" source="media/operations-manager-managed-instance-common-questions/region-error.png" alt-text="Screenshot showing region error.":::
57
+
:::image type="Region error" source="media/scom-managed-instance-faq/region-error.png" alt-text="Screenshot showing region error.":::
58
58
2. Enter the required fields in **Basics** and go to **Details** to enter the **Problem details**.
59
-
:::image type="New support request" source="media/operations-manager-managed-instance-common-questions/new-support-request-inline.png" alt-text="Screenshot showing new support request." lightbox="media/operations-manager-managed-instance-common-questions/new-support-request-expanded.png":::
59
+
:::image type="New support request" source="media/scom-managed-instance-faq/new-support-request-inline.png" alt-text="Screenshot showing new support request." lightbox="media/scom-managed-instance-faq/new-support-request-expanded.png":::
60
60
3. Select **Enter details**. **Quota details** page opens on the right pane. In *Region*, choose the desired region and change the limits as desired (10 subnets and 500 vCores should suffice). Select **Save and continue** and then select **Next: Review + create >>** to raise the ticket. It might take 24 hours for the ticket to get resolved. Wait for it to get resolved before proceeding to create the SQL MI instance.
61
+
<br>
62
+
For more information, see [Which Azure regions are supported?](/azure/azure-sql/managed-instance/frequently-asked-questions-faq?view=azuresql#which-azure-regions-are-supported).
61
63
- name: Azure role-based access control (RBAC)
62
64
questions:
63
65
- question: |
@@ -74,7 +76,7 @@ sections:
74
76
|Role information can be accessed in Azure portal, Azure CLI, Azure PowerShell, Azure Resource Manager templates, REST API|Role information can be accessed in Azure admin portal, Microsoft 365, admin center, Microsoft Graph, Microsoft Entra ID PowerShell|
75
77
<br>
76
78
Below is the high-level view of how the classic subscription administrator roles, Azure roles, and Azure AD roles are related.
77
-
:::image type="Microsoft Entra ID roles" source="media/operations-manager-managed-instance-common-questions/azure-active-directory-roles.png" alt-text="Screenshot of Microsoft Entra ID roles.":::
79
+
:::image type="Microsoft Entra ID roles" source="media/scom-managed-instance-faq/azure-active-directory-roles.png" alt-text="Screenshot of Microsoft Entra ID roles.":::
78
80
- question: |
79
81
What is a Global Administrator role?
80
82
answer: |
@@ -96,7 +98,7 @@ sections:
96
98
You can either delete the instance from the instance view itself or from the *Resource Group* view.
97
99
<br>
98
100
In the instance view, select *Delete* from the top menu and wait for the confirmation that the instance has been deleted.
Alternatively, go to your resource group view (search for Resource Group in the Azure search bar, and in the list of results, open your resource group). Go to the resource group where the SCOM Managed Instance resides and delete the instance.
101
103
<br>
102
104
Once the instance is deleted, you'll also have to delete the two databases created in SQL MI. In the resource view, select the two databases (depending on what name you gave to your SCOM Managed Instance) and select **Delete**.
@@ -122,7 +124,7 @@ sections:
122
124
- question: |
123
125
Can I view the SCOM Managed Instance resources and VMs in my subscription?
124
126
answer: |
125
-
Since this instance requires you to create the SCOM Managed Instance in your subscription, all the SCOM Managed Instance resources (including the VMs) will be visible to you. However, we recommend not to do any actions on the VMs and other resources while you're operating SCOM Managed Instance to avoid unforeseen complexities.
127
+
Since this instance requires you to create the SCOM Managed Instance in your subscription, you will be able to see all the SCOM Managed Instance resources (including the VMs). However, we recommend not to do any actions on the VMs and other resources while you're operating SCOM Managed Instance to avoid unforeseen complexities.
Can we perform actions on on-premises monitored resources?
151
+
Can we perform actions on on-premises monitored resources from Azure Portal?
150
152
answer: |
151
-
You can't perform actions on the on-premises monitored resources, but can view them. Additionally, if the monitored objects are deleted, the portal will automatically remove those on-premises objects after six hours.
153
+
You can't perform actions on the on-premises monitored resources, but can view them. Additionally, if the monitored objects are deleted, the portal will automatically remove those on-premises objects in five minutes.
152
154
- question: |
153
155
How often are the connectivity synchronizations performed for monitored resources and managed gateways?
154
156
answer: |
155
157
The monitored resources and managed gateways connectivity status are updated every minute, you can view the same in the Properties context menu.
156
158
- question: |
157
-
What happens if an agent is already installed on the machine?
159
+
What happens if a System Center Operations Manager agent is already installed on the machine?
158
160
answer: |
159
-
The same agent will be used and multi-homed to the SCOM Managed Instance.
161
+
The agent will be upgraded in-place (if required) and multi-homed to the SCOM Managed Instance.
160
162
- question: |
161
163
Which extension version of SCOM Managed Instance supports agent (monitored resource) or managed gateway servers?
162
164
answer: |
@@ -184,7 +186,7 @@ sections:
184
186
- Check if it has the outbound connectivity to *.workloadnexus.azure.com
185
187
- Check if the firewall has been opened for this URL.
186
188
<br>
187
-
For example: `Test-NetConnection westus.workloadnexus.azure.com -Port 443`
189
+
For example: `Test-NetConnection westus.workloadnexus.azure.com -Port 443` (Region must be SCOM Managed Instance's region)
188
190
- question: |
189
191
How can we determine if an agent (monitored resource) or gateway has a line of sight to the management servers?
0 commit comments