10 references to CreateStableOwnerId
Aspire.Hosting.Azure.Sandboxes (3)
AzureSandboxContainerDeployment.cs (3)
242
var ownerId =
CreateStableOwnerId
(
1298
var stableOwnerId =
CreateStableOwnerId
(appHostIdentity, environmentName, fallbackScope, resource.Name);
1343
var stableOwnerIdForScope =
CreateStableOwnerId
(appHostIdentity, environmentName, scope, resource.Name);
Aspire.Hosting.Azure.Tests (7)
AzureSandboxesTests.cs (7)
727
var owner = AzureSandboxContainerDeployment.
CreateStableOwnerId
(firstAppHostIdentity, "Production", scope, "frontend-sandbox-container");
728
var freshRunOwner = AzureSandboxContainerDeployment.
CreateStableOwnerId
(firstAppHostIdentity.ToLowerInvariant(), "production", scope, "frontend-sandbox-container");
729
var otherEnvironmentOwner = AzureSandboxContainerDeployment.
CreateStableOwnerId
(firstAppHostIdentity, "Staging", scope, "frontend-sandbox-container");
730
var otherAppOwner = AzureSandboxContainerDeployment.
CreateStableOwnerId
(secondAppHostIdentity, "Production", scope, "frontend-sandbox-container");
731
var otherScopeOwner = AzureSandboxContainerDeployment.
CreateStableOwnerId
(
784
var productionOwner = AzureSandboxContainerDeployment.
CreateStableOwnerId
(
789
var stagingOwner = AzureSandboxContainerDeployment.
CreateStableOwnerId
(