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"/> 94MainInfrastructure.Add(resourceGroupParam); 97MainInfrastructure.Add(locationParam); 100MainInfrastructure.Add(principalId); 262MainInfrastructure.Add(pp); 265MainInfrastructure.Add(rg); 269MainInfrastructure.Add(module); 284MainInfrastructure.Add(bicepOutput); 338var plan = MainInfrastructure.Build(provisioningOptions.ProvisioningBuildOptions); 341logger.LogDebug("Writing Bicep module {BicepName}.bicep to {TargetPath}", MainInfrastructure.BicepName, outputDirectoryPath); 343var bicepPath = Path.Combine(outputDirectoryPath, $"{MainInfrastructure.BicepName}.bicep");