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/azure-arc/data/connectivity.md
+41-16Lines changed: 41 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ ms.topic: conceptual
18
18
19
19
There are multiple options for the degree of connectivity from your Azure Arc-enabled data services environment to Azure. As your requirements vary based on business policy, government regulation, or the availability of network connectivity to Azure, you can choose from the following connectivity modes.
20
20
21
-
Azure Arc-enabled data services provides you the option to connect to Azure in two different *connectivity modes*:
21
+
Azure Arc-enabled data services provide you the option to connect to Azure in two different *connectivity modes*:
22
22
23
23
- Directly connected
24
24
- Indirectly connected
@@ -43,7 +43,7 @@ Some Azure-attached services are only available when they can be directly reache
|**Automatic high availability**|Supported|Supported|
46
-
|**Self-service provisioning**|Supported<br/>Creation can be done through Azure Data Studio, the appropriate CLI, or Kubernetes native tools (helm, kubectl, oc, etc.), or using Azure Arc-enabled Kubernetes GitOps provisioning.|Supported<br/>In addition to the indirectly connected mode creation options, you can also create through the Azure portal, Azure Resource Manager APIs, the Azure CLI, or ARM templates.
46
+
|**Self-service provisioning**|Supported<br/>Use Azure Data Studio, the appropriate CLI, or Kubernetes native tools like Helm, `kubectl`, or `oc`, or use Azure Arc-enabled Kubernetes GitOps provisioning.|Supported<br/>In addition to the indirectly connected mode creation options, you can also create through the Azure portal, Azure Resource Manager APIs, the Azure CLI, or ARM templates.
|**Billing**|Supported<br/>Billing data is periodically exported out and sent to Azure.|Supported<br/>Billing data is automatically and continuously sent to Azure and reflected in near real time. |
49
49
|**Inventory management**|Supported<br/>Inventory data is periodically exported out and sent to Azure.<br/><br/>Use client tools like Azure Data Studio, Azure Data CLI, or `kubectl` to view and manage inventory locally.|Supported<br/>Inventory data is automatically and continuously sent to Azure and reflected in near real time. As such, you can manage inventory directly from the Azure portal.|
@@ -76,8 +76,10 @@ Some Azure-attached services are only available when they can be directly reache
76
76
There are three connections required to services available on the Internet. These connections include:
-[Azure Arc data processing service](#azure-arc-data-processing-service)
81
83
82
84
All HTTPS connections to Azure and the Microsoft Container Registry are encrypted using SSL/TLS using officially signed and verifiable certificates.
83
85
@@ -111,9 +113,9 @@ Yes
111
113
112
114
None
113
115
114
-
### Helm chart used to create data controller in direct connected mode
116
+
### Helm chart (direct connected mode)
115
117
116
-
The helm chart used to provision the Azure Arc data controller bootstrapper and cluster level objects, such as custom resource definitions, cluster roles, and cluster role bindings, is pulled from an Azure Container Registry.
118
+
The Helm chart used to provision the Azure Arc data controller bootstrapper and cluster level objects, such as custom resource definitions, cluster roles, and cluster role bindings, is pulled from an Azure Container Registry.
117
119
118
120
#### Connection source
119
121
@@ -150,18 +152,6 @@ A computer running Azure Data Studio, or Azure CLI that is connecting to Azure.
150
152
151
153
-`login.microsoftonline.com`
152
154
-`management.azure.com`
153
-
-`san-af-eastus-prod.azurewebsites.net`
154
-
-`san-af-eastus2-prod.azurewebsites.net`
155
-
-`san-af-australiaeast-prod.azurewebsites.net`
156
-
-`san-af-centralus-prod.azurewebsites.net`
157
-
-`san-af-westus2-prod.azurewebsites.net`
158
-
-`san-af-westeurope-prod.azurewebsites.net`
159
-
-`san-af-southeastasia-prod.azurewebsites.net`
160
-
-`san-af-koreacentral-prod.azurewebsites.net`
161
-
-`san-af-northeurope-prod.azurewebsites.net`
162
-
-`san-af-westeurope-prod.azurewebsites.net`
163
-
-`san-af-uksouth-prod.azurewebsites.net`
164
-
-`san-af-francecentral-prod.azurewebsites.net`
165
155
166
156
#### Protocol
167
157
@@ -175,6 +165,8 @@ HTTPS
175
165
176
166
Yes
177
167
168
+
To use proxy, verify that the agents meet the network requirements. See [Meet network requirements](../kubernetes/quickstart-connect-cluster.md#meet-network-requirements).
169
+
178
170
#### Authentication
179
171
180
172
Azure Active Directory
@@ -219,3 +211,36 @@ Azure Active Directory
219
211
> For now, all browser HTTPS/443 connections to the data controller for running the command `az arcdata dc export` and Grafana and Kibana dashboards are SSL encrypted using self-signed certificates. A feature will be available in the future that will allow you to provide your own certificates for encryption of these SSL connections.
220
212
221
213
Connectivity from Azure Data Studio to the Kubernetes API server uses the Kubernetes authentication and encryption that you have established. Each user that is using Azure Data Studio or CLI must have an authenticated connection to the Kubernetes API to perform many of the actions related to Azure Arc-enabled data services.
214
+
215
+
### Azure Arc data processing service
216
+
217
+
Points to the data processing service endpoint in connection
218
+
219
+
#### Connection target
220
+
221
+
-`san-af-eastus-prod.azurewebsites.net`
222
+
-`san-af-eastus2-prod.azurewebsites.net`
223
+
-`san-af-australiaeast-prod.azurewebsites.net`
224
+
-`san-af-centralus-prod.azurewebsites.net`
225
+
-`san-af-westus2-prod.azurewebsites.net`
226
+
-`san-af-westeurope-prod.azurewebsites.net`
227
+
-`san-af-southeastasia-prod.azurewebsites.net`
228
+
-`san-af-koreacentral-prod.azurewebsites.net`
229
+
-`san-af-northeurope-prod.azurewebsites.net`
230
+
-`san-af-westeurope-prod.azurewebsites.net`
231
+
-`san-af-uksouth-prod.azurewebsites.net`
232
+
-`san-af-francecentral-prod.azurewebsites.net`
233
+
234
+
#### Protocol
235
+
236
+
HTTPS
237
+
238
+
#### Can use proxy
239
+
240
+
Yes
241
+
242
+
To use proxy, verify that the agents meet the network requirements. See [Meet network requirements](../kubernetes/quickstart-connect-cluster.md#meet-network-requirements).
0 commit comments