GradientEdge CDK Utils
    Preparing search index...

    Properties for configuring Azure remote backend state storage

    interface AzureRemoteBackendProps {
        containerName?: string;
        key?: string;
        resourceGroupName?: string;
        storageAccountName?: string;
        subscriptionId?: string;
        type: AzureRemoteBackend;
    }
    Index

    Properties

    containerName?: string

    Azure Storage container name for state files

    key?: string

    State file key/path within the container

    resourceGroupName?: string

    Resource group containing the storage account

    storageAccountName?: string

    Azure Storage Account name for state storage

    subscriptionId?: string

    Azure subscription ID for the backend storage account

    The type of remote backend to use