Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #32 from Azure-Samples/drwill/cli
Browse files Browse the repository at this point in the history
Fix azcli sub instructions
  • Loading branch information
David R. Williamson authored Sep 23, 2019
2 parents b3382fd + 5c5f4b8 commit 3da3875
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 @@ -168,7 +168,8 @@ In order to automate the steps to deploy to Azure, consider reading the followin
# Initialize these variables: $subscriptionId, $resourceGroupName, $location, $iotHubName, $consumerGroupName, $deviceId, $appServicePlanName, $webAppName, $iotHubConnectionString

# Login and set the specified subscription
az login --subscription $subscriptionId
az login
az account set -s $subscriptionId

# Create the resource group in the specified location
az group create -n $resourceGroupName --location $location
Expand Down

0 comments on commit 3da3875

Please sign in to comment.