Stamp Connectivity

Steps to validate Azure Stack Hub Stamp ARM Endpoints connectivity through PowerShell command lets.

The following steps will help to check the connectivity between the VConnect RP virtual machines and the Azure Stack Hub ARM endpoints.

  • Open a PowerShell window in the Cloud Asset RP machine or the virtual machine that has the issues / to be validated.

  • Click here for the steps to install the Cloud Assert PowerShell modules

  • Click here for the steps to configure the VConnect API connection

  • Run the following command to validate connectivity status of all configured Azure Stack Hub stamps

Get-VConnectAzsStampsHealth -endpointName [vconnect-api-connection-name] -printToConsole

Repalce the input for endpointName with the actual connection name added in the previous name.

Last updated