1 implementation of GetSubscriptionAndTenantAsync
Aspire.Hosting.Azure (1)
Provisioning\Internal\DefaultArmClientProvider.cs (1)
23
public async Task<(ISubscriptionResource subscription, ITenantResource tenant)>
GetSubscriptionAndTenantAsync
(CancellationToken cancellationToken = default)
1 reference to GetSubscriptionAndTenantAsync
Aspire.Hosting.Azure (1)
Provisioning\Internal\DefaultProvisioningContextProvider.cs (1)
44
var (subscriptionResource, tenantResource) = await armClient.
GetSubscriptionAndTenantAsync
(cancellationToken).ConfigureAwait(false);