4 references to WarnAsync
Aspire.Hosting.Azure (4)
Provisioning\Internal\PublishModeProvisioningContextProvider.cs (4)
142
await step.
WarnAsync
("Failed to fetch tenants, falling back to manual entry", cancellationToken).ConfigureAwait(false);
241
await step.
WarnAsync
("Failed to fetch subscriptions, falling back to manual entry", cancellationToken).ConfigureAwait(false);
340
await step.
WarnAsync
("Failed to fetch resource groups", cancellationToken).ConfigureAwait(false);
435
await step.
WarnAsync
("Failed to fetch regions, falling back to manual entry", cancellationToken).ConfigureAwait(false);