@@ -121,36 +121,36 @@ Register Azure CDN as an app in your Azure Active Directory.
121
121
> * You need to have the ** Global Administrator** role to run this command.
122
122
> * The service principal name was changed from ` Microsoft.Azure.Cdn ` to ` Microsoft.AzureFrontDoor-Cdn ` .
123
123
124
- # [ Azure PowerShell] ( #tab/powershell )
124
+ # [Azure PowerShell](#tab/powershell)
125
125
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.
127
127
128
- 2 . In PowerShell, run the following command:
128
+ 2. In PowerShell, run the following command:
129
129
130
- ` New-AzADServicePrincipal -ApplicationId "205478c0-bd83-4e1b-a9d6-db63a3e1e1c8" `
130
+ `New-AzADServicePrincipal -ApplicationId "205478c0-bd83-4e1b-a9d6-db63a3e1e1c8"`
131
131
132
- ``` bash
133
- New-AzADServicePrincipal -ApplicationId " 205478c0-bd83-4e1b-a9d6-db63a3e1e1c8"
132
+ ```bash
133
+ New-AzADServicePrincipal -ApplicationId "205478c0-bd83-4e1b-a9d6-db63a3e1e1c8"
134
134
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
+ ```
144
144
145
- # [Azure CLI](#tab/cli)
145
+ # [Azure CLI](#tab/cli)
146
146
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.
148
148
149
- 1. Use the Azure CLI to run the following command:
149
+ 1. Use the Azure CLI to run the following command:
150
150
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
+ ```
154
154
155
155
### Grant Azure CDN access to your key vault
156
156
0 commit comments