azurehpc
azurehpc copied to clipboard
Update Bastion with no public IP Linux and Windows VMs
Updates the Bastion deployment example.
- The older
config.jsonhas been replaced by a revised version of the more recentconfig_no_pub_ip.jsontemplate. Full deployment without direct SSH access through public IP. - The
bastion_ssh_jumpbox.shscript does not need manual editing. All necessary parameters are now collected fromconfig.jsonand AzCLI calls. - Added Key Vault to store Windows VM password
- Updated README file to include latest changes.