File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -511,7 +511,7 @@ Create a context for your storage account and key with [New-AzStorageContext](/p
511
511
512
512
``` azurepowershell-interactive
513
513
$storageContext1 = New-AzStorageContext $storageAcctName1 $storageAcctKey1
514
- ``
514
+ ```
515
515
516
516
Create a file share with [ New-AzStorageShare] ( /powershell/module/az.storage/new-azstorageshare ) .
517
517
@@ -536,7 +536,7 @@ Create a context for your storage account and key with [New-AzStorageContext](/p
536
536
537
537
``` azurepowershell-interactive
538
538
$storageContext2= New-AzStorageContext $storageAcctName2 $storageAcctKey2
539
- ``
539
+ ```
540
540
541
541
Create a file share with [ New-AzStorageShare] ( /powershell/module/az.storage/new-azstorageshare ) .
542
542
@@ -780,7 +780,7 @@ Use [New-AzServiceEndpointPolicy](/powershell/module/az.network/new-azserviceend
780
780
``` azurepowershell-interactive
781
781
$sepolicyParams = @{
782
782
ResourceGroupName = "test-rg"
783
- Name = "mysepolicy "
783
+ Name = "sepolicy "
784
784
Location = "westus2"
785
785
ServiceEndpointPolicyDefinition = $policyDefinition
786
786
}
You can’t perform that action at this time.
0 commit comments