Skip to content

Commit d54c03c

Browse files
Merge pull request #236051 from alt-key/docs-editor/deploy-cli-1682569300
Update deploy-cli.md - add status descriptions
2 parents 0cf8131 + c2329b6 commit d54c03c

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

articles/azure-arc/resource-bridge/deploy-cli.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ ms.topic: overview
66
ms.custom: devx-track-azurecli
77
---
88

9-
109
# Azure Arc resource bridge (preview) deployment command overview
1110

1211
[Azure CLI](/cli/azure/install-azure-cli) is required to deploy the Azure Arc resource bridge. When deploying Arc resource bridge with a corresponding partner product, the Azure CLI commands may be combined into an automation script, along with additional provider-specific commands. To learn about installing Arc resource bridge with a corresponding partner product, see:
@@ -53,13 +52,23 @@ Once the `create` command initiates the connection, it will return in the termin
5352

5453
## `az arcappliance show`
5554

56-
The `show` command gets the status of the Arc resource bridge and ARM resource information. It can be used to check the progress of the connection between the ARM resource and on-premises appliance VM.
55+
The `show` command gets the status of the Arc resource bridge and ARM resource information. It can be used to check the progress of the connection between the ARM resource and on-premises appliance VM.
5756

5857
While the Arc resource bridge is connecting the ARM resource to the on-premises VM, the resource bridge progresses through the following stages:
5958

6059
`ProvisioningState` may be `Creating`, `Created`, `Failed`, `Deleting`, or `Succeeded`.
6160

62-
`Status` transitions between `WaitingForHeartbeat` -> `Validating` -> `Connected` -> `Running`.
61+
`Status` transitions between `WaitingForHeartbeat` -> `Validating` -> `Connecting` -> `Connected` -> `Running`.
62+
63+
- WaitingForHeartbeat: Azure is waiting to receive a signal from the appliance VM
64+
65+
- Validating: Appliance VM is checking Azure services for connectivity and serviceability
66+
67+
- Connecting: Appliance VM is syncing on-premises resources to Azure
68+
69+
- Connected: Appliance VM completed sync of on-premises resources to Azure
70+
71+
- Running: Appliance VM and Azure have completed hybrid sync and Arc resource bridge is now operational.
6372

6473
Successful Arc resource bridge creation results in `ProvisioningState = Succeeded` and `Status = Running`.
6574

@@ -73,3 +82,5 @@ If a deployment fails, run this command to clean up the environment before you a
7382

7483
- Explore the full list of [Azure CLI commands and required parameters](/cli/azure/arcappliance) for Arc resource bridge.
7584
- Get [troubleshooting tips for Arc resource bridge](troubleshoot-resource-bridge.md).
85+
86+

0 commit comments

Comments
 (0)