Skip to content

Commit a0fe879

Browse files
committed
Demote tips
1 parent e2ac47c commit a0fe879

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/security/azure-security-key-vault-integration.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,7 @@ public class ExampleService(IConfiguration configuration)
193193
}
194194
```
195195

196-
> [!TIP]
197-
> 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).
196+
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).
198197

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

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

209-
> [!TIP]
210-
> 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).
208+
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).
211209

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

0 commit comments

Comments
 (0)