Skip to content

Commit f2f694d

Browse files
tweak copilot edits
1 parent 42cc17b commit f2f694d

File tree

4 files changed

+6
-12
lines changed

4 files changed

+6
-12
lines changed

articles/operator-nexus/concepts-compute.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,6 @@ The following properties reflect the operational state of a BMM:
110110
> [!NOTE]
111111
> Customers can't create or delete BMMs directly. These machines are created only as the realization of the cluster lifecycle. Implementation blocks creation or deletion requests from any user, and it allows only internal/application-driven creation or deletion operations.
112112
113-
> [!TIP]
114-
> For recent or in-progress lifecycle actions (Replace, Reimage, Restart), the Azure portal JSON view shows `properties.actionStates` with action status, times, stepStates, and correlationId (requires Operator Nexus 2509.1+ and API 2025-07-01-preview+). See [Monitor status in Bare Metal Machine JSON properties](./howto-bare-metal-best-practices.md#monitor-status-in-bare-metal-machine-json-properties).
115-
116113
## Form-factor-specific information
117114

118115
Azure Operator Nexus offers a group of on-premises cloud solutions that cater to both [near-edge](reference-near-edge-compute.md) and far-edge environments.

articles/operator-nexus/howto-baremetal-functions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ These steps should be used for troubleshooting purposes to recover from failures
1616

1717
First, read the advice in the article [Best Practices for Bare Metal Machine Operations](./howto-bare-metal-best-practices.md) before proceeding with operations.
1818

19-
> [!NOTE]
20-
> In Operator Nexus version 2509.1+ and with API version 2025-07-01-preview or newer, you can monitor recent or in-progress BMM actions (Replace, Reimage, Restart) in the Azure portal JSON view under `properties.actionStates` (status, start/end times, stepStates, and correlationId). See [Monitor status in Bare Metal Machine JSON properties](./howto-bare-metal-best-practices.md#monitor-status-in-bare-metal-machine-json-properties).
21-
2219
The bolded actions listed are considered disruptive (Power off, Restart, Reimage, Replace).
2320
The Cordon action without the `evacuate` parameter isn't considered disruptive while Cordon with the `evacuate` parameter is considered disruptive.
2421

@@ -35,6 +32,9 @@ The Cordon action without the `evacuate` parameter isn't considered disruptive w
3532

3633
[!INCLUDE [important-donot-disrupt-kcpnodes](./includes/baremetal-machines/important-donot-disrupt-kcpnodes.md)]
3734

35+
> [!TIP]
36+
> In Operator Nexus version 2509.1+ and with API version 2025-07-01-preview or newer, you can monitor recent or in-progress BMM actions in the Azure portal JSON view under `properties.actionStates`. See [Monitor status in Bare Metal Machine JSON properties](./howto-bare-metal-best-practices.md#monitor-status-in-bare-metal-machine-json-properties).
37+
3838
[!INCLUDE [prerequisites-azure-cli-bare-metal-machine-actions](./includes/baremetal-machines/prerequisites-azure-cli-bare-metal-machine-actions.md)]
3939

4040
## Power off a Bare Metal Machine

articles/operator-nexus/troubleshoot-bare-metal-machine-provisioning.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,6 @@ To show details and the status of a single Bare Metal Machine:
104104
az networkcloud baremetalmachine show -g $CLUSTER_MRG -n $BMM_NAME
105105
```
106106

107-
> [!TIP]
108-
> If you’ve initiated any BMM lifecycle action (all action types, for example Replace, Reimage, Restart), you can monitor the action’s progress in the Azure portal JSON view under `properties.actionStates` (version 2509.1+ and API 2025-07-01-preview+ required). See [Monitor status in Bare Metal Machine JSON properties](./howto-bare-metal-best-practices.md#monitor-status-in-bare-metal-machine-json-properties).
109-
110107
For Bare Metal Machine details specific to troubleshooting:
111108

112109
```azurecli

articles/operator-nexus/troubleshoot-reboot-reimage-replace.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@ The time required to complete each of these actions is similar. Restarting is th
2626
- Name of the BMM that requires a lifecycle management operation
2727
- Subscription ID
2828

29-
> [!TIP]
30-
> In Operator Nexus version 2509.1+ and with API version 2025-07-01-preview or newer, you can monitor recent or in-progress BMM actions (Replace, Reimage, Restart) in the Azure portal JSON view under `properties.actionStates` (status, start/end times, stepStates, and correlationId). See [Monitor status in Bare Metal Machine JSON properties](./howto-bare-metal-best-practices.md#monitor-status-in-bare-metal-machine-json-properties).
31-
3229
> [!IMPORTANT]
3330
> Disruptive command requests against a Kubernetes Control Plane (KCP) node are rejected if there's another disruptive action command already running against another KCP node or if the full KCP isn't available.
3431
>
3532
> Restart, reimage and replace are all considered disruptive actions.
3633
>
3734
> This check is done to maintain the integrity of the Nexus instance and ensure multiple KCP nodes don't go down at once due to simultaneous disruptive actions. If multiple nodes go down, it breaks the healthy quorum threshold of the Kubernetes Control Plane.
3835
36+
> [!TIP]
37+
> In Operator Nexus version 2509.1+ and with API version 2025-07-01-preview or newer, you can monitor recent or in-progress BMM actions (Replace, Reimage, Restart) in the Azure portal JSON view under `properties.actionStates` (status, start/end times, stepStates, and correlationId). See [Monitor status in Bare Metal Machine JSON properties](./howto-bare-metal-best-practices.md#monitor-status-in-bare-metal-machine-json-properties).
38+
3939
## Identify the corrective action
4040

4141
When troubleshooting a BMM for failures and determining the most appropriate corrective action, it's essential to understand the available options. This article provides a systematic approach to troubleshoot Azure Operator Nexus server problems using these three methods:

0 commit comments

Comments
 (0)