# AzureAppConfigurationResource Properties

- Package: [Aspire.Hosting.Azure.AppConfiguration](/reference/api/csharp/aspire.hosting.azure.appconfiguration.md)
- Type: [AzureAppConfigurationResource](/reference/api/csharp/aspire.hosting.azure.appconfiguration/azureappconfigurationresource.md)
- Kind: `Properties`
- Members: `5`

A resource that represents Azure App Configuration.

## ConnectionStringExpression

- Name: `ConnectionStringExpression`
- Modifiers: `get`
- Returns: `ReferenceExpression`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/cbc352350f1a9bafbaff10d14a2c8de4ac186a48/src/Aspire.Hosting.Azure.AppConfiguration/AzureAppConfigurationResource.cs#L47-L49)

Gets the connection string template for the manifest for the Azure App Configuration resource.

```csharp
public ReferenceExpression ConnectionStringExpression { get; }
```

## Endpoint

- Name: `Endpoint`
- Modifiers: `get`
- Returns: `BicepOutputReference`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/cbc352350f1a9bafbaff10d14a2c8de4ac186a48/src/Aspire.Hosting.Azure.AppConfiguration/AzureAppConfigurationResource.cs#L31)

Gets the appConfigEndpoint output reference for the Azure App Configuration resource.

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

## Id

- Name: `Id`
- Modifiers: `get`
- Returns: `BicepOutputReference`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/cbc352350f1a9bafbaff10d14a2c8de4ac186a48/src/Aspire.Hosting.Azure.AppConfiguration/AzureAppConfigurationResource.cs#L41)

Gets the "id" output reference for the resource.

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

## IsEmulator

- Name: `IsEmulator`
- Modifiers: `get`
- Returns: `bool`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/cbc352350f1a9bafbaff10d14a2c8de4ac186a48/src/Aspire.Hosting.Azure.AppConfiguration/AzureAppConfigurationResource.cs#L26)

Gets a value indicating whether the Azure App Configuration resource is running in the local emulator.

```csharp
public bool IsEmulator { get; }
```

## NameOutputReference

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

Gets the "name" output reference for the resource.

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