Skip to content

Commit 601490e

Browse files
authored
Merge pull request #89403 from MicahMcKittrick-MSFT/patch-230
MicrosoftDocs/azure-docs#38651
2 parents b4c2e64 + b653cbf commit 601490e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-machines/linux/openshift-prerequisites.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Create service principal:
113113
scope=`az group show --name openshiftrg --query id`
114114
az ad sp create-for-rbac --name openshiftsp \
115115
--role Contributor --password {Strong Password} \
116-
--scopes $scope
116+
--scopes $scope \
117117
```
118118
If you're using Windows, execute ```az group show --name openshiftrg --query id``` and use the output in place of $scope.
119119

@@ -170,4 +170,4 @@ This article covered the following topics:
170170
Next, deploy an OpenShift cluster:
171171

172172
- [Deploy OpenShift Container Platform](./openshift-container-platform.md)
173-
- [Deploy OpenShift Container Platform Self-Managed Marketplace Offer](./openshift-marketplace-self-managed.md)
173+
- [Deploy OpenShift Container Platform Self-Managed Marketplace Offer](./openshift-marketplace-self-managed.md)

0 commit comments

Comments
 (0)