Guest User

Untitled

a guest
Feb 16th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. #!/bin/bash
  2. az login --service-principal -u $4 -p $5 -t $6
  3. FirstResourceGroup=$1
  4. SecondResourceGroup=$2
  5. Location=$3
  6. az group create -n $FirstResourceGroup -l $Location
  7. az group create -n $SecondResourceGroup -l $Location
  8.  
  9. ERROR: Get Token request returned http error: 400 and server response: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd">
  10. <HTML><HEAD><TITLE>Bad Request</TITLE>
  11. <META HTTP-EQUIV="Content-Type" Content="text/html; charset=us-ascii"></HEAD>
  12. <BODY><h2>Bad Request - Invalid URL</h2>
  13. <hr><p>HTTP Error 400. The request URL is invalid.</p>
  14. </BODY></HTML>
Add Comment
Please, Sign In to add comment