12 references to MainInfrastructure
Aspire.Hosting.Azure (12)
AzurePublishingContext.cs (12)
47/// The value is the <see cref="ProvisioningParameter"/> of the <see cref="MainInfrastructure"/> 56/// The value is the <see cref="ProvisioningOutput"/> of the <see cref="MainInfrastructure"/> 135MainInfrastructure.Add(resourceGroupParam); 138MainInfrastructure.Add(locationParam); 141MainInfrastructure.Add(principalId); 351MainInfrastructure.Add(pp); 354MainInfrastructure.Add(rg); 358MainInfrastructure.Add(module); 374MainInfrastructure.Add(bicepOutput); 451var plan = MainInfrastructure.Build(provisioningOptions.ProvisioningBuildOptions); 454logger.LogDebug("Writing Bicep module {BicepName}.bicep to {TargetPath}", MainInfrastructure.BicepName, outputDirectoryPath); 456var bicepPath = Path.Combine(outputDirectoryPath, $"{MainInfrastructure.BicepName}.bicep");