10 references to CreateStableOwnerId
Aspire.Hosting.Azure.Sandboxes (3)
AzureSandboxContainerDeployment.cs (3)
262
var ownerId =
CreateStableOwnerId
(
1340
var stableOwnerId =
CreateStableOwnerId
(appHostIdentity, environmentName, fallbackScope, resource.Name);
1385
var stableOwnerIdForScope =
CreateStableOwnerId
(appHostIdentity, environmentName, scope, resource.Name);
Aspire.Hosting.Azure.Tests (7)
AzureSandboxesTests.cs (7)
838
var owner = AzureSandboxContainerDeployment.
CreateStableOwnerId
(firstAppHostIdentity, "Production", scope, "frontend-sandbox-container");
839
var freshRunOwner = AzureSandboxContainerDeployment.
CreateStableOwnerId
(firstAppHostIdentity.ToLowerInvariant(), "production", scope, "frontend-sandbox-container");
840
var otherEnvironmentOwner = AzureSandboxContainerDeployment.
CreateStableOwnerId
(firstAppHostIdentity, "Staging", scope, "frontend-sandbox-container");
841
var otherAppOwner = AzureSandboxContainerDeployment.
CreateStableOwnerId
(secondAppHostIdentity, "Production", scope, "frontend-sandbox-container");
842
var otherScopeOwner = AzureSandboxContainerDeployment.
CreateStableOwnerId
(
895
var productionOwner = AzureSandboxContainerDeployment.
CreateStableOwnerId
(
900
var stagingOwner = AzureSandboxContainerDeployment.
CreateStableOwnerId
(