Skip to content

Commit 7598cba

Browse files
Update service-fabric-best-practices-security.md to add Backup Restore Service executables to Windows Defender exclusion list
Update service-fabric-best-practices-security.md to add Backup Restore Service executables to Windows Defender exclusion list
1 parent 617c3f7 commit 7598cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-fabric/service-fabric-best-practices-security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ By default, Windows Defender antivirus is installed on Windows Server 2016. For
256256
"AntimalwareEnabled": "true",
257257
"Exclusions": {
258258
"Paths": "[concat(parameters('svcFabData'), ';', parameters('svcFabLogs'), ';', parameters('svcFabRuntime'))]",
259-
"Processes": "Fabric.exe;FabricHost.exe;FabricInstallerService.exe;FabricSetup.exe;FabricDeployer.exe;ImageBuilder.exe;FabricGateway.exe;FabricDCA.exe;FabricFAS.exe;FabricUOS.exe;FabricRM.exe;FileStoreService.exe"
259+
"Processes": "Fabric.exe;FabricHost.exe;FabricInstallerService.exe;FabricSetup.exe;FabricDeployer.exe;ImageBuilder.exe;FabricGateway.exe;FabricDCA.exe;FabricFAS.exe;FabricUOS.exe;FabricRM.exe;FileStoreService.exe;FabricBRS.exe;BackupCopier.exe"
260260
},
261261
"RealtimeProtectionEnabled": "true",
262262
"ScheduledScanSettings": {

0 commit comments

Comments
 (0)