You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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
53
52
54
53
## `az arcappliance show`
55
54
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.
57
56
58
57
While the Arc resource bridge is connecting the ARM resource to the on-premises VM, the resource bridge progresses through the following stages:
59
58
60
59
`ProvisioningState` may be `Creating`, `Created`, `Failed`, `Deleting`, or `Succeeded`.
61
60
62
-
`Status` transitions between `WaitingForHeartbeat` -> `Validating` -> `Connected` -> `Running`.
0 commit comments