6 references to EnsureProvisionedOrThrowAsync
Aspire.Hosting.Azure (6)
AzureProvisioningController.cs (6)
1785return await EnsureProvisionedOrThrowAsync(model, GetProvisionableAzureResources(model), cancellationToken).ConfigureAwait(false); 1795return await EnsureProvisionedOrThrowAsync(model, GetProvisionableAzureResources(model), cancellationToken).ConfigureAwait(false); 1811return await EnsureProvisionedOrThrowAsync(model, GetProvisionableAzureResources(model), cancellationToken).ConfigureAwait(false); 1934return await EnsureProvisionedOrThrowAsync(model, targetResources, cancellationToken).ConfigureAwait(false); 1946return await EnsureProvisionedOrThrowAsync(model, targetResources, cancellationToken).ConfigureAwait(false); 1986return await EnsureProvisionedOrThrowAsync(model, targetResources, cancellationToken).ConfigureAwait(false);