Azure / simdem

Tool for Simulating Demo's, delivering Tutorials and using documentation as tests.
MIT License
34 stars 17 forks source link

$(...) incorrectly identified as an environment variable #44

Closed rbitia closed 7 years ago

rbitia commented 7 years ago

In demo and tutorial mode when running the https://github.com/azure/acs-demos/blob/master/incubator/aci/create/script.md scripts we run into errors where the proper parameters aren't automatically filled in for this command

$ IP_NUMBER=$(az container show --resource-group $SIMDEM_RESOURCE_GROUP --name $SIMDEM_ACI_INSTANCE_NAME --output tsv --query ipAddress.ip)

Enter a value for $az: