diff --git a/eng/PatchConfig.props b/eng/PatchConfig.props
index 639ae0149d35..271e6a24713d 100644
--- a/eng/PatchConfig.props
+++ b/eng/PatchConfig.props
@@ -79,6 +79,8 @@ Later on, this will be checked using this condition:
+ Microsoft.AspNetCore.DataProtection.AzureKeyVault;
+ Microsoft.AspNetCore.DataProtection.AzureStorage;
diff --git a/src/DataProtection/AzureKeyVault/src/Microsoft.AspNetCore.DataProtection.AzureKeyVault.csproj b/src/DataProtection/AzureKeyVault/src/Microsoft.AspNetCore.DataProtection.AzureKeyVault.csproj
index 42aa2edb13ca..1d26f2952cf2 100644
--- a/src/DataProtection/AzureKeyVault/src/Microsoft.AspNetCore.DataProtection.AzureKeyVault.csproj
+++ b/src/DataProtection/AzureKeyVault/src/Microsoft.AspNetCore.DataProtection.AzureKeyVault.csproj
@@ -1,7 +1,14 @@
- Microsoft Azure KeyVault key encryption support.
+ Microsoft Azure KeyVault key encryption support.
+
+ This library has been replaced by the following new Azure SDK.
+
+ https://www.nuget.org/packages/Azure.Extensions.AspNetCore.DataProtection.Keys
+
+ It is recommended that you move to the new package.
+
netstandard2.0
true
aspnetcore;dataprotection;azure;keyvault
diff --git a/src/DataProtection/AzureStorage/src/Microsoft.AspNetCore.DataProtection.AzureStorage.csproj b/src/DataProtection/AzureStorage/src/Microsoft.AspNetCore.DataProtection.AzureStorage.csproj
index 2e0d4c5dc48b..dd76abf28b20 100644
--- a/src/DataProtection/AzureStorage/src/Microsoft.AspNetCore.DataProtection.AzureStorage.csproj
+++ b/src/DataProtection/AzureStorage/src/Microsoft.AspNetCore.DataProtection.AzureStorage.csproj
@@ -1,7 +1,14 @@
- Microsoft Azure Blob storage support as key store.
+ Microsoft Azure Blob storage support as key store.
+
+ This library has been replaced by the following new Azure SDK.
+
+ https://www.nuget.org/packages/Azure.Extensions.AspNetCore.DataProtection.Blobs
+
+ It is recommended that you move to the new package.
+
netstandard2.0
true
true