Skip to content

Commit 7d5858f

Browse files
committedSep 22, 2021
Fixing disallowed html tags
1 parent 607c6d9 commit 7d5858f

12 files changed

+13
-50
lines changed
 

‎articles/iot-develop/tutorial-configure-tsi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,11 +205,11 @@ Select the **Instances** tab. Find the instance that represents the device's wor
205205

206206
![Screenshot showing how to edit an instance.](./media/tutorial-configure-tsi/edit-instance.png)
207207

208-
Open the **Type** drop-down menu and then select **Temperature Controller**. Enter *defaultComponent, <your device name>* to update the name of the instance that represents all top-level tags associated with your device.
208+
Open the **Type** drop-down menu and then select **Temperature Controller**. Enter *defaultComponent, \<your device name\>* to update the name of the instance that represents all top-level tags associated with your device.
209209

210210
![Screenshot showing how to change an instance type.](./media/tutorial-configure-tsi/change-type.png)
211211

212-
Before you select **Save**, first select the **Instance Fields** tab, and then select **Device Fleet**. To group the telemetry together, enter *\<your device name> - Temp Controller*. Then select **Save**.
212+
Before you select **Save**, first select the **Instance Fields** tab, and then select **Device Fleet**. To group the telemetry together, enter *\<your device name\> - Temp Controller*. Then select **Save**.
213213

214214
![Screenshot showing how to assign an instance to a hierarchy](./media/tutorial-configure-tsi/assign-to-hierarchy.png)
215215

‎articles/iot-hub-device-update/device-update-agent-provisioning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ The Device Update agent can also be configured without the IoT Identity service
180180

181181
1. You should see a window open with some text in it. Delete the entire string following 'connection_String=' the first-time you provision the Device Update agent on the IoT device. It is just place holder text.
182182

183-
1. In the terminal, replace <your-connection-string> with the connection string of the device for your instance of Device Update agent. Select Enter and then **Save.** It should look this example:
183+
1. In the terminal, replace \<your-connection-string\> with the connection string of the device for your instance of Device Update agent. Select Enter and then **Save.** It should look this example:
184184

185185
```text
186186
connection_string=<ADD CONNECTION STRING HERE>

‎articles/logic-apps/logic-apps-batch-process-send-receive-messages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,9 @@ Now create one or more batch sender logic apps that send messages to the batch r
156156
> check that you previously created and deployed your batch receiver to Azure. If you haven't, learn
157157
> [how to deploy your batch receiver logic app to Azure](../logic-apps/quickstart-create-logic-apps-with-visual-studio.md#deploy-logic-app-to-azure).
158158
159-
1. From the actions list, select this action: **Batch_messages - <*your-logic-app-name*>**
159+
1. From the actions list, select this action: **Batch_messages - \<*your-logic-app-name*\>**
160160

161-
![Select this action: "Batch_messages - <your-logic-app>"](./media/logic-apps-batch-process-send-receive-messages/batch-sender-select-batch.png)
161+
![Select this action: "Batch_messages - \<your-logic-app\>"](./media/logic-apps-batch-process-send-receive-messages/batch-sender-select-batch.png)
162162

163163
1. Set the batch sender's properties:
164164

‎articles/logic-apps/manage-logic-apps-with-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ To build logic apps for business-to-business (B2B) enterprise integration scenar
124124

125125
1. In Visual Studio, open the Azure Resource Group project that contains your logic app.
126126

127-
1. In Solution Explorer, open the **<logic-app-name>.json** file's shortcut menu, and select **Open With Logic App Designer**. (Keyboard: Ctrl + L)
127+
1. In Solution Explorer, open the **\<logic-app-name\>.json** file's shortcut menu, and select **Open With Logic App Designer**. (Keyboard: Ctrl + L)
128128

129129
![Open logic app's .json file with Logic App Designer](./media/manage-logic-apps-with-visual-studio/open-logic-app-designer.png)
130130

‎articles/migrate/replicate-using-expressroute.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ ms.author: deseelam
66
ms.manager: bsiva
77
ms.topic: how-to
88
ms.date: 02/22/2021
9-
109
---
1110

1211
# Replicate data over ExpressRoute with Azure Migrate: Server Migration
@@ -152,7 +151,7 @@ To validate the private link connection, perform a DNS resolution of the cache s
152151

153152
An illustrative example for DNS resolution of the cache storage account.
154153

155-
- Enter nslookup _storageaccountname_.blob.core.windows.net. Replace <storage-account-name> with the name of the cache storage account created by Azure Migrate.
154+
- Enter nslookup _storageaccountname_.blob.core.windows.net. Replace \<storage-account-name\> with the name of the cache storage account created by Azure Migrate.
156155

157156
You'll receive a message like this:
158157

‎articles/migrate/tutorial-migrate-aws-virtual-machines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ The first step of migration is to set up the replication appliance. To set up th
136136

137137
2. In **Discover machines** > **Are your machines virtualized?**, click **Not virtualized/Other**.
138138
3. In **Target region**, select the Azure region to which you want to migrate the machines.
139-
4. Select **Confirm that the target region for migration is <region-name>**.
139+
4. Select **Confirm that the target region for migration is \<region-name\>**.
140140
5. Click **Create resources**. This creates an Azure Site Recovery vault in the background.
141141
- If you've already set up migration with Azure Migrate Server Migration, the target option can't be configured, since resources were set up previously.
142142
- You can't change the target region for this project after clicking this button.

‎articles/network-watcher/network-watcher-nsg-flow-logging-powershell.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,15 @@
22
title: Manage NSG Flow logs - Azure PowerShell
33
titleSuffix: Azure Network Watcher
44
description: This page explains how to manage Network Security Group Flow logs in Azure Network Watcher with PowerShell
5-
services: network-watcher
6-
documentationcenter: na
75
author: damendo
8-
96
ms.service: network-watcher
10-
ms.devlang: na
117
ms.topic: how-to
12-
ms.tgt_pltfrm: na
138
ms.workload: infrastructure-services
149
ms.date: 01/07/2021
1510
ms.author: damendo
1611
ms.custom: devx-track-azurepowershell
17-
1812
---
1913

20-
2114
# Configuring Network Security Group Flow logs with PowerShell
2215

2316
> [!div class="op_single_selector"]
@@ -33,7 +26,7 @@ The detailed specification of all NSG flow logs commands for various versions of
3326
> [!NOTE]
3427
> - The commands [Get-AzNetworkWatcherFlowLogStatus](/powershell/module/az.network/get-aznetworkwatcherflowlogstatus) and [Set-AzNetworkWatcherConfigFlowLog](/powershell/module/az.network/set-aznetworkwatcherconfigflowlog) used in this doc, requires an additional "reader" permission in the resource group of the network watcher. Also, these commands are old and may soon be deprecated.
3528
> - It is recommended to use the new [Get-AzNetworkWatcherFlowLog](/powershell/module/az.network/get-aznetworkwatcherflowlog) and [Set-AzNetworkWatcherFlowLog](/powershell/module/az.network/set-aznetworkwatcherflowlog) commands instead.
36-
> - The new [Get-AzNetworkWatcherFlowLog](/powershell/module/az.network/get-aznetworkwatcherflowlog) command offers four variants for flexibility. In case you are using the "Location <String>" variant of this command, an additional "reader" permission in the resource group of the network watcher would be required. For other variants, no additional permissions are required.
29+
> - The new [Get-AzNetworkWatcherFlowLog](/powershell/module/az.network/get-aznetworkwatcherflowlog) command offers four variants for flexibility. In case you are using the "Location \<String\>" variant of this command, an additional "reader" permission in the resource group of the network watcher would be required. For other variants, no additional permissions are required.
3730
3831
## Register Insights provider
3932

‎articles/network-watcher/traffic-analytics-schema.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
---
22
title: Azure traffic analytics schema | Microsoft Docs
33
description: Understand schema of Traffic Analytics to analyze Azure network security group flow logs.
4-
services: network-watcher
5-
documentationcenter: na
64
author: vinynigam
75
manager: agummadi
8-
editor:
9-
106
ms.service: network-watcher
11-
ms.devlang: na
127
ms.topic: article
13-
ms.tgt_pltfrm: na
148
ms.workload: infrastructure-services
159
ms.date: 01/07/2021
1610
ms.author: vinigam
@@ -140,7 +134,7 @@ Listed below are the fields in the schema and what they signify
140134
| LocalNetworkGateway1_s | \<SubscriptionID>/\<ResourceGroupName>/\<LocalNetworkGatewayName> | Local network gateway associated with the Source IP in the flow |
141135
| LocalNetworkGateway2_s | \<SubscriptionID>/\<ResourceGroupName>/\<LocalNetworkGatewayName> | Local network gateway associated with the Destination IP in the flow |
142136
| ConnectionType_s | Possible values are VNetPeering, VpnGateway, and ExpressRoute | Connection Type |
143-
| ConnectionName_s | \<SubscriptionID>/\<ResourceGroupName>/\<ConnectionName> | Connection Name. For flow type P2S, this will be formatted as <gateway name>_<VPN Client IP> |
137+
| ConnectionName_s | \<SubscriptionID>/\<ResourceGroupName>/\<ConnectionName> | Connection Name. For flow type P2S, this will be formatted as \<gateway name\>_\<VPN Client IP\> |
144138
| ConnectingVNets_s | Space separated list of virtual network names | In case of hub and spoke topology, hub virtual networks will be populated here |
145139
| Country_s | Two letter country code (ISO 3166-1 alpha-2) | Populated for flow type ExternalPublic. All IP addresses in PublicIPs_s field will share the same country code |
146140
| AzureRegion_s | Azure region locations | Populated for flow type AzurePublic. All IP addresses in PublicIPs_s field will share the Azure region |

‎articles/search/search-howto-run-reset-indexers.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: Run or reset indexers
33
titleSuffix: Azure Cognitive Search
44
description: Reset an indexer, skills, or individual documents to refresh all or part of and index or knowledge store.
5-
65
author: HeidiSteen
76
manager: nitinme
87
ms.author: heidist
@@ -41,7 +40,7 @@ Indexer execution is subject to the following limits:
4140

4241
+ Maximum number of indexer jobs is 1 per replica No concurrent jobs.
4342

44-
If indexer execution is already at capacity, you will get this notification: "Failed to run indexer '<indexer-name>', error: "Another indexer invocation is currently in progress; concurrent invocations are not allowed."
43+
If indexer execution is already at capacity, you will get this notification: "Failed to run indexer '\<indexer-name\>', error: "Another indexer invocation is currently in progress; concurrent invocations are not allowed."
4544

4645
+ Maximum running time is 2 hours if using a skillset, and 24 hours without.
4746

‎articles/security-center/secure-score-security-controls.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -96,23 +96,9 @@ We recommend every organization carefully review their assigned Azure Policy ini
9696
> For details of reviewing and editing your initiatives, see [Working with security policies](tutorial-security-policy.md).
9797
9898
Even though Security Center's default security initiative is based on industry best practices and standards, there are scenarios in which the built-in recommendations listed below might not completely fit your organization. Consequently, it'll sometimes be necessary to adjust the default initiative - without compromising security - to ensure it's aligned with your organization's own policies, industry standards, regulatory standards, and benchmarks you're obligated to meet.<br><br>
99-
<div class="foo">
100-
101-
<style type="text/css">
102-
.tg {border-collapse:collapse;border-spacing:0;}
103-
.tg td{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
104-
overflow:hidden;padding:10px 5px;word-break:normal;}
105-
.tg th{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:18px;
106-
font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal;}
107-
.tg .tg-cly1{text-align:left;vertical-align:middle}
108-
.tg .tg-lboi{border-color:inherit;text-align:left;vertical-align:middle}
109-
</style>
11099

111100
[!INCLUDE [security-center-controls-and-recommendations](../../includes/asc/security-control-recommendations.md)]
112101

113-
</div>
114-
115-
116102

117103

118104
## FAQ - Secure score

‎articles/sentinel/ueba-enrichments.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,10 @@
11
---
22
title: Azure Sentinel UEBA enrichments reference | Microsoft Docs
33
description: This article displays the entity enrichments generated by Azure Sentinel's entity behavior analytics.
4-
services: sentinel
5-
cloud: na
6-
documentationcenter: na
74
author: yelevin
85
manager: rkarlin
9-
10-
ms.assetid:
116
ms.service: azure-sentinel
127
ms.subservice: azure-sentinel
13-
ms.workload: na
14-
ms.tgt_pltfrm: na
15-
ms.devlang: na
168
ms.topic: reference
179
ms.date: 05/10/2021
1810
ms.author: yelevin
@@ -195,7 +187,7 @@ The following tables describe the enrichments featured in the **ActivityInsights
195187

196188
| Enrichment name | [Baseline](#baseline-explained) (days) | Description | Sample value |
197189
| --- | --- | --- | --- |
198-
| **Last time user performed action**<br>*(LastTimeUserPerformedAction)* | 180 | Last time the user performed the same action. | <Timestamp> |
190+
| **Last time user performed action**<br>*(LastTimeUserPerformedAction)* | 180 | Last time the user performed the same action. | \<Timestamp\> |
199191
| **Similar action wasn't performed in the past**<br>*(SimilarActionWasn'tPerformedInThePast)* | 30 | No action in the same resource provider was performed by the user. | True, False |
200192
| **Source IP location**<br>*(SourceIPLocation)* | *N/A* | The country resolved from the source IP of the action. | [Surrey, England] |
201193
| **Uncommon high volume of operations**<br>*(UncommonHighVolumeOfOperations)* | 7 | A user performed a burst of similar operations within the same provider | True, False |

‎articles/storsimple/storsimple-8000-support-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ StorSimple 8000 Series Storage Arrays support is provided based on how the StorS
107107

108108

109109

110-
*<text> * Premium coverage is not available in all locations. Contact Microsoft at SSSupOps\@microsoft.com for geographical coverage before purchasing StorSimple Premium Support.*
110+
* Premium coverage is not available in all locations. Contact Microsoft at SSSupOps\@microsoft.com for geographical coverage before purchasing StorSimple Premium Support.*
111111

112112
***The StorSimple appliance must be deployed in a region where the customer is covered by Premier support in order to be eligible for a free upgrade to premium StorSimple support.*
113113

0 commit comments

Comments
 (0)
Please sign in to comment.