Share via


DacKeyVaultService.BlockifMissingAuthentication Property

Definition

Gives a way to set early failure if Azure Key Vault Provider is not setup. When this is true, deployment fails to start if there is no Provider defined contrary to default mode which lets the deployment go through and fails only when key is actually used.

public bool BlockifMissingAuthentication { get; set; }
member this.BlockifMissingAuthentication : bool with get, set
Public Property BlockifMissingAuthentication As Boolean

Property Value

Applies to