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/iot-operations/deploy-iot-ops/overview-deploy.md
+27-50Lines changed: 27 additions & 50 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,56 +94,33 @@ Azure IoT Operations supports Azure Arc sites for organizing instances. A _site_
94
94
95
95
For more information, see [What is Azure Arc site manager (preview)?](/azure/azure-arc/site-manager/overview)
96
96
97
-
## Domain allowlist for Azure IoT Operations
98
-
99
-
If you use enterprise firewalls or proxies to manage outbound traffic, add the following endpoints to your domain allowlist before deploying Azure IoT Operations.
100
-
101
-
Additionally, review the [Azure Arc-enabled Kubernetes endpoints](/azure/azure-arc/network-requirements-consolidated#azure-arc-enabled-kubernetes-endpoints).
102
-
103
-
```text
104
-
nw-umwatson.events.data.microsoft.com
105
-
dc.services.visualstudio.com
106
-
github.com
107
-
self.events.data.microsoft.com
108
-
mirror.enzu.com
109
-
ppa.launchpadcontent.net
110
-
msit-onelake.pbidedicated.windows.net
111
-
gcr.io
112
-
adhs.events.data.microsoft.com
113
-
gbl.his.arc.azure.cn
114
-
onegetcdn.azureedge.net
115
-
graph.windows.net
116
-
pas.windows.net
117
-
agentserviceapi.guestconfiguration.azure.com
118
-
aka.ms
119
-
api.segment.io
120
-
download.microsoft.com
121
-
raw.githubusercontent.com
122
-
go.microsoft.com
123
-
global.metrics.azure.eaglex.ic.gov
124
-
gbl.his.arc.azure.us
125
-
packages.microsoft.com
126
-
global.metrics.azure.microsoft.scloud
127
-
www.powershellgallery.com
128
-
k8s.io
129
-
guestconfiguration.azure.com
130
-
ods.opinsights.azure.com
131
-
vault.azure.net
132
-
googleapis.com
133
-
quay.io
134
-
handler.control.monitor.azure.com
135
-
pkg.dev
136
-
docker.io
137
-
prod.hot.ingestion.msftcloudes.com
138
-
docker.com
139
-
prod.microsoftmetrics.com
140
-
oms.opinsights.azure.com
141
-
azureedge.net
142
-
monitoring.azure.com
143
-
blob.core.windows.net
144
-
azurecr.io
145
-
```
97
+
## Azure IoT Operations endpoints
98
+
99
+
If you use enterprise firewalls or proxies to manage outbound traffic, configure the following endpoints before deploying Azure IoT Operations.
100
+
101
+
* Endpoints in the [Azure Arc-enabled Kubernetes endpoints](/azure/azure-arc/network-requirements-consolidated#azure-arc-enabled-kubernetes-endpoints).
102
+
103
+
>[!NOTE]
104
+
>If you use *Azure Arc Gateway* to connect your cluster to Arc, you can configure a smaller set of endpoints based on the [Arc Gateway guidance](/azure/azure-arc/servers/arc-gateway#step-3-ensure-the-required-urls-are-allowed-in-your-environment).
105
+
106
+
* Endpoints in [Azure CLI endpoints](/cli/azure/azure-cli-endpoints?tabs=azure-cloud#endpoints).
107
+
108
+
You need `graph.windows.net`, `*.azurecr.io`, `*.blob.core.windows.net`, `*.vault.azure.net` from this endpoint list.
109
+
110
+
* The following endpoints are required specifically for Azure IoT Operations:
111
+
112
+
|Endpoints (DNS) | Description |
113
+
|-|-|
114
+
|`<customer-specific>.blob.storage.azure.net`| Storage for schema registry. Refer to [storage account endpoints](/azure/storage/common/storage-account-overview#storage-account-endpoints) for identifying the customer specific subdomain of your endpoint. |
115
+
116
+
* To push data to the cloud, enable the following endpoints based on your choice of data platform.
117
+
118
+
* Microsoft Fabric OneLake: [Add Fabric URLs to your allowlist](/fabric/security/fabric-allow-list-urls#onelake).
0 commit comments