1 instantiation of AzureContextState
Aspire.Hosting.Azure (1)
AzureProvisioningController.cs (1)
3370
return new
AzureContextState
(
16 references to AzureContextState
Aspire.Hosting.Azure (16)
AzureProvisioningController.cs (16)
387
var
currentContext = await controller.GetCurrentAzureContextAsync(context.CancellationToken).ConfigureAwait(false);
415
var
currentContext = await controller.GetCurrentAzureContextAsync(context.CancellationToken).ConfigureAwait(false);
448
var
currentContext = await controller.GetCurrentAzureContextAsync(context.CancellationToken).ConfigureAwait(false);
477
var
currentContext = await controller.GetCurrentAzureContextAsync(context.CancellationToken).ConfigureAwait(false);
1759
var
currentContext = await GetCurrentAzureContextAsync(cancellationToken).ConfigureAwait(false);
1942
var
currentContext = await GetCurrentAzureContextAsync(cancellationToken).ConfigureAwait(false);
2122
var
currentContext = await GetCurrentAzureContextAsync(cancellationToken).ConfigureAwait(false);
2166
var
context = await GetCurrentAzureContextAsync(cancellationToken).ConfigureAwait(false);
2492
var
context = await GetCurrentAzureContextAsync(cancellationToken).ConfigureAwait(false);
2507
private async Task<JsonObject> CreateCachedDeploymentStateInfoAsync(AzureBicepResource resource,
AzureContextState
context, CancellationToken cancellationToken)
2550
private async Task<JsonObject> CreateLiveResourceInfoAsync(string? resourceId,
AzureContextState
context, CancellationToken cancellationToken)
2671
var
context = await GetCurrentAzureContextAsync(cancellationToken).ConfigureAwait(false);
3364
private async Task<
AzureContextState
> GetCurrentAzureContextAsync(CancellationToken cancellationToken)
3434
var
context = await GetCurrentAzureContextAsync(cancellationToken).ConfigureAwait(false);
3543
var
context = await GetCurrentAzureContextAsync(cancellationToken).ConfigureAwait(false);
4194
private static ImmutableArray<ResourcePropertySnapshot> BuildAzureEnvironmentProperties(
AzureContextState
context)