Skip to content

Commit 0d14f48

Browse files
Merge pull request #226074 from yossi-y/main
Configure AzureDiagnostics via template.
2 parents 71058dd + fb5027b commit 0d14f48

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

articles/azure-monitor/faq.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,11 @@ sections:
156156
answer: |
157157
To view VM Logs, you need to be granted with read permission to the workspaces that stores the VM logs. In these cases, your administrator must grant you with to permissions in Azure.
158158
159+
- question: |
160+
Why can't I create AzureDiagnostics table via template, or modify schema via API?
161+
answer: |
162+
AzureDiagnostics is a unique table that gets created by Log Analytics service with data ingestion, and its schema can't be configured. Retention policy can be applied after the tables is generated.
163+
159164
- name: Metrics
160165
questions:
161166
- question: |
@@ -888,10 +893,10 @@ sections:
888893
| [Standard Metrics](app/standard-metrics.md) (accuracy currently affected by sampling) | :warning: | :warning: | :warning: | :white_check_mark: |
889894
| [Fixed-Rate Sampling](app/sampling.md) | :warning: | :warning: | :warning: | :white_check_mark: |
890895
| [Offline Storage & Automatic Retries](app/opentelemetry-enable.md#offline-storage-and-automatic-retries)| :warning: | :warning: | :warning: | :white_check_mark: |
891-
| [Exception Reporting](app/asp-net-exceptions.md) | :warning: | :warning: | :warning: | :white_check_mark: |
896+
| [Exception Reporting](/app/asp-net-exceptions.md) | :warning: | :warning: | :warning: | :white_check_mark: |
892897
| [Logs Collection](app/asp-net-trace-logs.md) | :x: | :x: | :x: | :white_check_mark: |
893898
| [Azure Active Directory (AAD) authentication](app/azure-ad-authentication.md) | :x: | :x: | :x: | :white_check_mark: |
894-
| [Auto-populate cloud role name/role instance on Azure](app/correlation.md#role-names) | :x: | :x: | :x: | :white_check_mark: |
899+
| [Auto-populate cloud role name/role instance on Azure](/app/correlation.md#role-names) | :x: | :x: | :x: | :white_check_mark: |
895900
| [Live Metrics](app/live-stream.md) | :x: | :x: | :x: | :white_check_mark: |
896901
| Autopopulation of User ID, Authenticated User ID, and User IP | :x: | :x: | :x: | :white_check_mark: |
897902
| Manually override/set Operation Name, User ID or Authenticated User ID | :x: | :x: | :x: | :white_check_mark: |

0 commit comments

Comments
 (0)