12 references to MainInfrastructure
Aspire.Hosting.Azure (12)
AzurePublishingContext.cs (12)
42
/// The value is the <see cref="ProvisioningParameter"/> of the <see cref="
MainInfrastructure
"/>
51
/// The value is the <see cref="ProvisioningOutput"/> of the <see cref="
MainInfrastructure
"/>
94
MainInfrastructure
.Add(resourceGroupParam);
97
MainInfrastructure
.Add(locationParam);
100
MainInfrastructure
.Add(principalId);
262
MainInfrastructure
.Add(pp);
265
MainInfrastructure
.Add(rg);
269
MainInfrastructure
.Add(module);
284
MainInfrastructure
.Add(bicepOutput);
338
var plan =
MainInfrastructure
.Build(provisioningOptions.ProvisioningBuildOptions);
341
logger.LogDebug("Writing Bicep module {BicepName}.bicep to {TargetPath}",
MainInfrastructure
.BicepName, outputDirectoryPath);
343
var bicepPath = Path.Combine(outputDirectoryPath, $"{
MainInfrastructure
.BicepName}.bicep");