Configure firewall
deployment ama marketplace azureYour Azure Firewall should cover the following:
- Default AKS functionality – logs and pods should be able to see Kubernetes API Server (as recommended in Outbound network and FQDN rules for AKS clusters).
- CluedIn resource access – resources needed for the CluedIn installation.
To do that, add the following rules to your Azure Firewall as described in the table.
Rule address | Port | Description |
---|---|---|
cluedinprod.azurecr.io | 443 | CluedIn container registry |
api.nuget.org | 443 | NuGet packages |
github.com | 433 | GitHub artifacts |
billing.cluedin.com | 443 | CluedIn licensing server |
*.grafana.com | 443 | Grafana chart content |
mcr.microsoft.com | 443 | Microsoft container registry |
Important! If the rules have not been added, the installation will fail.