You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suwat Ch edited this page May 31, 2016
·
1 revision
Get Application Diagnostics Settings
ARMClient.exe get "/subscriptions/{subscription}/resourceGroups/{resourceGroup}/providers/Microsoft.Web/sites/{site}/config/logs?api-version=2015-02-01"
Update Application Diagnostics Settings
ARMClient.exe put "/subscriptions/{subscription}/resourceGroups/{resourceGroup}/providers/Microsoft.Web/sites/{site}/config/logs?api-version=2015-02-01" "{properties:{applicationLogs:{fileSystem:{level:'Off'}}}}"