# AzureAppServiceEnvironmentResource Properties

- Package: [Aspire.Hosting.Azure.AppService](/reference/api/csharp/aspire.hosting.azure.appservice.md)
- Type: [AzureAppServiceEnvironmentResource](/reference/api/csharp/aspire.hosting.azure.appservice/azureappserviceenvironmentresource.md)
- Kind: `Properties`
- Members: `5`

Represents an Azure App Service Environment resource.

## AzureAppInsightsConnectionStringReference

- Name: `AzureAppInsightsConnectionStringReference`
- Modifiers: `get`
- Returns: `BicepOutputReference`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/cbc352350f1a9bafbaff10d14a2c8de4ac186a48/src/Aspire.Hosting.Azure.AppService/AzureAppServiceEnvironmentResource.cs#L427)

Gets the Application Insights Connection String.

```csharp
public BicepOutputReference AzureAppInsightsConnectionStringReference { get; }
```

## AzureAppInsightsInstrumentationKeyReference

- Name: `AzureAppInsightsInstrumentationKeyReference`
- Modifiers: `get`
- Returns: `BicepOutputReference`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/cbc352350f1a9bafbaff10d14a2c8de4ac186a48/src/Aspire.Hosting.Azure.AppService/AzureAppServiceEnvironmentResource.cs#L421)

Gets the Application Insights Instrumentation Key.

```csharp
public BicepOutputReference AzureAppInsightsInstrumentationKeyReference { get; }
```

## ContainerRegistry

- Name: `ContainerRegistry`
- Modifiers: `nullable` `get`
- Returns: `AzureContainerRegistryResource?`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/cbc352350f1a9bafbaff10d14a2c8de4ac186a48/src/Aspire.Hosting.Azure.AppService/AzureAppServiceEnvironmentResource.cs#L462-L476)

Gets the Azure Container Registry resource used by this Azure App Service Environment resource.

```csharp
public AzureContainerRegistryResource? ContainerRegistry { get; }
```

## DashboardUriReference

- Name: `DashboardUriReference`
- Modifiers: `get`
- Returns: `BicepOutputReference`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/cbc352350f1a9bafbaff10d14a2c8de4ac186a48/src/Aspire.Hosting.Azure.AppService/AzureAppServiceEnvironmentResource.cs#L415)

Gets the URI of the App Service Environment dashboard.

```csharp
public BicepOutputReference DashboardUriReference { get; }
```

## NameOutputReference

- Name: `NameOutputReference`
- Modifiers: `get`
- Returns: `BicepOutputReference`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/cbc352350f1a9bafbaff10d14a2c8de4ac186a48/src/Aspire.Hosting.Azure.AppService/AzureAppServiceEnvironmentResource.cs#L410)

Gets the name of the App Service Plan.

```csharp
public BicepOutputReference NameOutputReference { get; }
```
