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