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/service-connector/quickstart-cli-app-service-connection.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
---
2
2
title: Quickstart - Create a service connection in App Service with the Azure CLI
3
3
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
6
6
ms.service: service-connector
7
7
ms.topic: quickstart
8
-
ms.date: 05/03/2022
8
+
ms.date: 09/15/2022
9
9
ms.devlang: azurecli
10
10
ms.custom: event-tier1-build-2022
11
11
---
@@ -24,7 +24,7 @@ The [Azure CLI](/cli/azure) is a set of commands used to create and manage Azure
24
24
25
25
## View supported target service types
26
26
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.
28
28
29
29
```azurecli-interactive
30
30
az provider register -n Microsoft.ServiceLinker
@@ -35,7 +35,7 @@ az webapp connection list-support-types --output table
35
35
36
36
#### [Using Access Key](#tab/Using-access-key)
37
37
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:
39
39
40
40
-**Source compute service resource group name:** the resource group name of the App Service.
41
41
-**App Service name:** the name of your App Service that connects to the target service.
0 commit comments