Skip to content

Commit 898b392

Browse files
committed
Minor text improvements
1 parent 994633a commit 898b392

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/service-connector/concept-service-connector-internals.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ ms.date: 12/08/2022
1111

1212
# Service Connector internals
1313

14-
Service Connector is an Azure extension resource provider designed to provide a simple way to create and manage connections between Azure services.
14+
Service Connector is an Azure extension resource provider designed to provide a simple way to create and manage connections between Azure services.
1515

16-
Service Connector:
16+
Service Connector offers the following features:
1717

18-
- Enables you to connect services together with a single Azure CLI command or in a few steps in the Azure portal.
18+
- Lets you connect Azure services together with a single Azure CLI command or in a few steps using the Azure portal.
1919
- Supports an increasing number of databases, storage, real-time services, state, and secret stores that are used with your cloud native application.
20-
- Configures network settings, authentication, and manages connection environment variables or properties for you
21-
- Validates connections and provides suggestions to fix connections.
20+
- Configures network settings, authentication, and manages connection environment variables or properties for you.
21+
- Validates connections and provides suggestions to fix faulty connections.
2222

2323
## Service connection overview
2424

@@ -83,12 +83,12 @@ Service Connector sets the connection configuration when creating a connection.
8383

8484
## Service connection validation
8585

86-
The following items are checked while validating the connection:
86+
When validating a connection, Service connector checks the following elements:
8787

88-
- Validate whether source and target resources exist
89-
- Validate target resource network and firewall settings
90-
- Validate connection information on source resource
91-
- Validate authentication information on source and target if needed
88+
- The source and target resources exist.
89+
- Source: correct connection information is registered.
90+
- Target: correct network and firewall settings are registered.
91+
- Source and target resources: correct authentication information is registered.
9292

9393
## Connection deletion
9494

0 commit comments

Comments
 (0)