Skip to content

Commit 7783fad

Browse files
Update astro/src/content/docs/general/data-protection.md
Co-authored-by: Maarten Balliauw <maarten.balliauw@duendesoftware.com>
1 parent 979f111 commit 7783fad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

astro/src/content/docs/general/data-protection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ redirect_from:
99
- /dataprotection/
1010
---
1111

12-
Any Duende server-side application like IdentityServer of BFF is developed and deployed as an ASP.NET Core application. While there are a lot of decisions to make, this also means that your implementation can be built, deployed, hosted, and managed with the same technology you're using for any other ASP.NET applications you have.
12+
Any Duende server-side application, like IdentityServer or BFF, is developed and deployed as an ASP.NET Core application. While there are a lot of decisions to make, this also means that your implementation can be built, deployed, hosted, and managed with the same technology you're using for any other ASP.NET applications you have.
1313

14-
One important aspect to include in your application is around Data Protection.
14+
It is important to correctly configure ASP.NET Core Data Protection i your application.
1515

1616
:::note
1717
Some of our most common support requests are related to [Data Protection Keys](#data-protection-keys), so we strongly encourage you to review the rest of this page before deploying to production.

0 commit comments

Comments
 (0)