File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/virtual-machines/linux Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ Create service principal:
113
113
scope=`az group show --name openshiftrg --query id`
114
114
az ad sp create-for-rbac --name openshiftsp \
115
115
--role Contributor --password {Strong Password} \
116
- --scopes $scope
116
+ --scopes $scope \
117
117
```
118
118
If you're using Windows, execute ``` az group show --name openshiftrg --query id ``` and use the output in place of $scope.
119
119
@@ -170,4 +170,4 @@ This article covered the following topics:
170
170
Next, deploy an OpenShift cluster:
171
171
172
172
- [ 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 )
You can’t perform that action at this time.
0 commit comments