次の方法で共有


AzureContainerAppExtensions Class

Definition

Provides extension methods for customizing Azure Container App definitions for projects.

public static class AzureContainerAppExtensions
type AzureContainerAppExtensions = class
Public Module AzureContainerAppExtensions
Inheritance
AzureContainerAppExtensions

Methods

AddAzureContainerAppEnvironment(IDistributedApplicationBuilder, String)

Adds a container app environment resource to the distributed application builder.

AddAzureContainerAppsInfrastructure(IDistributedApplicationBuilder)
Obsolete.

Adds the necessary infrastructure for Azure Container Apps to the distributed application builder.

WithAzdResourceNaming(IResourceBuilder<AzureContainerAppEnvironmentResource>)

Configures the container app environment resources to use the same naming conventions as azd.

Applies to