Hello @Natha Sahu, Kedara
To deploy the Azure Arc Resource Bridge for Azure Stack HCI using Hyper-V, you can use the Azure Command-Line Interface (CLI). Here are the main commands you'll need:
Create Configuration Files:
az arcappliance createconfig hci
This command features two modes - interactive and non-interactive. Interactive mode provides helpful prompts that explain the parameter and what to pass. It is initiated by passing only the required parameters. Non-interactive mode allows you to pass all the parameters needed to create the configuration files without being prompted.
For detailed instructions and additional commands, you can refer to the official Microsoft Learn documentation- https://learn.microsoft.com/en-us/cli/azure/arcappliance/createconfig?view=azure-cli-latest
If I have answered your question, please accept this as answer as a token of appreciation and don't forget to thumbs up for "Was it helpful"!