12 references to MainInfrastructure
Aspire.Hosting.Azure (12)
AzurePublishingContext.cs (12)
46
/// The value is the <see cref="ProvisioningParameter"/> of the <see cref="
MainInfrastructure
"/>
55
/// The value is the <see cref="ProvisioningOutput"/> of the <see cref="
MainInfrastructure
"/>
125
MainInfrastructure
.Add(resourceGroupParam);
128
MainInfrastructure
.Add(locationParam);
131
MainInfrastructure
.Add(principalId);
336
MainInfrastructure
.Add(pp);
339
MainInfrastructure
.Add(rg);
343
MainInfrastructure
.Add(module);
358
MainInfrastructure
.Add(bicepOutput);
410
var plan =
MainInfrastructure
.Build(provisioningOptions.ProvisioningBuildOptions);
413
logger.LogDebug("Writing Bicep module {BicepName}.bicep to {TargetPath}",
MainInfrastructure
.BicepName, outputDirectoryPath);
415
var bicepPath = Path.Combine(outputDirectoryPath, $"{
MainInfrastructure
.BicepName}.bicep");