Skip to content

Commit

Permalink
updated instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
bottkars committed Nov 28, 2018
1 parent 37dc66c commit a2eb164
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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} \
Expand Down

0 comments on commit a2eb164

Please sign in to comment.