3 references to TryGetResourceGroupsWithLocationAsync
Aspire.Hosting.Azure (3)
Provisioning\Internal\PublishModeProvisioningContextProvider.cs (1)
330
(resourceGroupOptions, resourceGroupFetchSucceeded) = await
TryGetResourceGroupsWithLocationAsync
(_options.SubscriptionId!, cancellationToken).ConfigureAwait(false);
Provisioning\Internal\RunModeProvisioningContextProvider.cs (2)
414
var (resourceGroupOptions, fetchSucceeded) = await
TryGetResourceGroupsWithLocationAsync
(subscriptionId, cancellationToken).ConfigureAwait(false);
454
var (resourceGroupOptions, fetchSucceeded) = await
TryGetResourceGroupsWithLocationAsync
(subscriptionId, cancellationToken).ConfigureAwait(false);