3 references to GetLocationOptionsAsync
Aspire.Hosting.Azure (3)
AzureProvisioningController.cs (3)
512context.Input.Options = await controller.GetLocationOptionsAsync(subscriptionId, context.CancellationToken).ConfigureAwait(false); 877location = NormalizeLocation(location, await GetLocationOptionsAsync(arguments.GetString(SubscriptionIdArgumentName), cancellationToken).ConfigureAwait(false)); 3237return await GetLocationOptionsAsync(subscriptionId: null, cancellationToken).ConfigureAwait(false);