Skip to content

Commit 275aa74

Browse files
authored
Merge pull request #92556 from TerryLanfear/oct2019
changing author
2 parents 6d3b0b3 + a1dae13 commit 275aa74

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

articles/security/fundamentals/iot-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Secure your Internet of Things (IoT) in Azure | Microsoft Docs
33
description: " Azure internet of things (IoT) services offer a broad range of capabilities. This article helps you understand how to secure your IoT solutions in Azure. "
44
services: security
55
documentationcenter: na
6-
author: TomShinder
6+
author: TerryLanfear
77
manager: barbkess
88
editor: TomSh
99

articles/security/fundamentals/service-fabric-checklist.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Azure service fabric security checklist| Microsoft Docs
44
description: This article provides a set of checklist for Azure fabric security security.
55
services: security
66
documentationcenter: na
7-
author: unifycloud
7+
author: TerryLanfear
88
manager: barbkess
99
editor: tomsh
1010

@@ -16,7 +16,7 @@ ms.topic: article
1616
ms.tgt_pltfrm: na
1717
ms.workload: na
1818
ms.date: 01/16/2019
19-
ms.author: tomsh
19+
ms.author: terrylan
2020

2121
---
2222
# Azure Service Fabric security checklist

articles/security/fundamentals/service-fabric-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ title: Azure Service Fabric security overview| Microsoft Docs
44
description: This article provides an overview of Azure Service Fabric security.
55
services: security
66
documentationcenter: na
7-
author: unifycloud
7+
author: TerryLanfear
88
manager: barbkess
99
editor: tomsh
1010

11-
ms.assetid:
11+
ms.assetid:
1212
ms.service: security
1313
ms.subservice: security-fundamentals
1414
ms.devlang: na
1515
ms.topic: article
1616
ms.tgt_pltfrm: na
1717
ms.workload: na
1818
ms.date: 08/04/2017
19-
ms.author: tomsh
19+
ms.author: terrylan
2020

2121
---
2222
# Azure Service Fabric security overview
@@ -89,7 +89,7 @@ The workflow of monitoring and diagnostics consists of three steps:
8989

9090
You can also use [Azure Monitor](../../azure-monitor/overview.md) to monitor many of the Azure resources on which a Service Fabric cluster is built.
9191

92-
A watchdog is a separate service that can watch health and load across services, and report health for anything in the health model hierarchy. Using a watchdog can help prevent errors that would not be detected based on the view of a single service.
92+
A watchdog is a separate service that can watch health and load across services, and report health for anything in the health model hierarchy. Using a watchdog can help prevent errors that would not be detected based on the view of a single service.
9393

9494
Watchdogs are also a good place to host code that performs remedial actions without user interaction. An example is cleaning up log files in storage at certain time intervals. You can find a sample watchdog service implementation at [Azure Service Fabric watchdog sample](https://azure.microsoft.com/resources/samples/service-fabric-watchdog-service/).
9595

0 commit comments

Comments
 (0)