Skip to content

Commit 99c6e59

Browse files
author
Kevin Lamenzo
committed
adding italics to named object
1 parent 62236b8 commit 99c6e59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-machines/linux/openshift-container-platform-3x-prerequisites.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ OpenShift communicates with Azure by using a username and password or a service
9999

100100
Create a service principal with [az ad sp create-for-rbac](/cli/azure/ad/sp) and output the credentials that OpenShift needs.
101101

102-
The following example creates a service principal and assigns it contributor permissions to a resource group named openshiftrg.
102+
The following example creates a service principal and assigns it contributor permissions to a resource group named *openshiftrg*.
103103

104-
First, create the resource group named openshiftrg:
104+
First, create the resource group named *openshiftrg*:
105105

106106
```azurecli
107107
az group create -l eastus -n openshiftrg

0 commit comments

Comments
 (0)