File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
articles/virtual-machines/linux Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 26194
26194
"redirect_url": "/azure/security-center/security-center-features-retirement-july2019#custom-alert-rules-preview",
26195
26195
"redirect_document_id": false
26196
26196
},
26197
- {
26198
- "source_path": "articles/security-center/security-center-threat-intel.md",
26199
- "redirect_url": "/azure/security-center/security-center-features-retirement-july2019#menu_securityeventsmap",
26200
- "redirect_document_id": false
26201
- },
26202
26197
{
26203
26198
"source_path": "articles/virtual-network/virtual-network-deploy-multinic-arm-cli.md",
26204
26199
"redirect_url": "/azure/virtual-machines/linux/multiple-nics",
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