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
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,21 +94,23 @@ 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
97
+
## Azure IoT Operations endpoints
98
98
99
99
If you use enterprise firewalls or proxies to manage outbound traffic, configure the following endpoints before deploying Azure IoT Operations.
100
100
101
101
1. Endpoints in the [Azure Arc-enabled Kubernetes endpoints](/azure/azure-arc/network-requirements-consolidated#azure-arc-enabled-kubernetes-endpoints).
102
+
>[!NOTE]
103
+
>If you use *Azure Arc Gateway* to connect your cluster to Arc, you can bypass 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).
102
104
1. Endpoints in [Azure CLI endpoints](/azure/azure-cli-endpoints?tabs=azure-cloud#endpoints).
103
-
- You will need `graph.windows.net`, `*.azurecr.io`, `*.blob.core.windows.net`, `*.vault.azure.net` from this endpoint list.
105
+
- You need `graph.windows.net`, `*.azurecr.io`, `*.blob.core.windows.net`, `*.vault.azure.net` from this endpoint list.
104
106
1. The following endpoints are required specifically for Azure IoT Operations:
105
107
106
108
|Endpoints (DNS) | Description |
107
109
|-|-|
108
110
|`<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. |
109
111
110
112
111
-
1. To push data to the cloud, you will need to enable the following endpoints based on your choice of data platform.
113
+
1. To push data to the cloud, you need to enable the following endpoints based on your choice of data platform.
112
114
- To enable endpoints for Microsoft Fabric OneLake, see [Add Fabric URLs to your allowlist](/fabric/security/fabric-allow-list-urls#onelake).
113
115
- To enable endpoints for Event Hubs, see [Troubleshoot connectivity issues - Azure Event Hubs](/azure/event-hubs/troubleshooting-guide).
114
116
- To enable endpoints for Event Grid, see [Troubleshoot connectivity issues - Azure Event Grid](/azure/event-grid/troubleshoot-network-connectivity).
0 commit comments