AzurePublishingContext
Class sealed net8.0
Represents a context for publishing Azure bicep templates for a distributed application.
namespace Aspire.Hosting.Azure;
public sealed class AzurePublishingContext{ // ...} 5 members
Remarks
Section titled Remarks This context facilitates the generation of bicep templates using the provided application model, publisher options, and execution context. It handles resource configuration and ensures that the bicep template is created in the specified output path.
Constructors1
Section titled ConstructorsProperties3
Section titled PropertiesMainInfrastructuregetInfrastructure Gets the main.bicep infrastructure for the distributed application.
OutputLookupgetDictionary<BicepOutputReference, ProvisioningOutput> Gets a dictionary that maps output references to provisioning outputs.
ParameterLookupgetDictionary<ParameterResource, ProvisioningParameter> Gets a dictionary that maps parameter resources to provisioning parameters.