AzOps
AzOps copied to clipboard
Avoid illegal filesystem characters
Challenge When AzOps generates filenames based on derived information from Azure resources the suggested filename can contain characters which are not supported across different filesystems.
Example
Example filena|me.json is accepted by Git operating on Linux however it would be rejected by Windows.
Possible remediation Ensure illegal filesystem characters are replaced/not part of filenames generated AzOpsScope.ps1.