Skip to content

Commit

Permalink
Demote tips
Browse files Browse the repository at this point in the history
  • Loading branch information
IEvangelist committed Feb 10, 2025
1 parent e2ac47c commit a0fe879
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/security/azure-security-key-vault-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,7 @@ public class ExampleService(IConfiguration configuration)
}
```

> [!TIP]
> The preceding example assumes that you've also registered the `IConfiguration` instance for dependency injection. For more information, see [Dependency injection in .NET](/dotnet/core/extensions/dependency-injection).
The preceding example assumes that you've also registered the `IConfiguration` instance for dependency injection. For more information, see [Dependency injection in .NET](/dotnet/core/extensions/dependency-injection).

#### Retrieve `IOptions<T>` instance

Expand All @@ -206,8 +205,7 @@ public class ExampleService(IOptions<SecretOptions> options)
}
```

> [!TIP]
> The preceding example assumes that you've configured a `SecretOptions` class for use with the options pattern. For more information, see [Options pattern in .NET](/dotnet/core/extensions/options).
The preceding example assumes that you've configured a `SecretOptions` class for use with the options pattern. For more information, see [Options pattern in .NET](/dotnet/core/extensions/options).

Additional `AddAzureKeyVaultSecrets` API parameters are available optionally for the following scenarios:

Expand Down

0 comments on commit a0fe879

Please sign in to comment.