Skip to content

Commit

Permalink
Update compat doc with acquisition restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
jander-msft committed Nov 13, 2024
1 parent febae06 commit b93cd6f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions documentation/compatibility/9.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,15 @@ If you are migrating your usage to `dotnet monitor` 9.0, the following changes m

| Area | Title | Introduced |
|--|--|--|
| Acquisition | [.NET tool installation requires .NET 9 SDK](#acquisition-net-tool-installation-requires-net-9-sdk) | Preview 1 |
| Configuration | [`TenantId` is now required when configuring Azure Active Directory authentication](#configuration-azure-active-directory-authentication) | RC 2 |

## Details

### Acquisition: .NET tool installation requires .NET 9 SDK

Acquisition of the tool through `dotnet tool` command requires the use of the .NET 9 SDK as the tool requires .NET 9 run. This has no impact on what applications can be monitored nor any impact on the `dotnet/monitor` Docker image.

### Configuration: Azure Active Directory Authentication

When using Azure Active Directory (Entra ID) for authentication, setting the `TenantId` option is now **required**. See [Azure Active Directory Authentication Configuration](../../configuration/azure-ad-authentication-configuration.md#configuration-options) for more details.

0 comments on commit b93cd6f

Please sign in to comment.