Erik-Jan Westendorp discusses the challenge of using Azure Key Vault with Umbraco UIBuilder due to naming constraints that prohibit dots in secret names. To resolve this, a custom KeyVaultSecretManager is proposed, which maps secret names with dashes to the expected dot-separated format for configuration. This solution ensures compatibility while adhering to Key Vault's naming rules.
2025-02-20 from 16:30 to 20:00 - Apply Agency, Østergade 5, København, DK
2025-02-20 from 16:30 to 20:00 - Apply Agency, Østergade 5, København, DK
Heather Floyd discusses using the Umbraco UI Builder Add-in to create an interface for editing JSON data stored in text files. The tutorial outlines steps for setting up a custom repository, implementing data read/write methods, and configuring the UI. It emphasizes considerations for concurrency, ID management, and performance when handling file-based data.