This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using Microsoft.Azure.KeyVault; | |
using Microsoft.Azure.KeyVault.Models; | |
using Microsoft.Identity.Client; | |
using Sitecore.Diagnostics; | |
using System.Collections.Generic; | |
using System.Threading.Tasks; | |
using System.Web.Configuration; | |
namespace Core.Foundation.AzureKeyVault.Helper | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using Microsoft.Extensions.DependencyInjection; | |
using Sitecore.Analytics.Aggregation.Pipeline; | |
using Sitecore.Configuration; | |
using Sitecore.Data; | |
using Sitecore.DependencyInjection; | |
using Sitecore.Diagnostics; | |
using Sitecore.XConnect.Collection.Model; | |
using System; | |
using System.Collections.Generic; | |
using System.Linq; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8" ?> | |
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/" xmlns:role="http://www.sitecore.net/xmlconfig/role/"> | |
<sitecore role:require="Standalone or Processing"> | |
<pipelines> | |
<group groupName="analytics.aggregation"> | |
<pipelines> | |
<interactions> | |
<processor type="Core.Foundation.Analytics.Collection.Pipelines.Aggregation.PageEventProcessor, Core.Foundation.Analytics.Collection" /> | |
</interactions> | |
</pipelines> |
NewerOlder