'How to get event log files from Azure app service without Cloud Explorer?

I have an Azure app service. In Visual Studio 2019 I can do this to get event logs from it:

  1. Open Cloud Exlorer window (View -> Cloud Explorer).
  2. Log in with my Azure credentials.
  3. Expand subscription, then resource group, then app service.
  4. Expand the folder Log Files
  5. Doubleclick eventlog.xml to download it.

In Visual Studio 2022 there is no Cloud Explorer. They recommend us to use Azure Storage Explorer instead. I have not been able to find the event log file in Storage Explorer.

Does anyone know how to get it without Visual Studio 2019 - either from a GUI or from a command line?

enter image description here



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source