Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 512 Bytes

File metadata and controls

26 lines (22 loc) · 512 Bytes
author DavidCBerry13
ms.author daberry
ms.topic include
ms.date 01/29/2022
ms.service azure-app-service
az webapp log config \
    --web-server-logging filesystem \
    --name $APP_SERVICE_NAME \
    --resource-group $RESOURCE_GROUP_NAME
az webapp log config `
    --web-server-logging 'filesystem' `
    --name $APP_SERVICE_NAME `
    --resource-group $RESOURCE_GROUP_NAME