Skip to content

Commit 622790e

Browse files
Add sovereign clouds known limitation and IMDS to NO_PROXY
1 parent 17bf0a7 commit 622790e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

articles/iot-operations/end-to-end-tutorials/tutorial-layered-network-private-connectivity.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -641,6 +641,7 @@ If any query returns a public IP, check your CoreDNS forwarding rules and Privat
641641
- **Schema Registry public access:** Schema Registry may require public access enabled at creation time. After creation, you can disable public access. Use the `--skip-ra` flag when creating the Schema Registry to avoid requiring Owner-level permissions.
642642
- **Level 1:** The L1 device layer is unused in this deployment flow.
643643
- **Level 4 Arc:** Level 4 is not Arc-enabled; only Envoy Proxy is deployed at this layer.
644+
- **Sovereign clouds:** This scenario was validated in Azure public cloud only. Sovereign cloud environments (for example, Azure Government, Azure China 21Vianet) use different endpoints and Private DNS Zone names and haven't been validated.
644645
- **Out-of-scope configurations:** Scenarios involving Azure VNets with external firewalls, transparent proxies, or cloud-only VNet deployments haven't been validated and are outside the support scope.
645646

646647
## Appendix

articles/iot-operations/manage-layered-network/howto-private-connectivity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ On the machine where you run the `az connectedk8s connect` command, set the prox
297297
```bash
298298
export HTTPS_PROXY=http://<firewall-private-ip>:<port>
299299
export HTTP_PROXY=http://<firewall-private-ip>:<port>
300-
export NO_PROXY=localhost,127.0.0.1,.svc,.local,<cluster-subnet-cidr>
300+
export NO_PROXY=localhost,127.0.0.1,169.254.169.254,.svc,.local,<cluster-subnet-cidr>
301301
```
302302

303303
> [!NOTE]

0 commit comments

Comments
 (0)