Interface WebAppBase.DefinitionStages.WithDiagnosticLogging<FluentT>

    • Method Detail

      • withContainerLoggingEnabled

        WebAppBase.DefinitionStages.WithCreate<FluentT> withContainerLoggingEnabled​(int quotaInMB,
                                                                                    int retentionDays)
        Specifies the configuration for container logging for Linux web apps.
        Parameters:
        quotaInMB - the limit that restricts file system usage by app diagnostics logs. Value can range from 25 MB and 100 MB.
        retentionDays - maximum days of logs that will be available
        Returns:
        the next stage of the web app definition
      • withContainerLoggingEnabled

        WebAppBase.DefinitionStages.WithCreate<FluentT> withContainerLoggingEnabled()
        Specifies the configuration for container logging for Linux web apps. Logs will be stored on the file system for up to 35 MB.
        Returns:
        the next stage of the web app definition