Configuring and Operating a Hybrid Cloud with Microsoft Azure Stack Hub — Question 16
You have an Azure Stack Hub integrated system.
A scale unit node has a hardware failure.
You replace the physical server based on the field replacement unit (FRU) documentation of the OEM hardware vendor.
You need to reintroduce the node to the scale unit.
Which PowerShell cmdlet should you run?
Answer options
- A. Enable-AzsScaleUnitNode
- B. Repair-AzsScaleUnitNode
- C. Start-AzsScaleUnitNode
- D. Restart-AzsInfrastructureRole
- E. Add-AzsScaleUnitNode
Correct answer: B
Explanation
The correct cmdlet is Repair-AzsScaleUnitNode, as it is specifically designed to address hardware failures and reintroduce a node back into the scale unit. The other options, such as Enable, Start, Restart, and Add, do not address the issue of repairing a malfunctioning node and therefore would not fulfill the requirement in this scenario.