Skip to content

Instantly share code, notes, and snippets.

View liamgold's full-sized avatar
👋

Liam Goldfinch liamgold

👋
View GitHub Profile
@liamgold
liamgold / ExampleAppSettingsService.cs
Last active October 23, 2023 12:01
Setting up Azure Key Vault in Kentico Xperience 13
using CMS;
using CMS.Base;
using CMS.Core;
using Example.Admin.Core.Configuration;
using Microsoft.Azure.KeyVault;
using Microsoft.Azure.KeyVault.Models;
using Microsoft.Azure.Services.AppAuthentication;
using System;
using System.Collections.Generic;
using System.Configuration;