AzureProvisioningOptions Properties
Class Properties 2 members
Options to configure the behavior of Azure resources.
Gets the
Provisioning.ProvisioningBuildOptions which contains common settings and functionality for building Azure resources. public ProvisioningBuildOptions ProvisioningBuildOptions { get; } Gets or sets a value indicating whether the Azure compute infrastructure supports specific role assignments from an application to an Azure resource.
public bool SupportsTargetedRoleAssignments { get; set; }Remarks
Setting this to true will disable the Azure resources from generating default role assignments in their bicep templates.