Skip to content

Commit b34acc4

Browse files
Merge pull request #211401 from maud-lv/patch-19
Clarify CLI instructions
2 parents f020dfb + 954517a commit b34acc4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/service-connector/quickstart-cli-app-service-connection.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: Quickstart - Create a service connection in App Service with the Azure CLI
33
description: Quickstart showing how to create a service connection in App Service with the Azure CLI
4-
author: shizn
5-
ms.author: xshi
4+
author: maud-lv
5+
ms.author: malev
66
ms.service: service-connector
77
ms.topic: quickstart
8-
ms.date: 05/03/2022
8+
ms.date: 09/15/2022
99
ms.devlang: azurecli
1010
ms.custom: event-tier1-build-2022
1111
---
@@ -24,7 +24,7 @@ The [Azure CLI](/cli/azure) is a set of commands used to create and manage Azure
2424

2525
## View supported target service types
2626

27-
Use the Azure CLI [az webapp connection](/cli/azure/webapp/connection) command create and manage service connections to App Service.
27+
Use the Azure CLI [az webapp connection list](/cli/azure/webapp/connection#az-webapp-connection-list) command to get a list of supported target services for App Service.
2828

2929
```azurecli-interactive
3030
az provider register -n Microsoft.ServiceLinker
@@ -35,7 +35,7 @@ az webapp connection list-support-types --output table
3535

3636
#### [Using Access Key](#tab/Using-access-key)
3737

38-
Use the Azure CLI [az webapp connection](/cli/azure/webapp/connection) command to create a service connection to an Azure Blob Storage with an access key, providing the following information:
38+
Use the Azure CLI [az webapp connection create](/cli/azure/webapp/connection/create) command to create a service connection to an Azure Blob Storage with an access key, providing the following information:
3939

4040
- **Source compute service resource group name:** the resource group name of the App Service.
4141
- **App Service name:** the name of your App Service that connects to the target service.

0 commit comments

Comments
 (0)