Corrected command to get webapp id

This commit is contained in:
eragonriddle 2019-03-16 19:02:13 -07:00 коммит произвёл Gabriel Castro
Родитель 26553a5251
Коммит f7729de111
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -66,7 +66,7 @@ Change the runtime type and version with the following script:
```bash
app_name="your_app_name"
app_group="your_app_group"
web_id=$(az webapp get \
web_id=$(az webapp show \
--name "$app_name" \
--resource-group "$app_group" \
--output tsv --query id)