Skip to content

Commit 1e1daa4

Browse files
authored
Acrolinx
1 parent 97db8b2 commit 1e1daa4

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

articles/azure-monitor/faq.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ sections:
128128
- question: |
129129
Is Log Analytics storage immutable?
130130
answer: |
131-
Data in database storage cannot be altered once ingested but can be deleted via [*purge* API path for deleting private data](./logs/personal-data-mgmt.md#delete). Although data cannot be altered, some certifications require that data is kept immutable and cannot be changed or deleted in storage. Data immutability can be achieved using [data export](./logs/logs-data-export.md) to a storage account that is configured as [immutable storage](../storage/blobs/immutable-policy-configure-version-scope.md).
131+
Data in database storage can't be altered once ingested but can be deleted via [*purge* API path for deleting private data](./logs/personal-data-mgmt.md#delete). Although data cannot be altered, some certifications require that data is kept immutable and cannot be changed or deleted in storage. Data immutability can be achieved using [data export](./logs/logs-data-export.md) to a storage account that is configured as [immutable storage](../storage/blobs/immutable-policy-configure-version-scope.md).
132132
133133
- question: |
134134
What is a Log Analytics workspace?
@@ -143,7 +143,7 @@ sections:
143143
- question: |
144144
Why can't I see Query Explorer and Save buttons in Log Analytics?
145145
answer: |
146-
**Query Explorer**, **Save** and **New alert rule** buttons are not available when the [query scope](logs/scope.md) is set to a specific resource. To create alerts, save or load a query, Log Analytics must be scoped to a workspace. To open Log Analytics in workspace context, select **Logs** from the **Azure Monitor** menu. The last used workspace is selected, but you can select any other workspace. See [Log query scope and time range in Azure Monitor Log Analytics](logs/scope.md)
146+
**Query Explorer**, **Save** and **New alert rule** buttons aren't available when the [query scope](logs/scope.md) is set to a specific resource. To create alerts, save or load a query, Log Analytics must be scoped to a workspace. To open Log Analytics in workspace context, select **Logs** from the **Azure Monitor** menu. The last used workspace is selected, but you can select any other workspace. See [Log query scope and time range in Azure Monitor Log Analytics](logs/scope.md)
147147
148148
- question: |
149149
Why am I getting the error "Register resource provider `Microsoft.Insights` for this subscription to enable this query" when opening Log Analytics from a VM?
@@ -371,7 +371,7 @@ sections:
371371
- question: |
372372
What types of machines does the new Azure Monitor Agent support?
373373
answer: |
374-
You can directly install them on Virtual Machines, Virtual Machines Scale Sets, and Arc enabled Servers. You can also install them on devices (workstations, desktops) running Windows 10 or 11 using the Windows MSI installer for AMA, [currently available in preview click here](https://aka.ms/amadcr-privatepreviews)).
374+
You can directly install them on Virtual Machines, Virtual Machines Scale Sets, and Arc enabled Servers. You can also install them on devices (workstations, desktops) running Windows 10 or 11 using the Windows MSI installer for AMA, [currently available in preview](https://aka.ms/amadcr-privatepreviews).
375375
376376
- question: |
377377
Can we filter events using event ID, i.e. more granular event filtering using the new Azure Monitor Agent?
@@ -398,7 +398,7 @@ sections:
398398
- question: |
399399
If I create DCRs that contain the same event ID and associate it to the same VM, will the events be duplicated?
400400
answer: |
401-
Yes. To avoid duplication, please make sure the event selection you make in your Data Collection Rules does not contain duplicate events.
401+
Yes. To avoid duplication, please make sure the event selection you make in your Data Collection Rules doesn't contain duplicate events.
402402
403403
- question: |
404404
How can I validate my XPATH queries on the AMA?
@@ -498,7 +498,7 @@ sections:
498498
- question: |
499499
Do new Azure regions require the use of connection strings?
500500
answer: |
501-
New Azure regions **require** the use of connection strings instead of instrumentation keys. [Connection string](./app/sdk-connection-string.md) identifies the resource that you want to associate your telemetry data with. It also allows you to modify the endpoints your resource will use as a destination for your telemetry. You will need to copy the connection string and add it to your application's code or to an environment variable.
501+
New Azure regions **require** the use of connection strings instead of instrumentation keys. [Connection string](./app/sdk-connection-string.md) identifies the resource that you want to associate your telemetry data with. It also allows you to modify the endpoints your resource will use as a destination for your telemetry. You'll need to copy the connection string and add it to your application's code or to an environment variable.
502502
503503
- question: |
504504
Should I use connection strings or instrumentation keys?
@@ -508,7 +508,7 @@ sections:
508508
- question: |
509509
Can I use `providers('Microsoft.Insights', 'components').apiVersions[0]` in my Azure Resource Manager deployments?
510510
answer: |
511-
We do not recommend using this method of populating the API version. The newest version can represent preview releases which may contain breaking changes. Even with newer non-preview releases, the API versions are not always backwards compatible with existing templates, or in some cases the API version may not be available to all subscriptions.
511+
We don't recommend using this method of populating the API version. The newest version can represent preview releases which may contain breaking changes. Even with newer non-preview releases, the API versions are not always backwards compatible with existing templates, or in some cases the API version may not be available to all subscriptions.
512512
513513
- question: |
514514
What telemetry is collected by Application Insights?
@@ -577,7 +577,7 @@ sections:
577577
578578
**All** octets of the client web address are always set to 0 after the geo location attributes are looked up.
579579
580-
The [Application Insights JavaScript SDK](app/javascript.md) does not include any personal data in its autocompletion by default. However, some personal data used in your application may be picked up by the SDK (for example, full names in `window.title` or account IDs in XHR URL query parameters). For custom personal data masking, add a [telemetry initializer](app/api-filtering-sampling.md#javascript-web-applications).
580+
The [Application Insights JavaScript SDK](app/javascript.md) doesn't include any personal data in its autocompletion by default. However, some personal data used in your application may be picked up by the SDK (for example, full names in `window.title` or account IDs in XHR URL query parameters). For custom personal data masking, add a [telemetry initializer](app/api-filtering-sampling.md#javascript-web-applications).
581581
582582
- question: |
583583
My Instrumentation Key is visible in my web page source.
@@ -714,7 +714,7 @@ sections:
714714
- question: |
715715
Can I monitor an intranet web server?
716716
answer: |
717-
Yes, but you will need to allow traffic to our services by either firewall exceptions or proxy redirects.
717+
Yes, but you'll need to allow traffic to our services by either firewall exceptions or proxy redirects.
718718
- QuickPulse `https://rt.services.visualstudio.com:443`
719719
- ApplicationIdProvider `https://dc.services.visualstudio.com:443`
720720
- TelemetryChannel `https://dc.services.visualstudio.com:443`
@@ -794,7 +794,7 @@ sections:
794794
- question: |
795795
HTTP 502 and 503 responses are not always captured by Application Insights
796796
answer: |
797-
"502 bad gateway" and "503 service unavailable" errors are not always captured by Application Insights. If only client-side JavaScript is being used for monitoring this would be expected behavior since the error response is returned prior to the page containing the HTML header with the monitoring JavaScript snippet being rendered.
797+
"502 bad gateway" and "503 service unavailable" errors aren't always captured by Application Insights. If only client-side JavaScript is being used for monitoring this would be expected behavior since the error response is returned prior to the page containing the HTML header with the monitoring JavaScript snippet being rendered.
798798
799799
If the 502 or 503 response was sent from a server with server-side monitoring enabled the errors would be collected by the Application Insights SDK.
800800
@@ -851,7 +851,7 @@ sections:
851851
- question: |
852852
What's the difference between manual and auto-instrumentation?
853853
answer: |
854-
Manual instrumentation is coding against the OpenTelemetry API and typically consists of installing a language-specific SDK in an application. “Manual” does not mean you’ll be required to write complex code to define spans for distributed traces (though it remains an option). A rich and [growing set of instrumentation libraries](https://opentelemetry.io/registry/) maintained by OpenTelemetry contributors will enable you to effortlessly capture telemetry signals across common frameworks and libraries.
854+
Manual instrumentation is coding against the OpenTelemetry API and typically consists of installing a language-specific SDK in an application. “Manual” doesn't mean you’ll be required to write complex code to define spans for distributed traces (though it remains an option). A rich and [growing set of instrumentation libraries](https://opentelemetry.io/registry/) maintained by OpenTelemetry contributors will enable you to effortlessly capture telemetry signals across common frameworks and libraries.
855855
856856
Auto-instrumentation is enabling telemetry collection through configuration without touching the application's code. While highly convenient, it tends to be less configurable and it's not available in all languages.
857857
@@ -899,7 +899,7 @@ sections:
899899
- question: |
900900
I don't see Image and Name property values populated when I query the ContainerLog table.
901901
answer: |
902-
For agent version ciprod12042019 and later, by default these two properties are not populated for every log line to minimize cost incurred on log data collected. There are two options to query the table that include these properties with their values:
902+
For agent version ciprod12042019 and later, by default these two properties aren't populated for every log line to minimize cost incurred on log data collected. There are two options to query the table that include these properties with their values:
903903
904904
### Option 1
905905
@@ -1068,7 +1068,7 @@ sections:
10681068
- question: |
10691069
I don't see some or any data in the performance charts for my VM
10701070
answer: |
1071-
Our performance charts have been updated to use data stored in the *InsightsMetrics* table. To see data in these charts you will need to upgrade to use the new VM Insights solution. Please refer to our [GA FAQ](vm/vminsights-ga-release-faq.yml) for more information.
1071+
Our performance charts have been updated to use data stored in the *InsightsMetrics* table. To see data in these charts you'll need to upgrade to use the new VM Insights solution. Please refer to our [GA FAQ](vm/vminsights-ga-release-faq.yml) for more information.
10721072
10731073
If you don't see performance data in the disk table or in some of the performance charts then your performance counters may not be configured in the workspace. To resolve, run the following [PowerShell script](./vm/vminsights-enable-powershell.md).
10741074
@@ -1085,7 +1085,7 @@ sections:
10851085
* The map style has been updated to be more consistent with App Map from Application insights.
10861086
* The side panels have been updated, and do not have the full set of integration's that were supported in Service Map - Update Management, Change Tracking, Security, and Service Desk.
10871087
* The option for choosing groups and machines to map has been updated and now supports Subscriptions, Resource Groups, Azure virtual machine scale sets, and Cloud services.
1088-
* You cannot create new Service Map machine groups in the VM insights Map feature.
1088+
* You can't create new Service Map machine groups in the VM insights Map feature.
10891089
10901090
- question: |
10911091
Why do my performance charts show dotted lines?
@@ -1110,7 +1110,7 @@ sections:
11101110
- question: |
11111111
Does Map feature support IPv6?
11121112
answer: |
1113-
Map feature currently only supports IPv4 and we are investigating support for IPv6. We also support IPv4 that is tunneled inside IPv6.
1113+
Map feature currently only supports IPv4 and we're investigating support for IPv6. We also support IPv4 that is tunneled inside IPv6.
11141114
11151115
- question: |
11161116
When I load a map for a Resource Group or other large group the map is difficult to view
@@ -1125,7 +1125,7 @@ sections:
11251125
- question: |
11261126
How is response time measured for data stored in VMConnection and displayed in the connection panel and workbooks?
11271127
answer: |
1128-
Response time is an approximation. Since we do not instrument the code of the application, we do not really know when a request begins and when the response arrives. Instead we observe data being sent on a connection and then data coming back on that connection. Our agent keeps track of these sends and receives and attempts to pair them: a sequence of sends, followed by a sequence of receives, is interpreted as a request/response pair. The timing between these operations is the response time. It will include the network latency and the server processing time.
1128+
Response time is an approximation. Since we don't instrument the code of the application, we don't really know when a request begins and when the response arrives. Instead we observe data being sent on a connection and then data coming back on that connection. Our agent keeps track of these sends and receives and attempts to pair them: a sequence of sends, followed by a sequence of receives, is interpreted as a request/response pair. The timing between these operations is the response time. It will include the network latency and the server processing time.
11291129
11301130
This approximation works well for protocols that are request/response based: a single request goes out on the connection, and a single response arrives. This is the case for HTTP(S) (without pipelining), but not satisfied for other protocols.
11311131
@@ -1134,7 +1134,7 @@ sections:
11341134
answer: |
11351135
If you have configured Azure Monitor with a Log Analytics workspace using the *Free* pricing tier, VM insights Map feature will only support five connected machines connected to the workspace. If you have five VMs connected to a free workspace, you disconnect one of the VMs and then later connect a new VM, the new VM is not monitored and reflected on the Map page.
11361136
1137-
Under this condition, you will be prompted with the **Try Now** option when you open the VM and select **Insights** from the left-hand pane, even after it has been installed already on the VM. However, you are not prompted with options as would normally occur if this VM were not onboarded to VM insights.
1137+
Under this condition, you'll be prompted with the **Try Now** option when you open the VM and select **Insights** from the left-hand pane, even after it has been installed already on the VM. However, you are not prompted with options as would normally occur if this VM were not onboarded to VM insights.
11381138
11391139
- name: SQL Insights (preview)
11401140
questions:

0 commit comments

Comments
 (0)