. Azure KeyVault Setup
if (!window.localStorage.getItem(KEYS.env)) safeSet(KEYS.env, DEFAULTS.env);
. Azure KeyVault Secrets Migration
if (!window.localStorage.getItem(KEYS.env)) safeSet(KEYS.env, DEFAULTS.env);
. Create ACA Services
// ===== tiny helpers for stable checkbox ids =====
. Azure Container App Configurations
// ===== tiny helpers for stable checkbox ids =====
. Configure KeyVault for ACA
if (!window.localStorage.getItem(KEYS.env)) safeSet(KEYS.env, DEFAULTS.env);