Skip to content

Commit 9982470

Browse files
Fix indentation in Azure CLI command block
1 parent c3740a7 commit 9982470

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/container-apps/how-to-integrate-with-azure-front-door.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -261,9 +261,9 @@ az group create \
261261
262262
1. Make sure the `Microsoft.Cdn` resource provider is registered for your subscription.
263263
264-
```azurecli
265-
az provider register --namespace Microsoft.Cdn
266-
```
264+
```azurecli
265+
az provider register --namespace Microsoft.Cdn
266+
```
267267
268268
1. Create an AFD profile. Private link isn't supported for origins in an AFD profile with SKU `Standard_AzureFrontDoor`.
269269

0 commit comments

Comments
 (0)