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)
208
var (resourceGroupOptions, fetchSucceeded) = await
TryGetResourceGroupsWithLocationAsync
(subscriptionId, cancellationToken).ConfigureAwait(false);
240
var (resourceGroupOptions, fetchSucceeded) = await
TryGetResourceGroupsWithLocationAsync
(subscriptionId, cancellationToken).ConfigureAwait(false);