Skip to content

Commit 39e7be7

Browse files
committed
Updated https to http
1 parent 233f0bd commit 39e7be7

File tree

1 file changed

+1
-1
lines changed
  • solution_template/vm-linux-terraform/scripts

1 file changed

+1
-1
lines changed

solution_template/vm-linux-terraform/scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ chown -R $USERNAME:$USERNAME /home/$USERNAME/tfTemplate
118118
echo "export ARM_SUBSCRIPTION_ID=\"$SUBSCRIPTION_ID\"" >> $PROFILEFILE
119119
echo "export ARM_CLIENT_ID=\"$MSI_PRINCIPAL_ID\"" >> $PROFILEFILE
120120
echo "export ARM_USE_MSI=true" >> $PROFILEFILE
121-
echo "export ARM_MSI_ENDPOINT=\"https://localhost:50342\"" >> $PROFILEFILE
121+
echo "export ARM_MSI_ENDPOINT=\"http://localhost:50342\"" >> $PROFILEFILE
122122
echo "export ARM_TENANT_ID=\"$TENANT_ID\"" >> $PROFILEFILE
123123

124124
# Add contributor permissions to the MSI for entire subscription

0 commit comments

Comments
 (0)