2 references to SandboxStateParentSection
Aspire.Hosting.Azure.Sandboxes (2)
AzureSandboxContainerDeployment.cs (2)
35
internal const string SandboxStateSectionPrefix = $"{
SandboxStateParentSection
}:";
1399
var sandboxesSection = await deploymentStateManager.AcquireCurrentSectionAsync(
SandboxStateParentSection
, context.CancellationToken).ConfigureAwait(false);