# IAzureContainerRegistry

- Kind: `interface`
- Package: [Aspire.Hosting.Azure](/reference/api/csharp/aspire.hosting.azure.md)
- Version: `13.4.0`
- Namespace: `Aspire.Hosting.Azure`
- Target framework: `net8.0`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/cbc352350f1a9bafbaff10d14a2c8de4ac186a48/src/Aspire.Hosting.Azure/IAzureContainerRegistry.cs)
- Implements: `IContainerRegistry`

Represents Azure Container Registry information for deployment targets.

## Definition

```csharp
namespace Aspire.Hosting.Azure;

public interface IAzureContainerRegistry
    : Aspire.Hosting.ApplicationModel.IContainerRegistry
{
    // ...
}
```

## Properties

- [ManagedIdentityId](/reference/api/csharp/aspire.hosting.azure/iazurecontainerregistry/properties.md#managedidentityid) : `ReferenceExpression` `abstract` `get` -- Gets the managed identity ID associated with the container registry.
