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/openshift/howto-aad-app-configuration.md
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: Create an Azure Application for your Azure Red Hat Open Shift cluster | Microsoft Docs
3
-
description: Shows you how to create an Azure application object so that you can use Open Shift on Azure
2
+
title: Create an Azure Application for your Azure Red Hat OpenShift cluster | Microsoft Docs
3
+
description: Shows you how to create an Azure application object so that you can use OpenShift on Azure
4
4
documentationcenter: .net
5
5
author: tylermsft
6
6
ms.author: twhitney
@@ -10,23 +10,23 @@ editor: ''
10
10
ms.topic: conceptual
11
11
ms.tgt_pltfrm: NA
12
12
ms.workload: NA
13
-
ms.date: 5/6/2019
13
+
ms.date: 05/06/2019
14
14
---
15
15
16
16
# How to create a new app registration and new Azure Active Directory user
17
17
18
-
Microsoft Azure Red Hat OpenShift needs permissions to perform tasks on behalf of your cluster in Azure. If your organization doesn't already have an Azure Active Directory (AD) app registration you can use as the service principal in Azure Active Directory, follow these instructions to create one.
18
+
Microsoft Azure Red Hat OpenShift needs permissions to perform tasks on behalf of your cluster in Azure. If your organization doesn't already have an Azure Active Directory (Azure AD) app registration you can use as the service principal in Azure Active Directory, follow these instructions to create one.
19
19
20
-
This topic concludes with instructions for creating a new AD user that you'll need to access apps running on your ARO cluster.
20
+
This topic concludes with instructions for creating a new Azure AD user that you'll need to access apps running on your Azure Red Hat OpenShift cluster.
21
21
22
22
## Create a new app registration
23
23
24
24
An application that wants to use the capabilities of Azure AD must first be registered in an Azure AD tenant. This registration process involves giving Azure AD details about your application such as the URL where the app is located, the URL to send replies after a user is authenticated, the URI that identifies the app, and so on.
25
25
26
26
1. In the [Azure portal](https://portal.azure.com), ensure that your tenant appears under your user name in the top right of the portal:
27
-
![Tenant display][tenantcallout]
27
+
![Screenshot of portal with tenant listed in top right][tenantcallout]
28
28
If the wrong tenant is displayed, click on your user name in the top right, then click **Switch Directory**, and select the directory created above from the **All Directories** list.
29
-
2.Click on the following link to go to the [App registrations blade](https://portal.azure.com/#blade/Microsoft_AAD_IAM/ActiveDirectoryMenuBlade/RegisteredApps)
29
+
2.Go to the [App registrations blade](https://portal.azure.com/#blade/Microsoft_AAD_IAM/ActiveDirectoryMenuBlade/RegisteredApps)
30
30
3. The **App registrations** blade appears. Click **+New application registration**.
31
31
4. In the **Create** pane, enter a friendly name (can be any name) for your application.
32
32
5. Ensure that **Application type** is set to **Web app/API**.
@@ -42,10 +42,10 @@ Refer to [Register an app with the Azure Active Directory v1.0 endpoint](https:/
42
42
Next, generate a client secret.
43
43
44
44
1. While still in the portal on the **Registered App** page from the previous step, copy the **Application ID** and save it where you can refer to it later. We will refer to this value as `APPID` in the tutorials.
45
-
![App id][appidimage]
45
+
![Screenshot of the application id textbox][appidimage]
46
46
2. Click on **Settings** to open the settings for your registered app.
47
47
3. On the **Settings** pane that appears, click **Keys**. The Keys pane appears.
48
-
![Create key][createkeyimage]
48
+
![Screenshot of the create key page in the portal][createkeyimage]
49
49
4. Provide a **Key description**.
50
50
5. Set the expiration duration to **In 2 years**
51
51
6. Click **Save** and the key value will appear.
@@ -61,7 +61,7 @@ Azure Active Directory uses the app object reply URL to specify the callback to
61
61
62
62
## Create a new Active Directory user
63
63
64
-
Create a new user in Active Directory that you'll use to sign in to the app running on your ARO cluster.
64
+
Create a new user in Active Directory that you'll use to sign in to the app running on your Azure Red Hat OpenShift cluster.
65
65
66
66
1. Click this [link](https://portal.azure.com/#blade/Microsoft_AAD_IAM/UsersManagementMenuBlade/AllUsers) to go to the **Users - All users** pane.
67
67
2. Click **+ New user**. The **User** pane appears.
@@ -82,4 +82,4 @@ Create a new user in Active Directory that you'll use to sign in to the app runn
82
82
83
83
## Next steps
84
84
85
-
Try the [Create an Azure Red Hat Openshift cluster](tutorial-create-cluster.md) tutorial.
85
+
Try the [Create an Azure Red Hat OpenShift cluster](tutorial-create-cluster.md) tutorial.
Copy file name to clipboardExpand all lines: articles/openshift/howto-create-tenant.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Create a tenant for your Azure Open Shift cluster | Microsoft Docs
2
+
title: Create a tenant for your Azure OpenShift cluster | Microsoft Docs
3
3
description: Shows you how to create a tenant and Azure application object so that you can use OpenShift on Azure
4
4
documentationcenter: .net
5
5
author: tylermsft
@@ -8,10 +8,10 @@ ms.service: container-service
8
8
manager: jeconnoc
9
9
editor: ''
10
10
ms.topic: conceptual
11
-
ms.date: 5/6/2019
11
+
ms.date: 05/06/2019
12
12
---
13
13
14
-
# How to create a tenant for your ARO cluster
14
+
# How to create a tenant for your Azure Red Hat OpenShift cluster
15
15
16
16
Before you can create a Microsoft Azure Red Hat OpenShift cluster, you need a tenant in which to create the cluster. Follow these instructions to create an Azure tenant if you don't already have one.
17
17
@@ -27,7 +27,7 @@ To create a tenant:
27
27
4. Provide an **Initial domain name**. What you put here will have *onmicrosoft.com* appended to it. You can use what you put for **Organization name** here.
28
28
5. At the bottom of the page click **Create**.
29
29
6. After your tenant (Azure Active Directory) is created, click on **Click here to manage your new directory**. Your tenant will be displayed in the upper right of the Azure portal:
30
-
![Tenant display][tenantcallout]
30
+
![Screenshot of the portal showing the tenant name in the upper-right][tenantcallout]
31
31
7. We need to get the tenant ID to specify where to create the cluster later. On the portal, you should now see the Azure Active Directory blade for your new tenant. In the **Manage** section of the **Azure Active Directory** blade, click **Properties**. Copy the value for **Directory ID**. We will refer to this value as the `TENANT` later in the docs.
32
32
33
33
Refer to [Set up a dev environment](https://docs.microsoft.com/azure/active-directory/develop/quickstart-create-new-tenant) for more detailed instructions about setting up an Azure tenant.
Copy file name to clipboardExpand all lines: articles/openshift/howto-setup-environment.md
+27-27Lines changed: 27 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -2,23 +2,23 @@
2
2
title: Set up your Azure Red Hat OpenShift development environment | Microsoft Docs
3
3
description: Set up your Microsoft Red Hat OpenShift development environment
4
4
services: openshift
5
-
keywords: red hat open shift setup
5
+
keywords: red hat openshift setup set up
6
6
author: TylerMSFT
7
7
ms.author: twhitney
8
-
ms.date: 5/6/2019
8
+
ms.date: 05/06/2019
9
9
ms.topic: conceptual
10
10
ms.service: openshift
11
11
manager: jeconnoc
12
-
#Customer intent: As a developer, I need to install the prerequisites so I can create an Azure Red Hat Openshift cluster
12
+
#Customer intent: As a developer, I need to install the prerequisites so I can create an Azure Red Hat OpenShift cluster
13
13
---
14
14
15
15
# Set up your Microsoft Azure Red Hat OpenShift dev environment
16
16
17
-
To build and run Microsoft Azure Red Hat OpenShift (ARO) applications on your Windows development machine, you'll need:
17
+
To build and run Microsoft Azure Red Hat OpenShift applications on your Windows development machine, you'll need:
18
18
19
19
* Version 2.0.43 or higher of the Azure CLI (or use the Azure Cloud Shell)
20
20
* A tenant (Azure Active Directory) for your OpenShift cluster
21
-
* An Azure Active Directory (AAD) application object and Active Directory user object
21
+
* An Azure Active Directory (Azure AD) application object and Active Directory user object
22
22
* Manually register providers and features
23
23
24
24
The following instructions will help you get everything ready.
@@ -35,59 +35,59 @@ The first line of output will have the CLI version, for example `azure-cli (2.0.
35
35
36
36
## Create a tenant (Azure Active Directory)
37
37
38
-
Before you can create an Azure Red Hat OpenShift cluster, you need a tenant (an Azure Active Directory (AAD)) for it.
38
+
Before you can create an Azure Red Hat Azure Red Hat OpenShift cluster, you need a tenant (an Azure Active Directory (Azure AD)) for it.
39
39
40
-
If you don't have an AAD to use as the tenant for your OpenShift cluster, or you wish to create a tenant for testing, follow the instructions in [Create a tenant for your Azure Open Shift cluster](howto-create-tenant.md) before continuing with these instructions.
40
+
If you don't have an Azure AD to use as the tenant for your Azure Red Hat OpenShift cluster, or you wish to create a tenant for testing, follow the instructions in [Create a tenant for your Azure OpenShift cluster](howto-create-tenant.md) before continuing with these instructions.
41
41
42
42
## Create an Azure Active Directory application object and user
43
43
44
-
Before you can create an Azure Red Hat OpenShift cluster, you also need an app registration that allows the cluster to perform functions such as configuring storage. You'll also need to create a new user in AAD to use to sign in to the app running on your ARO cluster.
44
+
Before you can create an Azure Red Hat OpenShift cluster, you also need an app registration that allows the cluster to perform functions such as configuring storage. You'll also need to create a new user in Azure AD to use to sign in to the app running on your Azure Red Hat OpenShift cluster.
45
45
46
-
If you don't have an app registration in the AAD tenant you are using to create your ARO cluster, or don't have a AAD user to use to sign in to your cluster, follow the instructions in [Create an Azure Active Directory application object](howto-aad-app-configuration.md).
46
+
If you don't have an app registration in the Azure AD tenant you are using to create your Azure Red Hat OpenShift cluster, or don't have a Azure AD user to use to sign in to your cluster, follow the instructions in [Create an Azure Active Directory application object](howto-aad-app-configuration.md).
47
47
48
48
## Register providers and features
49
49
50
-
The `Microsoft.ContainerService openshiftmanagedcluster` feature, `Microsoft.Solutions` and `Microsoft.Network` providers must be registered to your subscription manually before deploying your first ARO cluster.
50
+
The `Microsoft.ContainerService openshiftmanagedcluster` feature, `Microsoft.Solutions` and `Microsoft.Network` providers must be registered to your subscription manually before deploying your first Azure Red Hat OpenShift cluster.
51
51
52
52
To register these providers and features manually, use the following instructions:
53
53
54
54
1. Start an Azure Cloud Shell (Bash) session from the Azure portal.
55
55
2. If you have access to multiple subscriptions, specify the relevant
56
56
subscription ID:
57
57
58
-
```bash
59
-
az account set --subscription <SUBSCRIPTION ID>
60
-
```
58
+
```bash
59
+
az account set --subscription <SUBSCRIPTION ID>
60
+
```
61
61
62
62
3. Register the Microsoft.ContainerService openshiftmanagedcluster feature:
63
63
64
-
```bash
65
-
az feature register --namespace Microsoft.ContainerService -n openshiftmanagedcluster
66
-
```
64
+
```bash
65
+
az feature register --namespace Microsoft.ContainerService -n openshiftmanagedcluster
66
+
```
67
67
68
68
4. Register the Microsoft.Solutions provider:
69
69
70
-
```bash
71
-
az provider register -n Microsoft.Solutions --wait
72
-
```
70
+
```bash
71
+
az provider register -n Microsoft.Solutions --wait
72
+
```
73
73
74
74
5. Register the Microsoft.Network provider:
75
75
76
-
```bash
77
-
az provider register -n Microsoft.Network --wait
78
-
```
76
+
```bash
77
+
az provider register -n Microsoft.Network --wait
78
+
```
79
79
80
80
6. Refresh the registration of the Microsoft.ContainerService resource provider:
81
81
82
-
```bash
83
-
az provider register -n Microsoft.ContainerService --wait
84
-
```
82
+
```bash
83
+
az provider register -n Microsoft.ContainerService --wait
84
+
```
85
85
86
-
You're now ready to create Azure Red Hat Openshift applications.
86
+
You're now ready to create Azure Red Hat OpenShift applications.
87
87
88
88
## Next steps
89
89
90
-
Try the [Create an Azure Red Hat Openshift cluster](tutorial-create-cluster.md) tutorial.
90
+
Try the [Create an Azure Red Hat OpenShift cluster](tutorial-create-cluster.md) tutorial.
91
91
Find answers to [common questions and known issues](openshift-faq.md).
title: Microsoft Azure Red Hat OpenShift Service (AOS)
3
+
title: Microsoft Azure Red Hat OpenShift Service
4
4
metadata:
5
5
document_id:
6
-
title: Microsoft Azure Red Hat OpenShift Service (AOS) Documentation - Tutorials, API Reference | Microsoft Docs
7
-
meta.description: AOS allows you to quickly deploy a production ready Red Hat OpenShift cluster in Azure. Learn how to use AOS with these tutorials and how-to guides.
6
+
title: Microsoft Azure Red Hat OpenShift Service Documentation - Tutorials, API Reference | Microsoft Docs
7
+
meta.description: Azure Red Hat OpenShift allows you to quickly deploy a production ready Red Hat OpenShift cluster in Azure. Learn how to use Azure Red Hat OpenShift with these tutorials and how-to guides.
8
8
services: container-service
9
9
author: tylermsft
10
10
manager: jeconnoc
@@ -15,18 +15,18 @@ metadata:
15
15
ms.date: 05-06-2019
16
16
ms.author: twhitney
17
17
abstract:
18
-
description: 'Microsoft Azure Red Hat OpenShift Service (AOS) provides a self-service deployment of fully managed OpenShift clusters that allows you to maintain regulatory compliance while focusing on your application development.'
18
+
description: 'Azure Red Hat OpenShift provides fully managed OpenShift clusters that allow you to focus on app development while providing regulatory compliance .'
19
19
sections:
20
20
- title: Step-by-Step Tutorials
21
21
items:
22
22
- type: paragraph
23
-
text: 'Learn how to create and manage an AOS cluster.'
23
+
text: 'Learn how to create and manage an Azure Red Hat OpenShift cluster.'
24
24
- type: list
25
25
style: ordered
26
26
items:
27
-
- html: <a href="/azure/openshift/tutorial-create-cluster">Create an ARO cluster</a>
28
-
- html: <a href="/azure/openshift/tutorial-scale-cluster">Scale an ARO cluster</a>
29
-
- html: <a href="/azure/openshift/tutorial-delete-cluster">Delete an ARO cluster</a>
27
+
- html: <a href="/azure/openshift/tutorial-create-cluster">Create an Azure Red Hat OpenShift cluster</a>
28
+
- html: <a href="/azure/openshift/tutorial-scale-cluster">Scale an Azure Red Hat OpenShift cluster</a>
29
+
- html: <a href="/azure/openshift/tutorial-delete-cluster">Delete an Azure Red Hat OpenShift cluster</a>
30
30
31
31
- title: Reference
32
32
items:
@@ -39,4 +39,4 @@ sections:
39
39
- title: REST
40
40
html: <p><a href="/rest/api/aks">REST API</a></p>
41
41
- title: Red Hat OpenShift dedicated documentation
title: Introduction to Microsoft Azure Red Hat OpenShift (ARO)
3
-
description: Learn the features and benefits of Azure Red Hat OpenShift (ARO) to deploy and manage container-based applications in Azure.
2
+
title: Introduction to Microsoft Azure Red Hat OpenShift
3
+
description: Learn the features and benefits of Azure Red Hat OpenShift to deploy and manage container-based applications in Azure.
4
4
services: container-service
5
5
author: tylermsft
6
6
ms.author: twhitney
7
7
ms.service: container-service
8
8
manager: jeconnoc
9
9
ms.topic: overview
10
-
ms.date: 05/6/2019
10
+
ms.date: 005/06/2019
11
11
ms.custom: mvc
12
12
---
13
13
14
14
# Microsoft Azure Red Hat OpenShift Service
15
15
16
-
Microsoft Azure Red Hat OpenShift (ARO) provides a self-service deployment of fully managed OpenShift clusters that allows you to maintain regulatory compliance while focusing on your application develpopment. ARO is jointly engineered, operated, and supported by both Microsoft and Red Hat. It provides an integrated support experience. Clusters are deployed into your Azure subscription and are included on your Azure bill.
16
+
Microsoft Azure Red Hat OpenShift provides a self-service deployment of fully managed OpenShift clusters that allows you to maintain regulatory compliance while focusing on your application development. Azure Red Hat OpenShift is jointly engineered, operated, and supported by both Microsoft and Red Hat. It provides an integrated support experience. Clusters are deployed into your Azure subscription and are included on your Azure bill.
17
17
18
18
Master, infrastructure and application nodes are patched, updated, and monitored by Microsoft and Red Hat. Choose your own registry, networking, storage, or CI/CD solutions. Or get going with immediately using built-in solutions automated source code management, container and application builds, deployments, scaling, health management, and more.
19
19
20
-
There are no virtual machines to operate. No patching is required. ARO provides an integrated sign-on experience through Azure Active Directory and regulatory compliance with SOC, ISO, PCI DSS, and HIPAA.
20
+
There are no virtual machines to operate. No patching is required. Azure Red Hat OpenShift provides an integrated sign-on experience through Azure Active Directory and regulatory compliance with SOC, ISO, PCI DSS, and HIPAA.
21
21
22
-
OpenShift extends Kubernetes. Running containers in production with Kubernetes requires additional tools and resources, such as an image registry, storage management, networking solutions, and logging and monitoring tools, all of which must be versioned and tested together.
22
+
Azure Red Hat OpenShift extends Kubernetes. Running containers in production with Kubernetes requires additional tools and resources, such as an image registry, storage management, networking solutions, and logging and monitoring tools, all of which must be versioned and tested together.
23
23
24
24
Building container-based applications requires even more integration work with middleware, frameworks, databases, and CI/CD tools.
25
25
26
-
OpenShift combines these into a single platform, bringing ease of operations to IT teams while giving application teams what they need to execute.
26
+
Azure Red Hat OpenShift combines these into a single platform, bringing ease of operations to IT teams while giving application teams what they need to execute.
27
27
28
-
To get started, complete the [Deploy a Red Hat OpenShift cluster on Azure](tutorial-create-cluster.md) tutorial.
28
+
To get started, complete the [Deploy a Microsoft Red Hat OpenShift cluster on Azure](tutorial-create-cluster.md) tutorial.
29
29
30
30
## Access, security, and monitoring
31
31
32
-
For improved security and management, ARO lets you integrate with Azure Active Directory and use Kubernetes role-based access controls. You can also monitor the health of your cluster and resources.
32
+
For improved security and management, Azure Red Hat OpenShift lets you integrate with Azure Active Directory and use Kubernetes role-based access controls. You can also monitor the health of your cluster and resources.
33
33
34
34
## Cluster and node
35
35
36
-
ARO nodes run on Azure virtual machines. You can connect storage to nodes and pods, upgrade cluster components, and use GPUs.
36
+
Azure Red Hat OpenShift nodes run on Azure virtual machines. You can connect storage to nodes and pods, upgrade cluster components, and use GPUs.
37
37
38
38
## Virtual networks and ingress
39
39
@@ -51,4 +51,4 @@ Azure Red Hat OpenShift service is compliant with SOC, ISO, PCI DSS, and HIPAA.
51
51
52
52
## Next steps
53
53
54
-
Try the [Create an Azure Red Hat Openshift cluster](tutorial-create-cluster.md) tutorial.
54
+
Try the [Create an Azure Red Hat OpenShift cluster](tutorial-create-cluster.md) tutorial.
0 commit comments