You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* E2E demo - added SSH access from test VM
* changed Ubuntu in Dockerfile to the latest
* added az auto-upgrade
* added detection of running inside the docker image
* added private key parameter into test VM example
Copy file name to clipboardExpand all lines: 03-test-vm.bicepparam.example
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25,3 +25,4 @@ param adminPassword='<< VM admin password >>'
25
25
26
26
// value '$myIpAddress' will be replaced with your current public IP address
27
27
param whitelistedSourceAddress = '$myIpAddress'
28
+
param sshPrivateKeyContentInBase64 = '<---MY SSH PRIVATE KEY CONTENT (starting with -----BEGIN RSA PRIVATE KEY----- and ending with -----END RSA PRIVATE KEY-----) with no newlines-->'
0 commit comments