Skip to content

Commit

Permalink
Log into azure cli
Browse files Browse the repository at this point in the history
  • Loading branch information
DarqueWarrior authored Sep 14, 2021
1 parent ac6dc00 commit 235cbaa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .devcontainer/on-create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,11 @@ wget -q https://raw.githubusercontent.com/dapr/cli/master/install/install.sh -O

# initialize dapr
dapr init

# log into azure cli
az login --service-principal -t $TID -u $SPID -p $SPKEY

# set the subscription
az account set -s $SUBID

echo "on-create complete" >> ~/status

0 comments on commit 235cbaa

Please sign in to comment.