Skip to content
Docs Try Aspire

AzureProvisioningOptions Properties

Class Properties 2 members
Options to configure the behavior of Azure resources.
ProvisioningBuildOptions Section titled ProvisioningBuildOptions ProvisioningBuildOptions
Gets the Provisioning.ProvisioningBuildOptions which contains common settings and functionality for building Azure resources.
public ProvisioningBuildOptions ProvisioningBuildOptions { get; }
SupportsTargetedRoleAssignments Section titled SupportsTargetedRoleAssignments bool
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; }
Setting this to true will disable the Azure resources from generating default role assignments in their bicep templates.