Hi @Istvan Fazakas
Thanks for the question and using MS Q&A platform.
1.You cannot directly move the AppServiceConsoleLogs table to the Basic tire. Logs from App Services are stored in Log Analytics, and there is no direct way to change their tier from Analytics to Basic.
2.However, you can still use Diagnostic Settings to collect your application logs (like STDOUT) and send them to a custom table in a Basic-tier Log Analytics workspace. This way, you can store the logs at a lower cost while using a custom table in the Basic tier.
3.To use logs like AppServiceFileAuditLogs, which track file changes, your App Service needs to be on a Premium, PremiumV2, or Isolated plan. This is not required for collecting standard application logs (STDOUT).
references:
https://learn.microsoft.com/en-us/azure/azure-monitor/essentials/data-collection-rule-overview?utm_source=chatgpt.com
https://learn.microsoft.com/en-us/azure/azure-monitor/logs/cost-logs?utm_source=chatgpt.com
Please accept as "Yes" if the answer provided is useful, so that you can help others in the community looking for remediation for similar issues.