Skip to main content
Go to Latest
function eacGetSecrets
import { eacGetSecrets } from "https://deno.land/x/fathym_everything_as_code@v0.1.47-fluent-builder/src/azure/eacGetSecrets.ts";

This function retrieves secrets from Azure Key Vault.

Parameters

secretClient: SecretClient

The SecretClient to use for retrieving secrets.

toSecrets: Record<string, string>

The secrets to retrieve from Key Vault.

Returns

Promise<Record<string, string>>

The retrieved secrets.