Skip to content

Commit 24c7665

Browse files
committed
fixes
1 parent d45997a commit 24c7665

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/virtual-network/virtual-network-service-endpoint-policies.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ Create a context for your storage account and key with [New-AzStorageContext](/p
511511

512512
```azurepowershell-interactive
513513
$storageContext1 = New-AzStorageContext $storageAcctName1 $storageAcctKey1
514-
``
514+
```
515515

516516
Create a file share with [New-AzStorageShare](/powershell/module/az.storage/new-azstorageshare).
517517

@@ -536,7 +536,7 @@ Create a context for your storage account and key with [New-AzStorageContext](/p
536536

537537
```azurepowershell-interactive
538538
$storageContext2= New-AzStorageContext $storageAcctName2 $storageAcctKey2
539-
``
539+
```
540540

541541
Create a file share with [New-AzStorageShare](/powershell/module/az.storage/new-azstorageshare).
542542

@@ -780,7 +780,7 @@ Use [New-AzServiceEndpointPolicy](/powershell/module/az.network/new-azserviceend
780780
```azurepowershell-interactive
781781
$sepolicyParams = @{
782782
ResourceGroupName = "test-rg"
783-
Name = "mysepolicy"
783+
Name = "sepolicy"
784784
Location = "westus2"
785785
ServiceEndpointPolicyDefinition = $policyDefinition
786786
}

0 commit comments

Comments
 (0)