create a new app service plan (actually run the commands):
az login
az account list -o table
az group create --name testazcli-rg --location westus
az appservice plan create --name testazcli-name --resource-group testazcli-rg --location westus --sku FREE
Now try to get IntelliSense on the --plan:
az webapp create --name cdias-testazcli-site --plan
macos, insiders latest
create a new app service plan (actually run the commands):
Now try to get IntelliSense on the --plan:
result: no completions: