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
- Fixing issues in the readme where the links to the documentation weren't active. (Azure#15756)
Some tidying of the readme and samples:
- Fix all the documentation links to point to docs.microsoft.com, now that it's active.
- Fixing the .ts samples so they don't use "advanced" JS features (currently we're targeting node 14 when doing transpilation in devtool).
[LogsQueryClient]<!--[msdocs_logs_client]--> and [MetricsQueryClient]<!--[msdocs_metrics_client]--> authenticate using a [service principal](#authenticating-with-a-service-principal).
40
+
[LogsQueryClient][msdocs_logs_client] and [MetricsQueryClient][msdocs_metrics_client] authenticate using a [service principal](#authenticating-with-a-service-principal).
41
41
42
42
#### Authenticating with a service principal
43
43
@@ -64,10 +64,10 @@ More information about `@azure/identity` can be found [here](https://github.com/
64
64
65
65
## Key concepts
66
66
67
-
The [`LogsQueryClient`]<!--[msdocs_logs_client]--> allows you to query logs, using the [Kusto query language][kusto_query_language]. This data can be queried in the
67
+
The [`LogsQueryClient`][msdocs_logs_client] allows you to query logs, using the [Kusto query language][kusto_query_language]. This data can be queried in the
68
68
portal using tables like `AppEvents`, `AppDependencies` and others.
69
69
70
-
The [`MetricsQueryClient`]<!--[msdocs_metrics_client]--> allows you to query metrics.
70
+
The [`MetricsQueryClient`][msdocs_metrics_client] allows you to query metrics.
71
71
72
72
## Examples
73
73
@@ -129,9 +129,9 @@ For more detailed instructions on how to enable logs, you can look at the [@azur
129
129
130
130
The following samples show you the various ways you can query your Log Analytics workspace:
131
131
132
-
-[`logsQuery.ts`]<!--[samples_logsquery_ts]--> - Query logs in a Monitor workspace
133
-
-[`logsQueryBatchSample.ts`]<!--[samples_logquerybatch_ts]--> - Run multiple queries, simultaneously, with a batch in a Monitor workspace
134
-
-[`metricsQuerySample.ts`]<!--[samples_metricsquery_ts]--> - Query metrics in a Monitor workspace
132
+
-[`logsQuery.ts`][samples_logsquery_ts] - Query logs in a Monitor workspace
133
+
-[`logsQueryBatchSample.ts`][samples_logquerybatch_ts] - Run multiple queries, simultaneously, with a batch in a Monitor workspace
134
+
-[`metricsQuerySample.ts`][samples_metricsquery_ts] - Query metrics in a Monitor workspace
135
135
136
136
More in-depth examples can be found in the [samples](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/monitor/monitor-query/samples/v1/) folder on GitHub.
0 commit comments