【发布时间】:2017-11-16 00:06:19
【问题描述】:
我正在执行以下教程说明。我使用集成在 azure 门户中的 CLI 2.0。不是我笔记本电脑上的版本。
https://docs.microsoft.com/en-us/azure/app-service/app-service-web-get-started-php
az webapp create --resource-group xxxx-DevGroup --plan xxxxServicePlan --name hello --runtime "php|7.1" --deployment-local-git
在创建 webapp 的说明中我收到此错误:
'7.1' is not recognized as an internal or external command,
支持运行时 7.0 和 7.1。我也尝试了这些变体,但没有成功。
php|7.1. I also tried php|7.0, "php|7.1" and "php|7.0"
任何解决此问题的指针将不胜感激
【问题讨论】:
标签: php azure command-line-interface azure-cli