Originally posted by **tbuha** May 7, 2024
Hi there,
I tried to use it. And have an error in [line 24](https://github.com/asynkron/protoactor-dotnet/blob/dev/src/Proto.Cluster.AzureContainerApps/Services/EnvironmentContainerAppMetadataAccessor.cs#L24):
`
var replicaName = Environment.GetEnvironmentVariable("CONTAINER_APP_REPLICA_NAME") ?? throw new Exception("No replica name provided");
`
Have you ever tried to run it with Azure Container Apps?
Discussed in https://github.com/asynkron/protoactor-dotnet/discussions/2122