Package version:

Interface AzureStaticWebApps

The configuration settings of the Azure Static Web Apps provider.

interface AzureStaticWebApps {
    enabled?: boolean;
    registration?: AzureStaticWebAppsRegistration;
}

Properties

enabled?: boolean

false if the Azure Static Web Apps provider should not be enabled despite the set registration; otherwise, true.

The configuration settings of the Azure Static Web Apps registration.