18 references to GetCurrentAzureContextAsync
Aspire.Hosting.Azure (18)
AzureProvisioningController.cs (18)
387var currentContext = await controller.GetCurrentAzureContextAsync(context.CancellationToken).ConfigureAwait(false); 415var currentContext = await controller.GetCurrentAzureContextAsync(context.CancellationToken).ConfigureAwait(false); 448var currentContext = await controller.GetCurrentAzureContextAsync(context.CancellationToken).ConfigureAwait(false); 477var currentContext = await controller.GetCurrentAzureContextAsync(context.CancellationToken).ConfigureAwait(false); 1156? (await GetCurrentAzureContextAsync(cancellationToken).ConfigureAwait(false)).Location 1759var currentContext = await GetCurrentAzureContextAsync(cancellationToken).ConfigureAwait(false); 1942var currentContext = await GetCurrentAzureContextAsync(cancellationToken).ConfigureAwait(false); 2122var currentContext = await GetCurrentAzureContextAsync(cancellationToken).ConfigureAwait(false); 2166var context = await GetCurrentAzureContextAsync(cancellationToken).ConfigureAwait(false); 2492var context = await GetCurrentAzureContextAsync(cancellationToken).ConfigureAwait(false); 2671var context = await GetCurrentAzureContextAsync(cancellationToken).ConfigureAwait(false); 2771return (await GetCurrentAzureContextAsync(cancellationToken).ConfigureAwait(false)).Location; 3078subscriptionId = (await GetCurrentAzureContextAsync(cancellationToken).ConfigureAwait(false)).SubscriptionId; 3327subscriptionId = (await GetCurrentAzureContextAsync(cancellationToken).ConfigureAwait(false)).SubscriptionId; 3434var context = await GetCurrentAzureContextAsync(cancellationToken).ConfigureAwait(false); 3543var context = await GetCurrentAzureContextAsync(cancellationToken).ConfigureAwait(false); 3951environmentLocation: (await GetCurrentAzureContextAsync(cancellationToken).ConfigureAwait(false)).Location, 4167: BuildAzureEnvironmentProperties(await GetCurrentAzureContextAsync(cancellationToken).ConfigureAwait(false));