Skip to content
Docs Try Aspire

AzureEnvironmentResource Properties

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