1 instantiation of AzureAppServiceEnvironmentContextAnnotation
Aspire.Hosting.Azure.AppService (1)
AzureAppServiceEnvironmentResource.cs (1)
210
Annotations.Add(new
AzureAppServiceEnvironmentContextAnnotation
(appServiceEnvironmentContext));
2 references to AzureAppServiceEnvironmentContextAnnotation
Aspire.Hosting.Azure.AppService (2)
AzureAppServiceEnvironmentResource.cs (2)
258
if (!this.TryGetLastAnnotation<
AzureAppServiceEnvironmentContextAnnotation
>(out
var
contextAnnotation))