corrected typo
This commit is contained in:
John Evdemon 2020-11-09 23:33:21 -08:00 коммит произвёл GitHub
Родитель 65bb721b16
Коммит c88c8402d2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -60,6 +60,6 @@ Michael's Internal Subscription (xxx) Fal
If you're not in the right subscription then type `func azure account set <subid>` where `subid` is the correct subscription.
Now run `func azure function app fetch-app-settings <functionname>` where `functionname` is your Azure Function and it will restore your `local.settings.json` file!
Now run `func azure functionapp fetch-app-settings <functionname>` where `functionname` is your Azure Function and it will restore your `local.settings.json` file!
<img :src="$withBase('/files/functioncliappsettings.png')">