12 references to MainInfrastructure
Aspire.Hosting.Azure (12)
AzurePublishingContext.cs (12)
50
/// The value is the <see cref="ProvisioningParameter"/> of the <see cref="
MainInfrastructure
"/>
59
/// The value is the <see cref="ProvisioningOutput"/> of the <see cref="
MainInfrastructure
"/>
138
MainInfrastructure
.Add(resourceGroupParam);
141
MainInfrastructure
.Add(locationParam);
144
MainInfrastructure
.Add(principalId);
375
MainInfrastructure
.Add(pp);
378
MainInfrastructure
.Add(rg);
382
MainInfrastructure
.Add(module);
398
MainInfrastructure
.Add(bicepOutput);
475
var plan =
MainInfrastructure
.Build(provisioningOptions.ProvisioningBuildOptions);
478
logger.LogDebug("Writing Bicep module {BicepName}.bicep to {TargetPath}",
MainInfrastructure
.BicepName, outputDirectoryPath);
480
var bicepPath = Path.Combine(outputDirectoryPath, $"{
MainInfrastructure
.BicepName}.bicep");