7 references to AzureProvisioner
Aspire.Hosting.Azure (7)
BicepResourceAnnotation.cs (4)
9/// Used to annotate resources as being potentially deployable by the <see cref="AzureProvisioner"/>. 11/// <param name="resource">The <see cref="AzureBicepResource"/> which should be used by the <see cref="AzureProvisioner"/>.</param> 14/// The <see cref="AzureProvisioner"/> is only capable of deploying resources that implement <see cref="IAzureResource"/> 16/// that can be added to any <see cref="IResource"/> will be detected by the <see cref="AzureProvisioner"/> and used to
Provisioning\AzureProvisionerExtensions.cs (1)
25builder.Services.TryAddLifecycleHook<AzureProvisioner>();
Provisioning\Provisioners\AzureProvisioner.cs (2)
34ILogger<AzureProvisioner> logger, 197ILogger<AzureProvisioner> logger,