Skip to content
DocsTry Aspire
DocsTry

AzureDaprComponentPublishingAnnotation Properties

RecordProperties1 member
Represents an annotation that defines a publishing action for Azure Dapr components.
PublishingActionSection titled PublishingActionAction<AzureResourceInfrastructure>
The action to be executed on the Azure.AzureResourceInfrastructure during the publishing process. This action allows for customization of the infrastructure configuration.
public Action<AzureResourceInfrastructure> PublishingAction { get; init; }