Skip to content
DocsTry Aspire
DocsTry

AzureEnvironmentResource Properties

ClassProperties3 members
Represents the root Azure deployment target for an Aspire application. Manages deployment parameters and context for Azure resources.
LocationSection titled LocationParameterResource
Gets or sets the Azure location that the resources will be deployed to.
public ParameterResource Location { get; set; }
PrincipalIdSection titled PrincipalIdParameterResource
Gets or sets the Azure principal ID that will be used to deploy the resources.
public ParameterResource PrincipalId { get; set; }
ResourceGroupNameSection titled ResourceGroupNameParameterResource
Gets or sets the Azure resource group name that the resources will be deployed to.
public ParameterResource ResourceGroupName { get; set; }