2 references to GetAppServiceWebsiteNameAsync
Aspire.Hosting.Azure.AppService (2)
AzureAppServiceWebSiteResource.cs (2)
58
var websiteName = await
GetAppServiceWebsiteNameAsync
(ctx).ConfigureAwait(false);
130
var hostName = await
GetAppServiceWebsiteNameAsync
(ctx, deploymentSlot).ConfigureAwait(false);