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