зеркало из https://github.com/microsoft/Oryx.git
Corrected command to get webapp id
This commit is contained in:
Родитель
26553a5251
Коммит
f7729de111
|
@ -66,7 +66,7 @@ Change the runtime type and version with the following script:
|
||||||
```bash
|
```bash
|
||||||
app_name="your_app_name"
|
app_name="your_app_name"
|
||||||
app_group="your_app_group"
|
app_group="your_app_group"
|
||||||
web_id=$(az webapp get \
|
web_id=$(az webapp show \
|
||||||
--name "$app_name" \
|
--name "$app_name" \
|
||||||
--resource-group "$app_group" \
|
--resource-group "$app_group" \
|
||||||
--output tsv --query id)
|
--output tsv --query id)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче