Skip to content

Commit f1fb9c1

Browse files
authored
Merge pull request #195382 from cmcclister/cm-linkfix-20220418-3
LinkFix: azure-docs-pr (2022-04) - 3
2 parents e173f5a + 1eb1bba commit f1fb9c1

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

includes/iot-edge-install-linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Install the latest version of IoT Edge and the IoT identity service package:
142142
sudo apt-get update; \
143143
sudo apt-get install aziot-edge defender-iot-micro-agent-edge
144144
```
145-
The defender-iot-micro-agent-edge package includes the Microsoft Defender for IoT security micro-agent that provides endpoint visibility into security posture management, vulnerabilities, threat detection, fleet management and more to help you secure your IoT Edge devices. It is recommended to install the micro agent with the Edge agent to enable security monitoring and hardening of your Edge devices. To learn more about Microsoft Defender for IoT, see [What is Microsoft Defender for IoT for device builders](/azure/defender-for-iot/device-builders/overview).
145+
The defender-iot-micro-agent-edge package includes the Microsoft Defender for IoT security micro-agent that provides endpoint visibility into security posture management, vulnerabilities, threat detection, fleet management and more to help you secure your IoT Edge devices. It is recommended to install the micro agent with the Edge agent to enable security monitoring and hardening of your Edge devices. To learn more about Microsoft Defender for IoT, see [What is Microsoft Defender for IoT for device builders](../articles/defender-for-iot/device-builders/overview.md).
146146
147147
To list other versions of IoT Edge and the IoT identity service that are available, use the following command:
148148
@@ -168,4 +168,4 @@ To list other versions of IoT Edge and the IoT identity service that are availab
168168
---
169169
170170
<!-- end 1.2 -->
171-
::: moniker-end
171+
::: moniker-end

includes/key-management-policy-grammar.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.date: 03/21/2022
66
ms.author: mbaldwin
77
---
88

9-
This article documents a simplified EBNF grammar for secure key release policy, which itself is modeled on [Azure Policy](/azure/governance/policy/).
9+
This article documents a simplified EBNF grammar for secure key release policy, which itself is modeled on [Azure Policy](../articles/governance/policy/index.yml).
1010

1111
```json
1212
(* string and number from JSON *)
@@ -70,7 +70,7 @@ A Claim Condition is a JSON object that identifies a claim name, a condition for
7070
}
7171
```
7272

73-
In the first iteration, the only allowed condition is "equals" but future iterations may allow for other operators [similar to Azure Policy](/azure/governance/policy/concepts/definition-structure) (see the section on Conditions). If a specified claim isn't present, its condition is considered to haven't been met.
73+
In the first iteration, the only allowed condition is "equals" but future iterations may allow for other operators [similar to Azure Policy](../articles/governance/policy/concepts/definition-structure.md) (see the section on Conditions). If a specified claim isn't present, its condition is considered to haven't been met.
7474

7575
Claim names allow "dot notation" to enable JSON object navigation, for example:
7676

includes/tsi-retirement.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@ ms.custom: tvilutis
1313
---
1414

1515
>[!NOTE]
16-
>The Time Series Insights (TSI) service will no longer be supported after March 2025. Consider migrating existing TSI environments to alternative solutions as soon as possible. For more information on the deprecation and migration, visit our [documentation](https://aka.ms/tsi2adx).
17-
16+
>The Time Series Insights (TSI) service will no longer be supported after March 2025. Consider migrating existing TSI environments to alternative solutions as soon as possible. For more information on the deprecation and migration, visit our [documentation](../articles/time-series-insights/migration-to-adx.md).

includes/virtual-machines-disks-encryption-create-key-vault-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ Alternatively, you can use a Managed HSM to handle your keys.
7373
To do this, you must complete the following prerequisites:
7474

7575
- Install the latest [Azure CLI](/cli/azure/install-az-cli2) and log in to an Azure account in with [az login](/cli/azure/reference-index).
76-
- [Create and configure a managed HSM](/azure/key-vault/managed-hsm/quick-create-cli).
77-
- [Assign permissions to a user, so they can manage your Managed HSM](/azure/key-vault/managed-hsm/role-management).
76+
- [Create and configure a managed HSM](../articles/key-vault/managed-hsm/quick-create-cli.md).
77+
- [Assign permissions to a user, so they can manage your Managed HSM](../articles/key-vault/managed-hsm/role-management.md).
7878

7979
#### Configuration
8080

0 commit comments

Comments
 (0)