Azure / Azure/OpenShift

ServiceEndPoint not supported in South Africa North.

Open
#190 1 comment 0 reactions 0 assignees View on GitHub
bug
Dominant language
No language data
Stars
121
Forks
42
PR merge metrics
No merged PRs in 30d

Description

When trying to deploy ARO cluster in Azure Region South Africa North (southafricanorth).

Not able to deploy because ServiceEndpoints are not supported.

According to #166 South Africa North is supported (GA).

**Command:**
```
az network vnet subnet create \
--resource-group $RESOURCEGROUP \
--vnet-name aro-vnet \
--name master-subnet \
--address-prefixes 10.0.0.0/23 \
--service-endpoints Microsoft.ContainerRegistry
```

**Output:**

> Virtual networks in southafricanorth location do not support ServiceEndpoints for Microsoft.ContainerRegistry service and subscription 'ID Number'.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.