Skip to content

Commit 52f5092

Browse files
author
AbhishekMallick-MS
committed
minor changes
1 parent f97bf19 commit 52f5092

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/backup/backup-blobs-storage-account-ps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ To update the backup instance, run the following cmdlets:
158158

159159
1. Update the policy or the new containers to existing backup items.
160160

161-
1. Create the storage account context by using the `New-AzStorageContext` cmdlet. Provide the `-UseConnectedAccount` parameter so that data operations is performed using your Microsoft Entra credentials. Learn more [about the storage account commands](/azure/storage/blobs/blob-containers-powershell#list-containers).
161+
1. Create the storage account context by using the `New-AzStorageContext` cmdlet. Provide the `-UseConnectedAccount` parameter so that data operations are performed using your Microsoft Entra credentials. Learn more [about the storage account commands](/azure/storage/blobs/blob-containers-powershell#list-containers).
162162

163163
```azurepowershell
164164
Create a context object using Azure AD credentials
@@ -217,7 +217,7 @@ To update the backup instance, run the following cmdlets:
217217
218218
```
219219
220-
1. Fetch the backup policy with the name of vaulted-policy that you want to update in Backup Instance. You can also fetch the new policy that need to be updated in Backup Instance.
220+
1. Fetch the backup policy with the name of vaulted-policy that you want to update in Backup Instance. You can also fetch the new policy that needs to be updated in Backup Instance.
221221
222222
```azurepowershell
223223
$updatePolicy = Get-AzDataProtectionBackupPolicy -SubscriptionId "Demosub" -VaultName BCDR-BV-EastUS -ResourceGroupName Demo-BCDR-RG -name continer-1

0 commit comments

Comments
 (0)