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"/> 125MainInfrastructure.Add(resourceGroupParam); 128MainInfrastructure.Add(locationParam); 131MainInfrastructure.Add(principalId); 336MainInfrastructure.Add(pp); 339MainInfrastructure.Add(rg); 343MainInfrastructure.Add(module); 358MainInfrastructure.Add(bicepOutput); 410var plan = MainInfrastructure.Build(provisioningOptions.ProvisioningBuildOptions); 413logger.LogDebug("Writing Bicep module {BicepName}.bicep to {TargetPath}", MainInfrastructure.BicepName, outputDirectoryPath); 415var bicepPath = Path.Combine(outputDirectoryPath, $"{MainInfrastructure.BicepName}.bicep");