Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 429 Bytes

File metadata and controls

23 lines (20 loc) · 429 Bytes
author DavidCBerry13
ms.author daberry
ms.topic include
ms.date 01/29/2022
ms.service azure-app-service
az webapp log tail \
    --name $APP_SERVICE_NAME \
    --resource-group $RESOURCE_GROUP_NAME
az webapp log tail `
    --name $APP_SERVICE_NAME `
    --resource-group $RESOURCE_GROUP_NAME