3 references to WarnAsync
Aspire.Hosting.Azure (3)
Provisioning\Internal\PublishModeProvisioningContextProvider.cs (3)
143
await step.
WarnAsync
("Failed to fetch tenants, falling back to manual entry", cancellationToken).ConfigureAwait(false);
242
await step.
WarnAsync
("Failed to fetch subscriptions, falling back to manual entry", cancellationToken).ConfigureAwait(false);
341
await step.
WarnAsync
("Failed to fetch regions, falling back to manual entry", cancellationToken).ConfigureAwait(false);