Skip to content

Commit c46c44f

Browse files
authored
fix bullet point that is next to a numbered list
1 parent 9e3df01 commit c46c44f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/backup/backup-azure-afs-automation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ Set up PowerShell as follows:
8484
8585
## Create a Recovery Services vault
8686
87-
Follow these steps to create a Recovery Services vault.
87+
The Recovery Services vault is a Resource Manager resource, so you must place it within a resource group. You can use an existing resource group, or you can create a resource group with the **New-AzResourceGroup** cmdlet. When you create a resource group, specify the name and location for the resource group.
8888
89-
* The Recovery Services vault is a Resource Manager resource, so you must place it within a resource group. You can use an existing resource group, or you can create a resource group with the **New-AzResourceGroup** cmdlet. When you create a resource group, specify the name and location for the resource group.
89+
Follow these steps to create a Recovery Services vault.
9090
9191
1. A vault is placed in a resource group. If you don't have an existing resource group, create a new one with the [New-AzResourceGroup](https://docs.microsoft.com/powershell/module/az.resources/new-azresourcegroup?view=azps-1.4.0). In this example, we create a new resource group in the West US region.
9292

0 commit comments

Comments
 (0)