From a2eb164634966f7272190e67fadff1b5b5c12b8e Mon Sep 17 00:00:00 2001 From: bottkars Date: Wed, 28 Nov 2018 20:33:39 +0100 Subject: [PATCH] updated instructions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d4cdace..e62b10c 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,9 @@ az group create --name ${JUMPBOX_RG} --location ${AZURE_REGION} az group deployment create --resource-group ${JUMPBOX_RG} \ --template-uri https://raw.githubusercontent.com/bottkars/pcf-jump-azure/master/azuredeploy.json \ --parameters \ + adminUsername=${ADMIN_USERNAME} \ sshKeyData="$(cat ~/opsman.pub)" \ - sshKey="$(cat ~/opsman)" + sshKey="$(cat ~/opsman)" \ dnsLabelPrefix=${JUMPBOX_NAME} \ clientSecret=${AZURE_CLIENT_SECRET} \ clientID=${AZURE_CLIENT_ID} \