Skip to content

Commit d7b01bb

Browse files
authored
remove tabs
1 parent 9b2cbe0 commit d7b01bb

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

articles/cdn/cdn-custom-ssl.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -121,36 +121,36 @@ Register Azure CDN as an app in your Azure Active Directory.
121121
> * You need to have the **Global Administrator** role to run this command.
122122
> * The service principal name was changed from `Microsoft.Azure.Cdn` to `Microsoft.AzureFrontDoor-Cdn`.
123123
124-
# [Azure PowerShell](#tab/powershell)
124+
#### Azure PowerShell
125125

126-
1. If needed, install [Azure PowerShell](/powershell/azure/install-az-ps) on your local machine.
126+
1. If needed, install [Azure PowerShell](/powershell/azure/install-az-ps) on your local machine.
127127

128-
2. In PowerShell, run the following command:
128+
2. In PowerShell, run the following command:
129129

130-
`New-AzADServicePrincipal -ApplicationId "205478c0-bd83-4e1b-a9d6-db63a3e1e1c8"`
130+
`New-AzADServicePrincipal -ApplicationId "205478c0-bd83-4e1b-a9d6-db63a3e1e1c8"`
131131

132-
```bash
133-
New-AzADServicePrincipal -ApplicationId "205478c0-bd83-4e1b-a9d6-db63a3e1e1c8"
132+
```bash
133+
New-AzADServicePrincipal -ApplicationId "205478c0-bd83-4e1b-a9d6-db63a3e1e1c8"
134134

135-
Secret :
136-
ServicePrincipalNames : {205478c0-bd83-4e1b-a9d6-db63a3e1e1c8,
137-
https://microsoft.onmicrosoft.com/033ce1c9-f832-4658-b024-ef1cbea108b8}
138-
ApplicationId : 205478c0-bd83-4e1b-a9d6-db63a3e1e1c8
139-
ObjectType : ServicePrincipal
140-
DisplayName : Microsoft.AzureFrontDoor-Cdn
141-
Id : abcdef12-3456-7890-abcd-ef1234567890
142-
Type :
143-
```
135+
Secret :
136+
ServicePrincipalNames : {205478c0-bd83-4e1b-a9d6-db63a3e1e1c8,
137+
https://microsoft.onmicrosoft.com/033ce1c9-f832-4658-b024-ef1cbea108b8}
138+
ApplicationId : 205478c0-bd83-4e1b-a9d6-db63a3e1e1c8
139+
ObjectType : ServicePrincipal
140+
DisplayName : Microsoft.AzureFrontDoor-Cdn
141+
Id : abcdef12-3456-7890-abcd-ef1234567890
142+
Type :
143+
```
144144

145-
# [Azure CLI](#tab/cli)
145+
#### Azure CLI
146146

147-
1. If needed, install [Azure CLI](/cli/azure/install-azure-cli) on your local machine.
147+
1. If needed, install [Azure CLI](/cli/azure/install-azure-cli) on your local machine.
148148

149-
1. Use the Azure CLI to run the following command:
149+
1. Use the Azure CLI to run the following command:
150150

151-
```azurecli-interactive
152-
az ad sp create --id 205478c0-bd83-4e1b-a9d6-db63a3e1e1c8
153-
```
151+
```azurecli-interactive
152+
az ad sp create --id 205478c0-bd83-4e1b-a9d6-db63a3e1e1c8
153+
```
154154

155155
### Grant Azure CDN access to your key vault
156156

0 commit comments

Comments
 (0)