Azure / Azure/azure-functions-powershell-worker

[Feature]: Cleanup .Azure\ErrorRecords

Open
#955 2 comments 1 reaction 0 assignees View on GitHub
P2
Dominant language
C#
Stars
215
Forks
61
Avg merge
21h 4m
Merged PRs (30d)
6

Description

This issue was originally from Azure PowerShell https://github.com/Azure/azure-powershell/issues/21732

**Description of the new feature**
The ~/.Azure/ErrorRecords folder has a log of all failed cmdlets.
We should clean this folder on a regular basis or not use it depending how the content is used.

**Mitigation**
If the customer function app does not have a dependency on the files (at this location), they can delete them with the following command. They can add this to one of their function's code:
`Remove-Item ~/.Azure/ErrorRecords/* -ErrorAction SilentlyContinue`

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.