Skip to content

Commit c4da8fb

Browse files
authored
Merge pull request #72508 from musa-57/hanaadocslocal
Minor changes to dependency queries section
2 parents af060b5 + 622990b commit c4da8fb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/migrate/how-to-create-group-dependencies.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,14 +123,14 @@ To run the Kusto queries:
123123
1. After you install the agents, go to the portal and click **Overview**.
124124
2. In **Overview**, go to **Essentials** section of the project and click on workspace name provided next to **OMS Workspace**.
125125
3. On the Log Analytics workspace page, click **General** > **Logs**.
126-
4. Write your query to gather dependency data using Azure Monitor logs. Sample queries to gather dependency data are available [here](https://docs.microsoft.com/azure/azure-monitor/insights/service-map#sample-log-searches).
126+
4. Write your query to gather dependency data using Azure Monitor logs. Find sample queries in the next section.
127127
5. Run your query by clicking on Run.
128128

129129
[Learn more](https://docs.microsoft.com/azure/azure-monitor/log-query/get-started-portal) about how to write Kusto queries.
130130

131131
## Sample Azure Monitor logs queries
132132

133-
Following are sample queries you can use to extract dependency data. You can modify the queries to extract your preferred data points. An exhaustive list of the fields in dependency data records is available [here](https://docs.microsoft.com/azure/azure-monitor/insights/service-map#log-analytics-records)
133+
Following are sample queries you can use to extract dependency data. You can modify the queries to extract your preferred data points. An exhaustive list of the fields in dependency data records is available [here](https://docs.microsoft.com/azure/azure-monitor/insights/service-map#log-analytics-records). Find more sample queries [here](https://docs.microsoft.com/azure/azure-monitor/insights/service-map#sample-log-searches).
134134

135135
### Summarize inbound connections on a set of machines
136136

articles/migrate/how-to-create-group-machine-dependencies.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,21 +117,21 @@ Once the group is created, it is recommended to install agents on all the machin
117117

118118
## Query dependency data from Azure Monitor logs
119119

120-
Dependency data captured by Service Map is available for querying in Log Analytics workspace associated with your Azure Migrate project. [Learn more](https://docs.microsoft.com/azure/azure-monitor/insights/service-map#log-analytics-records) about the Service Map data tables to query in Azure Monitor logs.
120+
Dependency data captured by Service Map is available for querying in the Log Analytics workspace associated with your Azure Migrate project. [Learn more](https://docs.microsoft.com/azure/azure-monitor/insights/service-map#log-analytics-records) about the Service Map data tables to query in Azure Monitor logs.
121121

122122
To run the Kusto queries:
123123

124124
1. After you install the agents, go to the portal and click **Overview**.
125125
2. In **Overview**, go to **Essentials** section of the project and click on workspace name provided next to **OMS Workspace**.
126126
3. On the Log Analytics workspace page, click **General** > **Logs**.
127-
4. Write your query to gather dependency data using Azure Monitor logs. Sample queries to gather dependency data are available [here](https://docs.microsoft.com/azure/azure-monitor/insights/service-map#sample-log-searches).
127+
4. Write your query to gather dependency data using Azure Monitor logs. Find sample queries in the next section.
128128
5. Run your query by clicking on Run.
129129

130130
[Learn more](https://docs.microsoft.com/azure/azure-monitor/log-query/get-started-portal) about how to write Kusto queries.
131131

132132
### Sample Azure Monitor logs queries
133133

134-
Following are sample queries you can use to extract dependency data. Note that the queries can be modified to extract your preferred data points. An exhaustive list of the fields in dependency data records is available [here](https://docs.microsoft.com/azure/azure-monitor/insights/service-map#log-analytics-records)
134+
Following are sample queries you can use to extract dependency data. You can modify the queries to extract your preferred data points. An exhaustive list of the fields in dependency data records is available [here](https://docs.microsoft.com/azure/azure-monitor/insights/service-map#log-analytics-records). Find more sample queries [here](https://docs.microsoft.com/azure/azure-monitor/insights/service-map#sample-log-searches).
135135

136136
#### Summarize inbound connections on a set of machines
137137

0 commit comments

Comments
 (0)