AzureContainerAppExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |