Skip to content

Commit 0d2b009

Browse files
authored
removed period from powershell command
1 parent ca2f49a commit 0d2b009

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/purview/how-to-share-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@ Microsoft Purview Data Sharing supports in-place data sharing from Azure Data La
4646
Set-AzContext -SubscriptionId [Your Azure subscription ID]
4747
```
4848
```azurepowershell
49-
Register-AzProviderFeature -FeatureName "AllowDataSharing" -ProviderNamespace "Microsoft.Storage"
49+
Register-AzProviderFeature -FeatureName "AllowDataSharing" -ProviderNamespace "Microsoft.Storage"
5050
```
5151
```azurepowershell
5252
Get-AzProviderFeature -FeatureName "AllowDataSharing" -ProviderNamespace "Microsoft.Storage"
5353
```
5454
In addition, to use data share for storage accounts in East US, East US2, North Europe, Southcentral US, West Central US, West Europe, West US, West US2:
5555
5656
```azurepowershell
57-
Register-AzProviderFeature -FeatureName "AllowDataSharingInHeroRegion" -ProviderNamespace "Microsoft.Storage"
57+
Register-AzProviderFeature -FeatureName "AllowDataSharingInHeroRegion" -ProviderNamespace "Microsoft.Storage"
5858
```
5959
```azurepowershell
6060
Get-AzProviderFeature -FeatureName "AllowDataSharingInHeroRegion" -ProviderNamespace "Microsoft.Storage"

0 commit comments

Comments
 (0)