1 reference to CreateContainerAppAsync
Aspire.Hosting.Azure.AppContainers (1)
AzureContainerAppEnvironmentResource.cs (1)
226
var containerApp = await containerAppEnvironmentContext.
CreateContainerAppAsync
(r, options.Value, cancellationToken).ConfigureAwait(false);