16 references to MainInfrastructure
Aspire.Hosting.Azure (16)
AzurePublishingContext.cs (16)
63
/// <see cref="
MainInfrastructure
"/>. <see cref="
MainInfrastructure
"/> remains available in memory, but
73
/// The value is the <see cref="ProvisioningParameter"/> of the <see cref="
MainInfrastructure
"/>
82
/// The value is the <see cref="ProvisioningOutput"/> of the <see cref="
MainInfrastructure
"/>
156
MainInfrastructure
.Add(resourceGroupParam);
159
MainInfrastructure
.Add(locationParam);
162
MainInfrastructure
.Add(principalId);
172
MainInfrastructure
.Add(deploymentPrincipalType);
462
MainInfrastructure
.Add(pp);
465
MainInfrastructure
.Add(rg);
469
MainInfrastructure
.Add(module);
485
MainInfrastructure
.Add(bicepOutput);
567
logger.LogDebug("Excluding {BicepName}.bicep from the output because {PropertyName} is set.",
MainInfrastructure
.BicepName, nameof(ExcludeMainBicepFile));
571
var plan =
MainInfrastructure
.Build(provisioningOptions.ProvisioningBuildOptions);
574
logger.LogDebug("Writing Bicep module {BicepName}.bicep to {TargetPath}",
MainInfrastructure
.BicepName, outputDirectoryPath);
576
var bicepPath = Path.Combine(outputDirectoryPath, $"{
MainInfrastructure
.BicepName}.bicep");