GradientEdge CDK Utils
    Preparing search index...

    Properties for configuring the site infrastructure resources

    interface SiteProps {
        appServicePlan: ServicePlanProps;
        codeArchiveFile: GetFileOutputArgs;
        storageAccount: StorageAccountProps;
        storageContainer: StorageContainerProps;
        webApp: LinuxWebAppProps;
    }
    Index

    Properties

    appServicePlan: ServicePlanProps

    App Service Plan properties for the web app

    codeArchiveFile: GetFileOutputArgs

    Archive file configuration for code packaging

    storageAccount: StorageAccountProps

    Storage account properties for deployment artifacts

    storageContainer: StorageContainerProps

    Storage container properties for deployment artifacts

    Linux Web App properties