Changed Service Principal Creation sequence to comply with newer CLI reqs
This commit is contained in:
parent
a5c6d3743e
commit
ab48ed3fe6
|
@ -209,6 +209,8 @@ setup() {
|
||||||
sleep 5
|
sleep 5
|
||||||
createStorageAccount
|
createStorageAccount
|
||||||
sleep 5
|
sleep 5
|
||||||
|
createApplication
|
||||||
|
sleep 5
|
||||||
createServicePrincipal
|
createServicePrincipal
|
||||||
sleep 5
|
sleep 5
|
||||||
createPermissions
|
createPermissions
|
||||||
|
|
Loading…
Reference in New Issue