Skip to content

Commit a6cf73c

Browse files
authored
Merge pull request #285784 from MicrosoftDocs/main
8/29 11:00 AM IST Publish
2 parents 7755bca + b24c6e3 commit a6cf73c

File tree

178 files changed

+2295
-1117
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

178 files changed

+2295
-1117
lines changed

.openpublishing.redirection.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4744,6 +4744,16 @@
47444744
"source_path_from_root": "/articles/virtual-network/tutorial-filter-network-traffic-cli.md",
47454745
"redirect_url": "/azure/virtual-network/tutorial-filter-network-traffic",
47464746
"redirect_document_id": false
4747+
},
4748+
{
4749+
"source_path_from_root": "/articles/virtual-network/virtual-network-service-endpoint-policies-portal.md",
4750+
"redirect_url": "/azure/virtual-network/virtual-network-service-endpoint-policies",
4751+
"redirect_document_id": false
4752+
},
4753+
{
4754+
"source_path_from_root": "/articles/virtual-network/virtual-network-service-endpoint-policies-powershell.md",
4755+
"redirect_url": "/azure/virtual-network/virtual-network-service-endpoint-policies",
4756+
"redirect_document_id": false
47474757
}
47484758
]
47494759
}

articles/api-management/workspaces-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Manage gateway capacity by manually adding or removing scale units, similar to t
9191
Workspace gateways need to be in the same Azure region and subscription as the API Management service.
9292

9393
> [!NOTE]
94-
> Starting in August 2024, workspace gateway support will be rolled out in the following regions. These regions are a subset of those where API Management is available.
94+
> These regions are a subset of those where API Management is available.
9595
9696
* West US
9797
* North Central US

articles/azure-monitor/agents/azure-monitor-agent-migration.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ Migration is a complex task. Start planning your migration to Azure Monitor Agen
2525
> - **Installation:** The ability to install the legacy agents will be removed from the Azure Portal and installation policies for legacy agents will be removed. You can still install the MMA agents extension as well as perform offline installations.
2626
> - **Customer Support:** You will not be able to get support for legacy agent issues.
2727
> - **OS Support:** Support for new Linux or Windows distros, including service packs, won't be added after the deprecation of the legacy agents.
28-
> - Log Analytics Agent will continue to function but not be able to connect Log Analytics workspaces.
2928
> - Log Analytics Agent can coexist with Azure Monitor Agent. Expect to see duplicate data if both agents are collecting the same data.
3029
3130

articles/azure-monitor/agents/data-collection-log-json.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Collect logs from a JSON file with Azure Monitor Agent
33
description: Configure a data collection rule to collect log data from a JSON file on a virtual machine using Azure Monitor Agent.
44
ms.topic: conceptual
5-
ms.date: 08/23/2024
5+
ms.date: 08/28/2024
66
author: guywi-ms
77
ms.author: guywild
88
ms.reviewer: jeffwo
@@ -16,7 +16,7 @@ Many applications and services will log information to a JSON files instead of s
1616
## Prerequisites
1717

1818
- Log Analytics workspace where you have at least [contributor rights](../logs/manage-access.md#azure-rbac).
19-
- A data collection endpoint (DCE) if you plan to use Azure Monitor Private Links. The data collection endpoint must be in the same region as the Log Analytics workspace. See [How to set up data collection endpoints based on your deployment](../essentials/data-collection-endpoint-overview.md#how-to-set-up-data-collection-endpoints-based-on-your-deployment) for details.
19+
- A data collection endpoint (DCE) in the same region as the Log Analytics workspace. See [How to set up data collection endpoints based on your deployment](../essentials/data-collection-endpoint-overview.md#how-to-set-up-data-collection-endpoints-based-on-your-deployment) for details.
2020
- Either a new or existing DCR described in [Collect data with Azure Monitor Agent](./azure-monitor-agent-data-collection.md).
2121

2222
## Basic operation
@@ -133,6 +133,7 @@ Use the following ARM template to create a DCR for collecting text log files, ma
133133
| Setting | Description |
134134
|:---|:---|
135135
| Data collection rule name | Unique name for the DCR. |
136+
| Data collection endpoint resource ID | Resource ID of the data collection endpoint (DCE). |
136137
| Location | Region for the DCR. Must be the same location as the Log Analytics workspace. |
137138
| File patterns | Identifies the location and name of log files on the local disk. Use a wildcard for filenames that vary, for example when a new file is created each day with a new name. You can enter multiple file patterns separated by commas (AMA version 1.26 or higher required for multiple file patterns on Linux).<br><br>Examples:<br>- C:\Logs\MyLog.json<br>- C:\Logs\MyLog*.json<br>- C:\App01\AppLog.json, C:\App02\AppLog.json<br>- /var/mylog.json<br>- /var/mylog*.json |
138139
| Table name | Name of the destination table in your Log Analytics Workspace. |
@@ -152,6 +153,12 @@ Use the following ARM template to create a DCR for collecting text log files, ma
152153
"description": "Unique name for the DCR. "
153154
}
154155
},
156+
"dataCollectionEndpointResourceId": {
157+
"type": "string",
158+
"metadata": {
159+
"description": "Resource ID of the data collection endpoint (DCE)."
160+
}
161+
},
155162
"location": {
156163
"type": "string",
157164
"metadata": {
@@ -175,12 +182,6 @@ Use the following ARM template to create a DCR for collecting text log files, ma
175182
"metadata": {
176183
"description": "Resource ID of the Log Analytics workspace with the target table."
177184
}
178-
},
179-
"dataCollectionEndpointResourceId": {
180-
"type": "string",
181-
"metadata": {
182-
"description": "Resource ID of the Data Collection Endpoint to be used with this rule."
183-
}
184185
}
185186
},
186187
"variables": {
@@ -193,6 +194,7 @@ Use the following ARM template to create a DCR for collecting text log files, ma
193194
"name": "[parameters('dataCollectionRuleName')]",
194195
"location": "[parameters('location')]",
195196
"properties": {
197+
"dataCollectionEndpointId": "[parameters('dataCollectionEndpointResourceId')]",
196198
"streamDeclarations": {
197199
"Custom-Json-stream": {
198200
"columns": [
@@ -256,8 +258,7 @@ Use the following ARM template to create a DCR for collecting text log files, ma
256258
"transformKql": "source",
257259
"outputStream": "[variables('tableOutputStream')]"
258260
}
259-
],
260-
"dataCollectionEndpointId": "[parameters('dataCollectionEndpointResourceId')]"
261+
]
261262
}
262263
}
263264
]

articles/azure-monitor/agents/data-collection-log-text.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Collect logs from a text file with Azure Monitor Agent
33
description: Configure a data collection rule to collect log data from a text file on a virtual machine using Azure Monitor Agent.
44
ms.topic: conceptual
5-
ms.date: 08/23/2024
5+
ms.date: 08/28/2024
66
author: guywi-ms
77
ms.author: guywild
88
ms.reviewer: jeffwo
@@ -16,7 +16,7 @@ Many applications and services will log information to text files instead of sta
1616
## Prerequisites
1717

1818
- Log Analytics workspace where you have at least [contributor rights](../logs/manage-access.md#azure-rbac).
19-
- A data collection endpoint (DCE) if you plan to use Azure Monitor Private Links. The data collection endpoint must be in the same region as the Log Analytics workspace. See [How to set up data collection endpoints based on your deployment](../essentials/data-collection-endpoint-overview.md#how-to-set-up-data-collection-endpoints-based-on-your-deployment) for details.
19+
- A data collection endpoint (DCE) in the same region as the Log Analytics workspace. See [How to set up data collection endpoints based on your deployment](../essentials/data-collection-endpoint-overview.md#how-to-set-up-data-collection-endpoints-based-on-your-deployment) for details.
2020
- Either a new or existing DCR described in [Collect data with Azure Monitor Agent](./azure-monitor-agent-data-collection.md).
2121

2222
## Basic operation
@@ -143,6 +143,12 @@ Use the following ARM template to create or modify a DCR for collecting text log
143143
"description": "Unique name for the DCR. "
144144
}
145145
},
146+
"dataCollectionEndpointResourceId": {
147+
"type": "string",
148+
"metadata": {
149+
"description": "Resource ID of the data collection endpoint (DCE)."
150+
}
151+
},
146152
"location": {
147153
"type": "string",
148154
"metadata": {
@@ -178,6 +184,7 @@ Use the following ARM template to create or modify a DCR for collecting text log
178184
"location": "[parameters('location')]",
179185
"apiVersion": "2022-06-01",
180186
"properties": {
187+
"dataCollectionEndpointId": "[parameters('dataCollectionEndpointResourceId')]",
181188
"streamDeclarations": {
182189
"Custom-Text-stream": {
183190
"columns": [

articles/azure-monitor/app/release-and-work-item-insights.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,9 @@ The new work item integration offers the following features over [classic](#clas
389389
390390
You can set specific work item properties directly from the template itself. This includes the assignee, iteration path, projects, & more depending on your version control provider.
391391
392+
> [!NOTE]
393+
> For on-premises Azure DevOps environments, a sample URL such as https://dev.azure.com/test/test can be used as a placeholder for the Azure DevOps Project URL. Once the work item template is created, you can modify the URL and its validation rule within the generated [Azure workbook](/azure/azure-monitor/visualize/workbooks-create-workbook).
394+
392395
## Create a work item
393396
394397
You can access your new template from any End-to-end transaction details that you can access from Performance, Failures, Availability, or other tabs.

articles/azure-portal/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
href: azure-portal-video-series.md
3737
- name: Dashboards
3838
items:
39+
- name: Create and manage dashboards in Dashboard hub
40+
href: dashboard-hub.md
3941
- name: Create an Azure dashboard
4042
href: azure-portal-dashboards.md
4143
- name: Share an Azure dashboard

0 commit comments

Comments
 (0)