Skip to content

Commit 30ca985

Browse files
Merge pull request #228039 from pamelafox/patch-4
Use correct anchor in link
2 parents 2d1516c + e25999f commit 30ca985

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/quickstart-php.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ You can create the web app using the [Azure CLI](/cli/azure/get-started-with-azu
7777

7878
### [Azure CLI](#tab/cli)
7979

80-
Azure CLI has a command [`az webapp up`](/cli/azure/webapp#az_webapp_up) that will create the necessary resources and deploy your application in a single step.
80+
Azure CLI has a command [`az webapp up`](/cli/azure/webapp#az-webapp-up) that will create the necessary resources and deploy your application in a single step.
8181

82-
In the terminal, deploy the code in your local folder using the [`az webapp up`](/cli/azure/webapp#az_webapp_up) command:
82+
In the terminal, deploy the code in your local folder using the [`az webapp up`](/cli/azure/webapp#az-webapp-up) command:
8383

8484
```azurecli
8585
az webapp up --runtime "PHP:8.0" --os-type=linux

0 commit comments

Comments
 (0)