You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/app-service/quickstart-php.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ az webapp up \
64
64
--logs
65
65
```
66
66
67
-
- If the `az`command isn't recognized, be sure you have the Azure CLI installed as described in [Set up your initial environment](#set-up-your-initial-environment).
67
+
- If the `az`command isn't recognized, be sure you have <a href="/cli/azure/install-azure-cli" target="_blank">Azure CLI</a> installed.
68
68
69
69
- The `--sku F1` argument creates the web app on the Free pricing tier, which incurs a no cost.
70
70
- The `--logs` flag configures default logging required to enable viewing the log stream immediately after launching the webapp.
0 commit comments