Skip to content

Commit 801c74d

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into vnet-old-review
2 parents 0880921 + dfb11cb commit 801c74d

File tree

2 files changed

+17
-16
lines changed

2 files changed

+17
-16
lines changed

articles/backup/azure-file-share-support-matrix.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ Azure file shares backup is available in all regions, **except** for Germany Cen
6161
| Maximum number of restore per day | 10 |
6262
| Maximum number of individual files or folders per restore, if ILR (Item level recovery) | 99 |
6363
| Maximum recommended restore size per restore for large file shares | 15 TiB |
64+
| Maximum duration of a restore job | 15 days
6465

6566
## Retention limits
6667

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

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -35,29 +35,29 @@ This article describes how to perform lifecycle management operations on Bare Me
3535
This command will `power-off` the specified `bareMetalMachineName`.
3636

3737
```azurecli
38-
az networkcloud baremetalmachine power-off \
39-
--name "bareMetalMachineName" \
40-
--resource-group "resourceGroupName"
38+
az networkcloud baremetalmachine power-off \
39+
--name "bareMetalMachineName" \
40+
--resource-group "resourceGroupName"
4141
```
4242

4343
## Start the BMM
4444

4545
This command will `start` the specified `bareMetalMachineName`.
4646

4747
```azurecli
48-
az networkcloud baremetalmachine start \
49-
--name "bareMetalMachineName" \
50-
--resource-group "resourceGroupName"
48+
az networkcloud baremetalmachine start \
49+
--name "bareMetalMachineName" \
50+
--resource-group "resourceGroupName"
5151
```
5252

5353
## Restart the BMM
5454

5555
This command will `restart` the specified `bareMetalMachineName`.
5656

5757
```azurecli
58-
az networkcloud baremetalmachine restart \
59-
--name "bareMetalMachineName" \
60-
--resource-group "resourceGroupName"
58+
az networkcloud baremetalmachine restart \
59+
--name "bareMetalMachineName" \
60+
--resource-group "resourceGroupName"
6161
```
6262

6363
## Make a BMM unschedulable (cordon)
@@ -71,10 +71,10 @@ On executing the `cordon` command, with the value `True` for the `evacuate`
7171
parameter, the workloads that are running on the BMM are `stopped` and the BMM is set to `pending` state.
7272

7373
```azurecli
74-
az networkcloud baremetalmachine cordon \
75-
--evacuate "True" \
76-
--name "bareMetalMachineName" \
77-
--resource-group "resourceGroupName"
74+
az networkcloud baremetalmachine cordon \
75+
--evacuate "True" \
76+
--name "bareMetalMachineName" \
77+
--resource-group "resourceGroupName"
7878
```
7979

8080
The `evacuate "True"` removes workloads from that node while `evacuate "False"` only prevents the scheduling of new workloads.
@@ -85,9 +85,9 @@ You can make a BMM `schedulable` (usable) by executing the [`uncordon`](#make-a-
8585
state on the BMM are `restarted` when the BMM is `uncordoned`.
8686

8787
```azurecli
88-
az networkcloud baremetalmachine uncordon \
89-
--name "bareMetalMachineName" \
90-
--resource-group "resourceGroupName"
88+
az networkcloud baremetalmachine uncordon \
89+
--name "bareMetalMachineName" \
90+
--resource-group "resourceGroupName"
9191
```
9292

9393
## Reimage a BMM

0 commit comments

Comments
 (0)