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