Skip to content

Commit 3319fde

Browse files
committed
sfi ropc warning
1 parent 8b73f0a commit 3319fde

File tree

11 files changed

+28
-5
lines changed

11 files changed

+28
-5
lines changed

aspnetcore/security/app-secrets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to store and retrieve sensitive information during the de
55
ms.author: tdykstra
66
monikerRange: '>= aspnetcore-3.0'
77
ms.custom: mvc
8-
ms.date: 10/29/2024
8+
ms.date: 10/30/2024
99
uid: security/app-secrets
1010
---
1111
<!-- ms.sfi.ropc: t -->

aspnetcore/security/authentication/mfa/includes/mfa-5-8.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
:::moniker range=">= aspnetcore-6.0 <= aspnetcore-8.0"
2+
<!-- ms.sfi.ropc: t -->
23

34
By [Damien Bowden](https://github.com/damienbod)
45

aspnetcore/security/data-protection/configuration/overview.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ description: Learn how to configure Data Protection in ASP.NET Core.
55
monikerRange: '>= aspnetcore-3.1'
66
ms.author: tdykstra
77
ms.custom: mvc
8-
ms.date: 6/14/2023
8+
ms.date: 10/30/2024
99
uid: security/data-protection/configuration/overview
1010
---
1111
# Configure ASP.NET Core Data Protection
12+
<!-- ms.sfi.ropc: t -->
1213

1314
:::moniker range=">= aspnetcore-6.0"
1415

@@ -317,6 +318,8 @@ services.AddDataProtection()
317318
.ProtectKeysWithAzureKeyVault(new Uri("<keyIdentifier>"), new DefaultAzureCredential());
318319
```
319320
321+
[!INCLUDE [managed-identities](~/includes/managed-identities-conn-strings.md)]
322+
320323
## PersistKeysToFileSystem
321324
322325
To store keys on a UNC share instead of at the *%LOCALAPPDATA%* default location, configure the system with <xref:Microsoft.AspNetCore.DataProtection.DataProtectionBuilderExtensions.PersistKeysToFileSystem%2A>:

aspnetcore/signalr/redis-backplane.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ By [Andrew Stanton-Nurse](https://twitter.com/anurse), [Brady Gaster](https://tw
1717

1818
This article explains SignalR-specific aspects of setting up a [Redis](https://redis.io/) server to use for scaling out an ASP.NET Core SignalR app.
1919

20+
[!INCLUDE [managed-identities](~/includes/managed-identities-conn-strings.md)]
21+
2022
## Set up a Redis backplane
2123

2224
* Deploy a Redis server.

aspnetcore/signalr/redis-backplane/includes/redis-backplane.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
:::moniker range="> aspnetcore-2.0 <= aspnetcore-5.0"
2+
<!-- ms.sfi.ropc: t -->
23

34
This article explains SignalR-specific aspects of setting up a [Redis](https://redis.io/) server to use for scaling out an ASP.NET Core SignalR app.
45

6+
[!INCLUDE [managed-identities](~/includes/managed-identities-conn-strings.md)]
7+
58
## Set up a Redis backplane
69

710
* Deploy a Redis server.

aspnetcore/signalr/redis-backplane/includes/redis-backplane2.1.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
:::moniker range="= aspnetcore-2.1"
2+
<!-- ms.sfi.ropc: t -->
23

34
This article explains SignalR-specific aspects of setting up a [Redis](https://redis.io/) server to use for scaling out an ASP.NET Core SignalR app.
45

6+
[!INCLUDE [managed-identities](~/includes/managed-identities-conn-strings.md)]
7+
58
## Set up a Redis backplane
69

710
* Deploy a Redis server.

aspnetcore/signalr/redis-backplane/includes/redis-backplane2.2.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
This article explains SignalR-specific aspects of setting up a [Redis](https://redis.io/) server to use for scaling out an ASP.NET Core SignalR app.
44

5+
[!INCLUDE [managed-identities](~/includes/managed-identities-conn-strings.md)]
6+
57
## Set up a Redis backplane
68

79
* Deploy a Redis server.

aspnetcore/signalr/redis-backplane/includes/redis-backplane3.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
:::moniker range="> aspnetcore-2.2 < aspnetcore-5.0"
2-
2+
<!-- ms.sfi.ropc: t -->
33
This article explains SignalR-specific aspects of setting up a [Redis](https://redis.io/) server to use for scaling out an ASP.NET Core SignalR app.
44

5+
[!INCLUDE [managed-identities](~/includes/managed-identities-conn-strings.md)]
6+
57
## Set up a Redis backplane
68

79
* Deploy a Redis server.

aspnetcore/signalr/redis-backplane/includes/redis-backplane5.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
:::moniker range="= aspnetcore-5.0"
2-
2+
<!-- ms.sfi.ropc: t -->
33
This article explains SignalR-specific aspects of setting up a [Redis](https://redis.io/) server to use for scaling out an ASP.NET Core SignalR app.
44

5+
[!INCLUDE [managed-identities](~/includes/managed-identities-conn-strings.md)]
6+
57
## Set up a Redis backplane
68

79
* Deploy a Redis server.

aspnetcore/signalr/redis-backplane/includes/redis-backplane6.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
:::moniker range="= aspnetcore-6.0"
2-
2+
<!-- ms.sfi.ropc: t -->
33
This article explains SignalR-specific aspects of setting up a [Redis](https://redis.io/) server to use for scaling out an ASP.NET Core SignalR app.
44

5+
[!INCLUDE [managed-identities](~/includes/managed-identities-conn-strings.md)]
6+
57
## Set up a Redis backplane
68

79
* Deploy a Redis server.

0 commit comments

Comments
 (0)