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"/> 138MainInfrastructure.Add(resourceGroupParam); 141MainInfrastructure.Add(locationParam); 144MainInfrastructure.Add(principalId); 375MainInfrastructure.Add(pp); 378MainInfrastructure.Add(rg); 382MainInfrastructure.Add(module); 398MainInfrastructure.Add(bicepOutput); 475var plan = MainInfrastructure.Build(provisioningOptions.ProvisioningBuildOptions); 478logger.LogDebug("Writing Bicep module {BicepName}.bicep to {TargetPath}", MainInfrastructure.BicepName, outputDirectoryPath); 480var bicepPath = Path.Combine(outputDirectoryPath, $"{MainInfrastructure.BicepName}.bicep");