12 references to MainInfrastructure
Aspire.Hosting.Azure (12)
AzurePublishingContext.cs (12)
53/// The value is the <see cref="ProvisioningParameter"/> of the <see cref="MainInfrastructure"/> 62/// The value is the <see cref="ProvisioningOutput"/> of the <see cref="MainInfrastructure"/> 136MainInfrastructure.Add(resourceGroupParam); 139MainInfrastructure.Add(locationParam); 142MainInfrastructure.Add(principalId); 370MainInfrastructure.Add(pp); 373MainInfrastructure.Add(rg); 377MainInfrastructure.Add(module); 393MainInfrastructure.Add(bicepOutput); 470var plan = MainInfrastructure.Build(provisioningOptions.ProvisioningBuildOptions); 473logger.LogDebug("Writing Bicep module {BicepName}.bicep to {TargetPath}", MainInfrastructure.BicepName, outputDirectoryPath); 475var bicepPath = Path.Combine(outputDirectoryPath, $"{MainInfrastructure.BicepName}.bicep");