Skip to content
DocsTry Aspire
DocsTry

AzureProvisioningOptions Properties

ClassProperties2 members
Options to configure the behavior of Azure resources.
ProvisioningBuildOptionsSection titled ProvisioningBuildOptionsProvisioningBuildOptions
Gets the Provisioning.ProvisioningBuildOptions which contains common settings and functionality for building Azure resources.
public ProvisioningBuildOptions ProvisioningBuildOptions { get; }
SupportsTargetedRoleAssignmentsSection titled SupportsTargetedRoleAssignmentsbool
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.