@@ -11,14 +11,14 @@ ms.date: 12/08/2022
11
11
12
12
# Service Connector internals
13
13
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.
15
15
16
- Service Connector:
16
+ Service Connector offers the following features :
17
17
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.
19
19
- 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.
22
22
23
23
## Service connection overview
24
24
@@ -83,12 +83,12 @@ Service Connector sets the connection configuration when creating a connection.
83
83
84
84
## Service connection validation
85
85
86
- The following items are checked while validating the connection :
86
+ When validating a connection, Service connector checks the following elements :
87
87
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.
92
92
93
93
## Connection deletion
94
94
0 commit comments