12 references to MainInfrastructure
Aspire.Hosting.Azure (12)
AzurePublishingContext.cs (12)
53
/// The value is the <see cref="ProvisioningParameter"/> of the <see cref="
MainInfrastructure
"/>
62
/// The value is the <see cref="ProvisioningOutput"/> of the <see cref="
MainInfrastructure
"/>
136
MainInfrastructure
.Add(resourceGroupParam);
139
MainInfrastructure
.Add(locationParam);
142
MainInfrastructure
.Add(principalId);
370
MainInfrastructure
.Add(pp);
373
MainInfrastructure
.Add(rg);
377
MainInfrastructure
.Add(module);
393
MainInfrastructure
.Add(bicepOutput);
470
var plan =
MainInfrastructure
.Build(provisioningOptions.ProvisioningBuildOptions);
473
logger.LogDebug("Writing Bicep module {BicepName}.bicep to {TargetPath}",
MainInfrastructure
.BicepName, outputDirectoryPath);
475
var bicepPath = Path.Combine(outputDirectoryPath, $"{
MainInfrastructure
.BicepName}.bicep");