Replies: 2 comments 1 reply
-
I looked through the code replicaName does not have any references but makes a problem :)
|
Beta Was this translation helpful? Give feedback.
0 replies
-
RevisionName would not be unique per replica. Environment.GetEnvironmentVariable("CONTAINER_APP_REPLICA_NAME") works for us in our environment. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I tried to use it. And have an error in line 24:
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?
Beta Was this translation helpful? Give feedback.
All reactions