DacKeyVaultService.BlockifMissingAuthentication Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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