Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The only access to the IoT Bridge system is via SSH. As part of of the Azure VM instance provisioning process a 'keypair' is associated with the instance. This is something that available during the keypair creation process and can not be retrieved after the initial creation so make sure to save it. To access the instance, you will need the following pieces of information.

Username: ubuntu<user_specified_at_deployment>
Private key: (as created during the EC2 VM instance provisioning process)
SSH port: 22

...