I have an Azure app service. In Visual Studio 2019 I can do this to get event logs from it:
- Open Cloud Exlorer window (View -> Cloud Explorer).
- Log in with my Azure credentials.
- Expand subscription, then resource group, then app service.
- Expand the folder Log Files
- 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?