Use the
single_line_json.sh
script to convert your custom-data into this format.
#!/usr/bin/bash
cat $1 | python -c 'import json, sys; print( json.dumps( sys.stdin.read()
) )'
Usage of the script is as follows:
./single_line_json.sh user_data.txt
Copy and paste the generated output into the customData value field of the JSON parameters file.
Troubleshooting Instance
To troubleshoot the instance, complete the following steps.
1. Select the resource group containing your vEOS Router deployment from the Resource groups list.
2. Select the item CloudEOS and vEOS Router.
Figure 23: Select the CloudEOS and vEOS Router
3. Note the status of the VM. It should either be "Creating", "Starting", or "Running".
29
Using the CloudEOS and vEOS Router Appliance on Microsoft Azure