Skip to content

Commit fb22260

Browse files
authored and
committed
Image fixes, export text fixes, entry point fixes, remove video from overview
1 parent 97d9279 commit fb22260

13 files changed

+303
-308
lines changed

articles/monitoring-and-diagnostics/monitoring-archive-activity-log.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ In this article, we show how you can use the Azure portal, PowerShell Cmdlets, o
1818
>
1919
2020
## Prerequisites
21-
Before you begin, you need to [Create a storage account](../storage/common/storage-quickstart-create-account.md) to which you can archive your Activity Log. We highly recommend that you do not use an existing storage account that has other, non-monitoring data stored in it so that you can better control access to monitoring data. However, if you are also archiving Diagnostic Logs and metrics to a storage account, it may make sense to use that storage account for your Activity Log as well to keep all monitoring data in a central location. The storage account does not have to be in the same subscription as the subscription emitting logs as long as the user who configures the setting has appropriate RBAC access to both subscriptions.
21+
Before you begin, you need to [create a storage account](../storage/common/storage-create-storage-account.md#create-a-storage-account) to which you can archive your Activity Log. We highly recommend that you do not use an existing storage account that has other, non-monitoring data stored in it so that you can better control access to monitoring data. However, if you are also archiving Diagnostic Logs and metrics to a storage account, it may make sense to use that storage account for your Activity Log as well to keep all monitoring data in a central location. The storage account does not have to be in the same subscription as the subscription emitting logs as long as the user who configures the setting has appropriate RBAC access to both subscriptions.
2222

2323
> [!NOTE]
2424
> You cannot currently archive data to a storage account that behind a secured virtual network.
@@ -29,10 +29,10 @@ To archive the Activity Log using any of the methods below, you set the **Log Pr
2929
## Archive the Activity Log using the portal
3030
1. In the portal, click the **Activity Log** link on the left-side navigation. If you don’t see a link for the Activity Log, click the **All Services** link first.
3131

32-
![Navigate to Activity Log blade](media/monitoring-archive-activity-log/act-log-portal-navigate.png)
33-
2. At the top of the blade, click **Export**.
32+
![Navigate to Activity Log blade](media/monitoring-archive-activity-log/activity-logs-portal-navigate-v2.png)
33+
2. At the top of the blade, click **Export to Event Hub**.
3434

35-
![Click the Export button](media/monitoring-archive-activity-log/act-log-portal-export-button.png)
35+
![Click the Export button](media/monitoring-archive-activity-log/activity-logs-portal-export-v2.png)
3636
3. In the blade that appears, check the box for **Export to a storage account** and select a storage account.
3737

3838
![Set a storage account](media/monitoring-archive-activity-log/act-log-portal-export-blade.png)
@@ -59,9 +59,9 @@ To archive the Activity Log using any of the methods below, you set the **Log Pr
5959
| Property | Required | Description |
6060
| --- | --- | --- |
6161
| StorageAccountId |Yes |Resource ID of the Storage Account to which Activity Logs should be saved. |
62-
| Location |Yes |Comma-separated list of regions for which you would like to collect Activity Log events. You can view a list of all regions for your subscription using `(Get-AzureRmLocation).Location`. |
62+
| Locations |Yes |Comma-separated list of regions for which you would like to collect Activity Log events. You can view a list of all regions for your subscription using `(Get-AzureRmLocation).Location`. |
6363
| RetentionInDays |No |Number of days for which events should be retained, between 1 and 2147483647. A value of zero stores the logs indefinitely (forever). |
64-
| Category |No |Comma-separated list of event categories that should be collected. Possible values are Write, Delete, and Action. If not provided, then all possible values are assumed |
64+
| Categories |No |Comma-separated list of event categories that should be collected. Possible values are Write, Delete, and Action. If not provided, then all possible values are assumed |
6565

6666
## Archive the Activity Log via CLI
6767

articles/monitoring-and-diagnostics/monitoring-overview-activity-logs.md

+7-12
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ You can retrieve events from your Activity Log using the Azure portal, CLI, Powe
2929
> [!NOTE]
3030
> [The newer alerts](monitoring-overview-unified-alerts.md) offers an enhanced experience when creating and managing activity log alert rules. [Learn more](monitoring-activity-log-alerts-new-experience.md).
3131
32-
View the following video introducing the Activity Log.
33-
> [!VIDEO https://channel9.msdn.com/Blogs/Seth-Juarez/Logs-John-Kemnetz/player]
34-
3532

3633
## Categories in the Activity Log
3734
The Activity Log contains several categories of data. For full details on the schemata of these categories, [see this article](monitoring-activity-log-schema.md). These include:
@@ -64,7 +61,7 @@ Here are some of the things you can do with the Activity Log:
6461
Within the Azure portal, you can view your Activity Log in several places:
6562
* The **Activity Log** that you can access by searching for the Activity Log under **All services** in the left-hand navigation pane.
6663
* **Monitor** appears by default in the left-hand navigation pane. The Activity Log is one section of Azure Monitor.
67-
* Any resource's **resource**, for example, the configuration blade for a Virtual Machine. The Activity Log is be one of the sections on most of these resource blades, and clicking on it automatically filters the events to those related to that specific resource.
64+
* Most **resources**, for example, the configuration blade for a Virtual Machine. The Activity Log is a section on most resource blades, and clicking on it automatically filters the events to those related to that specific resource.
6865

6966
In the Azure portal, you can filter your Activity Log by these fields:
7067
* Timespan - The start and end time for events.
@@ -78,11 +75,9 @@ In the Azure portal, you can filter your Activity Log by these fields:
7875
* Event initiated by - The 'caller,' or user who performed the operation.
7976
* Open search - This is an open text search box that searches for that string across all fields in all events.
8077

81-
Once you have defined a set of filters, you can save it as a query that is persisted across sessions if you ever need to perform the same query with those filters applied again in the future. You can also pin a query to your Azure dashboard to always keep an eye on specific events.
82-
83-
Clicking "Apply" runs your query and show all matching events. Clicking on any event in the list shows the summary of that event as well as the full raw JSON of that event.
78+
Once you have defined a set of filters, you can pin a query to your Azure dashboard to always keep an eye on specific events.
8479

85-
For even more power, you can click the **Log Search** icon, which displays your Activity Log data in the [Log Analytics Activity Log Analytics solution](../log-analytics/log-analytics-activity.md). The Activity Log blade offers a basic filter/browse experience on logs, but Log Analytics enables you to pivot, query, and visualize your data in more powerful ways.
80+
For even more power, you can click the **Logs** icon, which displays your Activity Log data in the [Log Analytics Activity Log Analytics solution](../log-analytics/log-analytics-activity.md). The Activity Log blade offers a basic filter/browse experience on logs, but Log Analytics enables you to pivot, query, and visualize your data in more powerful ways.
8681

8782
## Export the Activity Log with a Log Profile
8883
A **Log Profile** controls how your Activity Log is exported. Using a Log Profile, you can configure:
@@ -108,14 +103,14 @@ You can use a storage account or event hub namespace that is not in the same sub
108103
These settings can be configured via the “Export” option in the Activity Log blade in the portal. They can also be configured programmatically [using the Azure Monitor REST API](https://msdn.microsoft.com/library/azure/dn931927.aspx), PowerShell cmdlets, or CLI. A subscription can only have one log profile.
109104

110105
### Configure log profiles using the Azure portal
111-
You can stream the Activity Log to an Event Hub or store them in a Storage Account by using the “Export” option in the Azure portal.
106+
You can stream the Activity Log to an Event Hub or store them in a Storage Account by using the “Export to Event Hub” option in the Azure portal.
112107

113108
1. Navigate to **Activity Log** using the menu on the left side of the portal.
114109

115-
![Navigate to Activity Log in portal](./media/monitoring-overview-activity-logs/activity-logs-portal-navigate.png)
116-
2. Click the **Export** button at the top of the blade.
110+
![Navigate to Activity Log in portal](./media/monitoring-overview-activity-logs/activity-logs-portal-navigate-v2.png)
111+
2. Click the **Export to Event Hub** button at the top of the blade.
117112

118-
![Export button in portal](./media/monitoring-overview-activity-logs/activity-logs-portal-export.png)
113+
![Export button in portal](./media/monitoring-overview-activity-logs/activity-logs-portal-export-v2.png)
119114
3. In the blade that appears, you can select:
120115
* regions for which you would like to export events
121116
* the Storage Account to which you would like to save events

articles/monitoring-and-diagnostics/monitoring-stream-activity-logs-event-hubs.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ To update the Activity Log log profile to include streaming, the user who's maki
3333
### Via the Azure portal
3434
1. Browse to the **Activity Log** section by using the **All services** search on the left side of the portal.
3535

36-
![Selecting Activity Log from the list of services in the portal](./media/monitoring-stream-activity-logs-event-hubs/activity.png)
37-
2. Select the **Export** button at the top of the log.
36+
![Selecting Activity Log from the list of services in the portal](./media/monitoring-stream-activity-logs-event-hubs/activity-logs-portal-navigate-v2.png)
37+
2. Select the **Export to Event Hub** button at the top of the log.
3838

39-
![Export button in the portal](./media/monitoring-stream-activity-logs-event-hubs/export.png)
39+
![Export button in the portal](./media/monitoring-stream-activity-logs-event-hubs/activity-logs-portal-export-v2.png)
4040

4141
Note that the filter settings you had applied while viewing the Activity Log in the previous view have no impact on your export settings. Those are only for filtering what you see while browsing through your Activity Log in the portal.
4242
3. In the section that appears, select **All regions**. Do not select particular regions.
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,61 @@
1-
---
2-
title: CONCEPT SUCH AS Web Services in Azure Machine Learning service in 59 chars or less. Include the name Azure Machine Learning. Test title here https://moz.com/learn/seo/title-tag
3-
description: This string describes the article in 115 to 145 characters. Use SEO kind of action verbs here. such as - Learn how to do this and that using customer words. This info is displayed on the search page inline with the article date stamp. If your intro para describes your article's intent, you can use it here edited for length.
4-
services: machine-learning
5-
ms.service: machine-learning
6-
ms.component: core
7-
ms.topic: conceptual
8-
ms.reviewer: jmartens
9-
ms.author: your-msft-alias
10-
author: your-github-account-name
11-
ms.date: 04/10/2018
12-
---
13-
# This is the H1 and the article title that shows on the web
14-
15-
## Section here H2
16-
Paragraph here.
17-
**This phrase is bold**
18-
*This phrase is italics*
19-
20-
This is a [hyperlink to an article](template-concepts.md)
21-
22-
This is an image:
23-
24-
![This is an image description](media/overview-what-is-azure-ml/aml-concepts.png)
25-
26-
## Section here H2
27-
This table has headings:
28-
29-
|Column1 |Column2 |Column3 |
30-
|---------|---------|---------|
31-
|Row1|Value 1|Value A|
32-
|Row2|Value 2|Value B|
33-
|Row3|Value 3|Value C|
34-
35-
## Section here H2
36-
This is a numbered list:
37-
38-
1. First item
39-
40-
This paragraph is indented to be the same spacing as the first numbered item.
41-
42-
2. Second item
43-
- this sentence is a bullet
44-
- this sentence is another bullet
45-
46-
3. Third item
47-
48-
4. Forth item
49-
50-
5. Fifth item
51-
52-
## This list is bulleted list:
53-
- Item 1
54-
- Item 2
55-
- Item 3
56-
- Subitem 1
57-
- Subitem 2
58-
59-
60-
## Next steps
1+
---
2+
title: CONCEPT SUCH AS Web Services in Azure Machine Learning service in 59 chars or less. Include the name Azure Machine Learning. Test title here https://moz.com/learn/seo/title-tag
3+
description: This string describes the article in 115 to 145 characters. Use SEO kind of action verbs here. such as - Learn how to do this and that using customer words. This info is displayed on the search page inline with the article date stamp. If your intro para describes your article's intent, you can use it here edited for length.
4+
services: machine-learning
5+
ms.service: machine-learning
6+
ms.component: core
7+
ms.topic: conceptual
8+
ms.reviewer: jmartens
9+
ms.author: your-msft-alias
10+
author: your-github-account-name
11+
ms.date: 04/10/2018
12+
---
13+
# This is the H1 and the article title that shows on the web
14+
15+
## Section here H2
16+
Paragraph here.
17+
**This phrase is bold**
18+
*This phrase is italics*
19+
20+
This is a [hyperlink to an article](template-concepts.md)
21+
22+
This is an image:
23+
24+
![This is an image description](media/overview-what-is-azure-ml/aml-concepts.png)
25+
26+
## Section here H2
27+
This table has headings:
28+
29+
|Column1 |Column2 |Column3 |
30+
|---------|---------|---------|
31+
|Row1|Value 1|Value A|
32+
|Row2|Value 2|Value B|
33+
|Row3|Value 3|Value C|
34+
35+
## Section here H2
36+
This is a numbered list:
37+
38+
1. First item
39+
40+
This paragraph is indented to be the same spacing as the first numbered item.
41+
42+
2. Second item
43+
- this sentence is a bullet
44+
- this sentence is another bullet
45+
46+
3. Third item
47+
48+
4. Forth item
49+
50+
5. Fifth item
51+
52+
## This list is bulleted list:
53+
- Item 1
54+
- Item 2
55+
- Item 3
56+
- Subitem 1
57+
- Subitem 2
58+
59+
60+
## Next steps
6161
For information about machine learning, see [Another article](template-concepts.md)
Original file line numberDiff line numberDiff line change
@@ -1,72 +1,72 @@
1-
---
2-
title: Verb action for Azure Machine Learning service in 59 chars or less. Include the name Azure Machine Learning. Test title here https://moz.com/learn/seo/title-tag (EXAMPLE - Deploying web services in Python with Azure Machine Learning service)
3-
description: Learn how to do this and that using customer words in Azure Machine Learning. This string describes the article in 115 to 145 characters. Use SEO kind of action verbs here. This info is displayed on the search page inline with the article date stamp. If your intro para describes your article's intent, you can use it here edited for length.
4-
services: machine-learning
5-
ms.service: machine-learning
6-
ms.component: core
7-
ms.topic: conceptual
8-
ms.reviewer: jmartens
9-
ms.author: your-msft-alias
10-
author: your-github-account-name
11-
ms.date: 04/10/2018
12-
---
13-
# This H1 is the title of the article. It appears in search, appears at the top of article, second greatest impact on search, 100 chars or less
14-
15-
Guidance here: https://review.docs.microsoft.com/help/contribute/contribute-how-to-write-seo-basics?branch=master
16-
17-
18-
1st paragraph provides the primary intent of the article in 1 or 2 short sentences.
19-
20-
## Prerequisites
21-
To step through this how-to guide, you need:
22-
- [A machine learning account](template-howto.md)
23-
24-
## Section here H2
25-
Paragraph here.
26-
**This phrase is bold.**
27-
*This phrase is italics.*
28-
29-
This is a [hyperlink to an article](./template-concepts.md)
30-
31-
This is an image:
32-
33-
![This is an image description](media/overview-what-is-azure-ml/aml-concepts.png)
34-
Note that images need to be stored in the media folder with a subdirectory matching the name of the article and then the filename.
35-
36-
## Section here H2
37-
This table has headings:
38-
39-
|Column1 |Column2 |Column3 |
40-
|---------|---------|---------|
41-
|Row1|Value 1|Value A|
42-
|Row2|Value 2|Value B|
43-
|Row3|Value 3|Value C|
44-
45-
## Section here H2
46-
This is a numbered list:
47-
48-
1. First item
49-
50-
This paragraph is indented to be the same spacing as the first numbered item.
51-
52-
2. Second item
53-
- this sentence is a bullet
54-
- this sentence is another bullet
55-
56-
3. Third item
57-
58-
4. Forth item
59-
60-
5. Fifth item
61-
62-
## This list is bulleted list:
63-
- Item 1
64-
- Item 2
65-
- Item 3
66-
- Subitem 1
67-
- Subitem 2
68-
69-
70-
## Next steps
71-
72-
For information about machine learning, see [Another article](template-howto.md)
1+
---
2+
title: Verb action for Azure Machine Learning service in 59 chars or less. Include the name Azure Machine Learning. Test title here https://moz.com/learn/seo/title-tag (EXAMPLE - Deploying web services in Python with Azure Machine Learning service)
3+
description: Learn how to do this and that using customer words in Azure Machine Learning. This string describes the article in 115 to 145 characters. Use SEO kind of action verbs here. This info is displayed on the search page inline with the article date stamp. If your intro para describes your article's intent, you can use it here edited for length.
4+
services: machine-learning
5+
ms.service: machine-learning
6+
ms.component: core
7+
ms.topic: conceptual
8+
ms.reviewer: jmartens
9+
ms.author: your-msft-alias
10+
author: your-github-account-name
11+
ms.date: 04/10/2018
12+
---
13+
# This H1 is the title of the article. It appears in search, appears at the top of article, second greatest impact on search, 100 chars or less
14+
15+
Guidance here: https://review.docs.microsoft.com/help/contribute/contribute-how-to-write-seo-basics?branch=master
16+
17+
18+
1st paragraph provides the primary intent of the article in 1 or 2 short sentences.
19+
20+
## Prerequisites
21+
To step through this how-to guide, you need:
22+
- [A machine learning account](template-howto.md)
23+
24+
## Section here H2
25+
Paragraph here.
26+
**This phrase is bold.**
27+
*This phrase is italics.*
28+
29+
This is a [hyperlink to an article](./template-concepts.md)
30+
31+
This is an image:
32+
33+
![This is an image description](media/overview-what-is-azure-ml/aml-concepts.png)
34+
Note that images need to be stored in the media folder with a subdirectory matching the name of the article and then the filename.
35+
36+
## Section here H2
37+
This table has headings:
38+
39+
|Column1 |Column2 |Column3 |
40+
|---------|---------|---------|
41+
|Row1|Value 1|Value A|
42+
|Row2|Value 2|Value B|
43+
|Row3|Value 3|Value C|
44+
45+
## Section here H2
46+
This is a numbered list:
47+
48+
1. First item
49+
50+
This paragraph is indented to be the same spacing as the first numbered item.
51+
52+
2. Second item
53+
- this sentence is a bullet
54+
- this sentence is another bullet
55+
56+
3. Third item
57+
58+
4. Forth item
59+
60+
5. Fifth item
61+
62+
## This list is bulleted list:
63+
- Item 1
64+
- Item 2
65+
- Item 3
66+
- Subitem 1
67+
- Subitem 2
68+
69+
70+
## Next steps
71+
72+
For information about machine learning, see [Another article](template-howto.md)

0 commit comments

Comments
 (0)