Skip to content

Commit e4dc38a

Browse files
authored
Merge pull request #171725 from rothja/arcfix
Update for Arc connectivity doc
2 parents 20392e8 + 036b56d commit e4dc38a

File tree

1 file changed

+30
-2
lines changed

1 file changed

+30
-2
lines changed

articles/azure-arc/data/connectivity.md

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.subservice: azure-arc-data
77
author: twright-msft
88
ms.author: twright
99
ms.reviewer: mikeray
10-
ms.date: 07/30/2021
10+
ms.date: 09/08/2021
1111
ms.topic: conceptual
1212
---
1313

@@ -67,7 +67,7 @@ Some Azure-attached services are only available when they can be directly reache
6767
|**Billing telemetry data**|Customer environment -> Azure|Required|No|Indirect or direct|Utilization of database instances must be sent to Azure for billing purposes. |
6868
|**Monitoring data and logs**|Customer environment -> Azure|Optional|Maybe depending on data volume (see [Azure Monitor pricing](https://azure.microsoft.com/pricing/details/monitor/))|Indirect or direct|You may want to send the locally collected monitoring data and logs to Azure Monitor for aggregating data across multiple environments into one place and also to use Azure Monitor services like alerts, using the data in Azure Machine Learning, etc.|
6969
|**Azure Role-based Access Control (Azure RBAC)**|Customer environment -> Azure -> Customer Environment|Optional|No|Direct only|If you want to use Azure RBAC, then connectivity must be established with Azure at all times. If you don’t want to use Azure RBAC then local Kubernetes RBAC can be used.|
70-
|**Azure Active Directory (AAD) (Future)**|Customer environment -> Azure -> Customer environment|Optional|Maybe, but you may already be paying for Azure AD|Direct only|If you want to use Azure AD for authentication, then connectivity must be established with Azure at all times. If you don’t want to use Azure AD for authentication, you can us Active Directory Federation Services (ADFS) over Active Directory. **Pending availability in directly connected mode**|
70+
|**Azure Active Directory (AAD) (Future)**|Customer environment -> Azure -> Customer environment|Optional|Maybe, but you may already be paying for Azure AD|Direct only|If you want to use Azure AD for authentication, then connectivity must be established with Azure at all times. If you don’t want to use Azure AD for authentication, you can use Active Directory Federation Services (ADFS) over Active Directory. **Pending availability in directly connected mode**|
7171
|**Backup and restore**|Customer environment -> Customer environment|Required|No|Direct or indirect|The backup and restore service can be configured to point to local storage classes. **Pending availability in directly connected mode**|
7272
|**Azure backup - long term retention (Future)**| Customer environment -> Azure | Optional| Yes for Azure storage | Direct only |You may want to send backups that are taken locally to Azure Backup for long-term, off-site retention of backups and bring them back to the local environment for restore. **Pending availability in directly connected mode**|
7373
|**Azure Defender security services (Future)**|Customer environment -> Azure -> Customer environment|Optional|Yes|Direct only|**Pending availability in directly connected mode**|
@@ -114,6 +114,34 @@ Yes
114114

115115
None
116116

117+
### Helm chart used to create data controller in direct connected mode
118+
119+
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.
120+
121+
#### Connection source
122+
123+
The Kubernetes kubelet on each of the Kubernetes nodes pulling the container images.
124+
125+
#### Connection target
126+
127+
`arcdataservicesrow1.azurecr.io`
128+
129+
#### Protocol
130+
131+
HTTPS
132+
133+
#### Port
134+
135+
443
136+
137+
#### Can use proxy
138+
139+
Yes
140+
141+
#### Authentication
142+
143+
None
144+
117145
### Azure Resource Manager APIs
118146
Azure Data Studio, and Azure CLI connect to the Azure Resource Manager APIs to send and retrieve data to and from Azure for some features.
119147

0 commit comments

Comments
 (0)