Skip to content

Commit 66238e9

Browse files
authored
Merge pull request #111563 from roshanroutray/patch-2
Update service-fabric-best-practices-security.md to add Backup Restor…
2 parents 6f51eb9 + 7598cba commit 66238e9

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)