2 references to DashboardUriReference
Aspire.Hosting.Azure.AppService (2)
AzureAppServiceEnvironmentResource.cs (1)
127
var dashboardUri = await
DashboardUriReference
.GetValueAsync(context.CancellationToken).ConfigureAwait(false);
AzureAppServiceWebsiteContext.cs (1)
738
var dashboardUri = environmentContext.Environment.
DashboardUriReference
.AsProvisioningParameter(Infra);