Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1d77dfb

Browse files
author
Sakthi Vetrivel
committedApr 28, 2020
updating PR with blocking issues fixed
1 parent b17f109 commit 1d77dfb

10 files changed

+9
-201
lines changed
 

‎articles/openshift/configure-azure-ad-cli.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ ms.custom: mvc
1313

1414
# Configure Azure Active Directory authentication for an Azure Red Hat OpenShift 4 cluster (CLI)
1515

16-
## Before you begin
17-
1816
If you choose to install and use the CLI locally, this article requires that you are running the Azure CLI version 2.0.75 or later. Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli?view=azure-cli-latest).
1917

2018
Retrieve your cluster-specific URLs that are going to be used to configure the Azure Active Directory application.

‎articles/openshift/create-private-cluster.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,8 @@ In this article, an Azure Red Hat OpenShift cluster running OpenShift 4 was depl
267267
268268
Advance to the next article to learn how to configure the cluster for authentication using Azure Active Directory.
269269

270-
> [!div class="nextstepaction"]
271-
> [Configure authentication with Azure Active Directory using the command line](configure-azure-ad-cli.md)
272270

273-
> [!div class="nextstepaction"]
274-
> [Configure authentication with Azure Active Directory using the Azure portal and OpenShift web console](configure-azure-ad-cli.md)
271+
* [Configure authentication with Azure Active Directory using the command line](configure-azure-ad-cli.md)
272+
273+
274+
* [Configure authentication with Azure Active Directory using the Azure portal and OpenShift web console](configure-azure-ad-cli.md)

‎articles/openshift/dns-forwarding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: container-service
77
ms.topic: conceptual
88
ms.date: 04/24/2020
99
---
10-
# Configure DNS Forwarding on an Azure Red Hat OpenShift 4 Cluster
10+
# Configure DNS forwarding on an Azure Red Hat OpenShift 4 Cluster
1111

1212
To configure DNS Forwarding on an Azure Red Hat OpenShift cluster, you'll need to modify the DNS Operator. This modification will allow your application pods running inside the cluster to resolve names hosted on a private DNS server outside the cluster These steps are documented for OpenShift 4.3 [here](https://docs.openshift.com/container-platform/4.3/networking/dns-operator.html).
1313

‎articles/openshift/howto-using-azure-redhat-openshift.md

Lines changed: 0 additions & 176 deletions
This file was deleted.
Binary file not shown.
-377 KB
Binary file not shown.

‎articles/openshift/aro4x-support-policies.md renamed to ‎articles/openshift/support-policies-v4.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,3 @@ Azure Red Hat OpenShift 4 supports worker node instances on the following virtua
6060
|Fsv2|Standard_F8s_v2|8|16|
6161
|Fsv2|Standard_F16s_v2|16|32|
6262
|Fsv2|Standard_F32s_v2|32|64|
63-
64-
## Supported azure regions
65-
66-
Azure Red Hat OpenShift 4 supports the following regions:
67-
68-
* Australia East
69-
* East US
70-
* East US 2
71-
* North Europe
72-
* South Central US
73-
* Southeast Asia
74-
* UK South
75-
* West Europe
76-
* West US 2

‎articles/openshift/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
- name: Supported resources for Azure Red Hat OpenShift 3.11
8484
href: supported-resources.md
8585
- name: Supported resources for Azure Red Hat OpenShift 4.3
86-
href: aro4x-support-policies.md
86+
href: support-policies-v4.md
8787
- name: Regional availability
8888
href: https://azure.microsoft.com/regions/services/
8989
- name: Red Hat OpenShift documentation

‎articles/openshift/tutorial-create-cluster.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Next, you will create a virtual network containing two empty subnets.
8585
An Azure resource group is a logical group in which Azure resources are deployed and managed. When you create a resource group, you are asked to specify a location. This location is where resource group metadata is stored, it is also where your resources run in Azure if you don't specify another region during resource creation. Create a resource group using the [az group create][az-group-create] command.
8686

8787
```azurecli-interactive
88-
az group create --name $RESOURCEGROUP --location $LOCATION
88+
az group create --name $CLUSTER --location $LOCATION
8989
```
9090
9191
The following example output shows the resource group created successfully:
@@ -125,14 +125,14 @@ Next, you will create a virtual network containing two empty subnets.
125125
"addressPrefixes": [
126126
"10.0.0.0/22"
127127
]
128-
},
128+
},
129129
"id": "/subscriptions/<guid>/resourceGroups/aro-rg/providers/Microsoft.Network/virtualNetworks/aro-vnet",
130130
"location": "eastus",
131131
"name": "aro-vnet",
132132
"provisioningState": "Succeeded",
133133
"resourceGroup": "aro-rg",
134134
"type": "Microsoft.Network/virtualNetworks"
135-
}
135+
}
136136
}
137137
```
138138

0 commit comments

Comments
 (0)
Please sign in to comment.