Skip to content

Commit 9243d52

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into rolyon-rbac-custom-roles-delete
2 parents d9ec7ec + 6d13218 commit 9243d52

File tree

11 files changed

+18
-125
lines changed

11 files changed

+18
-125
lines changed

.openpublishing.redirection.azure-monitor.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,11 @@
346346
"redirect_url": "/azure/azure-monitor/faq#vm-insights",
347347
"redirect_document_id": false
348348
},
349+
{
350+
"source_path_from_root": "/articles/azure-monitor/app/proactive-cloud-services.md" ,
351+
"redirect_url": "https://docs.microsoft.com/azure/azure-monitor/alerts/alerts-overview",
352+
"redirect_document_id": false
353+
},
349354
{
350355
"source_path_from_root": "/articles/azure-monitor/vm/vminsights-log-search.md" ,
351356
"redirect_url": "/azure/azure-monitor/alerts/vminsights-log-query",

articles/active-directory/develop/access-tokens.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,9 @@ Don't use mutable, human-readable identifiers like `email` or `upn` for uniquely
269269

270270
#### Validate application sign-in
271271

272-
Use the `scp` claim to validate that the user has granted the calling application permission to call the API. Ensure the calling client is allowed to call the API using the `appid` claim.
272+
* Use the `scp` claim to validate that the user has granted the calling app permission to call your API.
273+
* Ensure the calling client is allowed to call your API using the `appid` claim (for v1.0 tokens) or the `azp` claim (for v2.0 tokens).
274+
* You only need to validate these claims (`appid`, `azp`) if you want to restrict your web API to be called only by pre-determined applications (e.g., line-of-business applications or web APIs called by well-known frontends). APIs intended to allow access from any calling application do not need to validate these claims.
273275

274276
## User and application tokens
275277

articles/azure-monitor/app/java-in-process-agent.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -412,15 +412,15 @@ The following table represents currently supported custom telemetry types that y
412412
- Custom requests, dependencies, and exceptions are supported through `opentelemetry-api`.
413413
- Any type of the custom telemetry is supported through the [Application Insights Java 2.x SDK](#send-custom-telemetry-by-using-the-2x-sdk).
414414

415-
| Custom telemetry type | Micrometer | Log4j, logback, JUL | 2.x SDK | opentelemetry-api |
416-
|---------------------|------------|---------------------|---------|-------------------|
417-
| Custom events | | | Yes | |
418-
| Custom metrics | Yes | | Yes | |
419-
| Dependencies | | | Yes | Yes |
420-
| Exceptions | | Yes | Yes | Yes |
421-
| Page views | | | Yes | |
422-
| Requests | | | Yes | Yes |
423-
| Traces | | Yes | Yes | Yes |
415+
| Custom telemetry type | Micrometer | Log4j, logback, JUL | 2.x SDK | opentelemetry-api |
416+
|-----------------------|------------|---------------------|---------|-------------------|
417+
| Custom events | | | Yes | |
418+
| Custom metrics | Yes | | Yes | Yes |
419+
| Dependencies | | | Yes | Yes |
420+
| Exceptions | | Yes | Yes | Yes |
421+
| Page views | | | Yes | |
422+
| Requests | | | Yes | Yes |
423+
| Traces | | Yes | Yes | Yes |
424424

425425
Currently, we're not planning to release an SDK with Application Insights 3.x.
426426

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

articles/azure-monitor/app/proactive-cloud-services.md

Lines changed: 0 additions & 112 deletions
This file was deleted.

articles/azure-monitor/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1008,8 +1008,6 @@ items:
10081008
href: app/proactive-potential-memory-leak.md
10091009
- name: Security detection
10101010
href: app/proactive-application-security-detection-pack.md
1011-
- name: Azure Cloud Services
1012-
href: app/proactive-cloud-services.md
10131011
- name: Manage smart detection rules
10141012
href: app/proactive-arm-config.md
10151013
- name: E-mail notification

0 commit comments

Comments
 (0)