GradientEdge CDK Utils
    Preparing search index...

    Provisioned site resources for the web app construct

    interface Site {
        appServicePlan: AppServicePlan;
        codeArchiveFile: Output<GetFileResult>;
        environmentVariables: Record<string, any>;
        storageAccount: StorageAccount;
        storageContainer: BlobContainer;
        webApp: WebApp;
    }
    Index

    Properties

    appServicePlan: AppServicePlan

    The provisioned App Service Plan

    codeArchiveFile: Output<GetFileResult>

    The archive file output for the deployment package

    environmentVariables: Record<string, any>

    Environment variables configured on the web app

    storageAccount: StorageAccount

    The provisioned storage account for deployment artifacts

    storageContainer: BlobContainer

    The provisioned storage container for deployment artifacts

    webApp: WebApp

    The provisioned Azure Linux Web App