Skip to content

Commit f379a37

Browse files
committed
Docs update
1 parent 3661134 commit f379a37

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

articles/monitoring-and-diagnostics/monitoring-alerts-extend-tool.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ms.author: vinagara
2020
Alerts in Log Analytics is being replaced by Azure Alerts and as part of this transition, alerts that you configured in Log Analytics will be migrated into Azure. If you don't want to wait for them to be automatically moved into Azure, you can initiate the process following one of the options:
2121

2222
1. Manually from the OMS portal
23-
2. Programatically using the AlertsVersion API
23+
2. Programmatically using the AlertsVersion API
2424

2525
> [!NOTE]
2626
> Microsoft will automatically migrate alerts created in Log Analytics to Azure alerts starting on **14 May 2018** in a phased approach until completed. From this day forward, Microsoft will begin to schedule migrating the alerts to Azure, and during this transition, alerts can be managed from both the OMS portal and Azure portal. This process is nondestructive and not interruptive.
@@ -136,7 +136,7 @@ armclient POST /subscriptions/<subscriptionId>/resourceGroups/<resourceGroupNam
136136
> [!NOTE]
137137
> Result of migrating alerts into Azure Alerts may vary based on the summary provided by GET response. Once scheduled, alerts in Log Analytics will be temporarily unavailable for editing/modification in the OMS portal. However, new alerts can be created.
138138
139-
If the POST resquest is successful, it returns a HTTP 200 OK status along with the following response:
139+
If the POST request is successful, it returns an HTTP 200 OK status along with the following response:
140140

141141
```json
142142
{
@@ -209,7 +209,7 @@ This response indicates the alerts have been successfully migrated into Azure Al
209209

210210

211211
## Option 3 - Using custom PowerShell script
212-
After May 14, 2018 - if Microsoft has not successfully extended your alerts from OMS portal to Azure; then till **July 5, 2018** - user can manually do the same via [Option1 - Via GUI](#option-1---initiate-from-the-oms-portal) or [Option 2 - Via API](#option-2---using-the-alertsversion-api).
212+
After May 14, 2018 - if Microsoft has not successfully extended your alerts from OMS portal to Azure; then until **July 5, 2018** - user can manually do the same via [Option1 - Via GUI](#option-1---initiate-from-the-oms-portal) or [Option 2 - Via API](#option-2---using-the-alertsversion-api).
213213

214214
After **July 5, 2018** - all alerts from OMS portal will be extended into Azure. Users who didn't take the [necessary remediation steps suggested](#troubleshooting), will have their alerts running without firing actions or notifications due to the lack of associated [Action Groups](monitoring-action-groups.md).
215215

@@ -432,19 +432,19 @@ $response = armclient post "/subscriptions/$subscriptionId/resourceGroups/$resou
432432

433433

434434
**Using the custom PowerShell script**
435-
- Pre-requisite is the installation of [ARMclient](https://github.com/projectkudu/ARMClient),an open-source command-line tool that simplifies invoking the Azure Resource Manager API
435+
- Pre-requisite is the installation of [ARMclient](https://github.com/projectkudu/ARMClient), an open-source command-line tool that simplifies invoking the Azure Resource Manager API
436436
- User running the said script must have Contributor or Owner role in the Azure Subscription
437437
- The following are the parameters to be provided for the script:
438-
- $subscriptionId: The Azure Subscription id associated with the OMS/LA Workspace
438+
- $subscriptionId: The Azure Subscription ID associated with the OMS/LA Workspace
439439
- $resourceGroup: The Azure Resource Group where lies the OMS/LA Workspace
440440
- $workspaceName: The name of the OMS/LA Workspace
441441

442442
**Output of the custom PowerShell script**
443443
The script is verbose and will output the steps as it executes.
444-
- It will display the summary which contains the information about the existing OMS/LA alerts in the workspace and the Azure action groups to be created for the actions associated with them.
444+
- It will display the summary, which contains the information about the existing OMS/LA alerts in the workspace and the Azure action groups to be created for the actions associated with them.
445445
- User will be prompted to go ahead with the extension or exit after viewing the summary.
446446
- If the user prompts to go ahead with extension, new Azure action groups will be created and all the existing alerts will be associated with them.
447-
- In the end, the script exits by displaying the message "Extension complete!!". In case of any intermediate failures, subsequent errors will be displayed.
447+
- In the end, the script exits by displaying the message "Extension complete!." In case of any intermediate failures, subsequent errors will be displayed.
448448

449449
## Troubleshooting
450450
During the process of extending alerts from OMS into Azure, there can be occasional issue that prevents the system from creating necessary [Action Groups](monitoring-action-groups.md). In such cases an error message will be shown in OMS portal via banner in Alert section and in GET call done to API.

articles/monitoring-and-diagnostics/monitoring-alerts-extend.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.author: vinagara
1717

1818
---
1919
# Migrate Log Analytics alerts to Azure Alerts
20-
Until recently, Azure Log Analytics included its own alert functionality which could proactively notify you of conditions based on Log Analytics data. Management of alert rules were performed in [Microsoft Operation Management Suite (OMS) portal](../operations-management-suite/operations-management-suite-overview.md). The new alerts experience has now integrated the alerting experience across various services in Microsoft Azure. The new experience is available as **Alerts** under Azure Monitor in the Azure portal, and supports alerting from activity logs, metrics, and logs from both Log Analytics and Application Insights.
20+
Until recently, Azure Log Analytics included its own alert functionality, which could proactively notify you of conditions based on Log Analytics data. Management of alert rules were performed in [Microsoft Operation Management Suite (OMS) portal](../operations-management-suite/operations-management-suite-overview.md). The new alerts experience has now integrated the alerting experience across various services in Microsoft Azure. The new experience is available as **Alerts** under Azure Monitor in the Azure portal, and supports alerting from activity logs, metrics, and logs from both Log Analytics and Application Insights.
2121

2222
## Benefits of migrating your alerts
2323
There are several advantages of creating and managing alerts in the Azure port, such as:
@@ -44,10 +44,10 @@ When alerts in a Log Analytics workspace are scheduled for migrating to Azure, t
4444
You can enjoy the benefits of migrating alerts before this date by voluntarily opting to move them to Azure Alerts.
4545

4646
### How to voluntarily migrate your alerts
47-
To migrate your alerts to Azure Alerts, we have included two methods to complete this task in your workspace. You can accomlish this either from a wizard available in the OMS portal or programatically using a new API. For more information, see [Migrating alerts into Azure using OMS portal and API](monitoring-alerts-extend-tool.md).
47+
To migrate your alerts to Azure Alerts, we have included two methods to complete this task in your workspace. You can accomplish this either from a wizard available in the OMS portal or programmatically using a new API. For more information, see [Migrating alerts into Azure using OMS portal and API](monitoring-alerts-extend-tool.md).
4848

4949
## Experience after migrating your alerts
50-
After your alerts are migrated to Azure Alerts, they will continue to be available in the OMS portal for management no differently than before .<br><br> ![OMS Portal listing alerts after being migrated to Azure](./media/monitor-alerts-extend/PostExtendList.png)
50+
After your alerts are migrated to Azure Alerts, they will continue to be available in the OMS portal for management no differently than before.<br><br> ![OMS Portal listing alerts after being migrated to Azure](./media/monitor-alerts-extend/PostExtendList.png)
5151

5252
When you attempt to edit an existing alert or create a new alert in the OMS portal, you are automatically redirected to Azure Alerts.
5353

0 commit comments

Comments
 (0)