Skip to content

Commit bbdaf95

Browse files
committed
Delete duplicated text
1 parent 4ea31a0 commit bbdaf95

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

articles/service-connector/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 05/24/2022
1111

1212
# What is Service Connector?
1313

14-
The Service Connector service helps you connect Azure compute services to other backing services. This service configures the network settings and connection information (for example, generating environment variables) between compute services and target backing services in management plane. Developers use their preferred SDK or library that consumes the connection information to do data plane operations against the target backing service.
14+
Service Connector helps you connect Azure compute services to other backing services. This service configures the network settings and connection information (for example, generating environment variables) between compute services and target backing services in management plane. Developers use their preferred SDK or library that consumes the connection information to do data plane operations against the target backing service.
1515

1616
This article provides an overview of Service Connector.
1717

articles/service-connector/quickstart-cli-container-apps.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This quickstart shows you how to create a service connection in Container Apps w
2727
> Service Connector in Container Apps is currently in preview.
2828
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
2929
30-
## View supported target service types
30+
## View supported target services
3131

3232
Use the following Azure CLI command to create and manage service connections from Container Apps.
3333

@@ -76,10 +76,6 @@ az containerapp connection list-support-types --output table
7676
- **The resource group which contains the storage account:** the name of the resource group name with the storage account. In this guide, we are using a Blob Storage.
7777
- **Name of the storage account:** the name of the storage account that contains your blob.
7878
79-
```azurecli-interactive
80-
az containerapp connection create storage-blob --system-identity
81-
```
82-
8379
> [!NOTE]
8480
> If you don't have a Blob Storage, you can run `az containerapp connection create storage-blob --new --system-identity` to provision a new Blob Storage and directly get connected to your app service.
8581

0 commit comments

Comments
 (0)