12 references to MainInfrastructure
Aspire.Hosting.Azure (12)
AzurePublishingContext.cs (12)
47
/// The value is the <see cref="ProvisioningParameter"/> of the <see cref="
MainInfrastructure
"/>
56
/// The value is the <see cref="ProvisioningOutput"/> of the <see cref="
MainInfrastructure
"/>
135
MainInfrastructure
.Add(resourceGroupParam);
138
MainInfrastructure
.Add(locationParam);
141
MainInfrastructure
.Add(principalId);
351
MainInfrastructure
.Add(pp);
354
MainInfrastructure
.Add(rg);
358
MainInfrastructure
.Add(module);
374
MainInfrastructure
.Add(bicepOutput);
451
var plan =
MainInfrastructure
.Build(provisioningOptions.ProvisioningBuildOptions);
454
logger.LogDebug("Writing Bicep module {BicepName}.bicep to {TargetPath}",
MainInfrastructure
.BicepName, outputDirectoryPath);
456
var bicepPath = Path.Combine(outputDirectoryPath, $"{
MainInfrastructure
.BicepName}.bicep");