Skip to content

Commit 05eeb87

Browse files
committed
status
1 parent 5e2e635 commit 05eeb87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/data-share/subscribe-to-data-share.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ Use these commands to configure where you want to receive data.
244244

245245
```azurecli
246246
az role assignment create --role "Contributor" \
247-
--assignee-object-id 6789abcd-ef01-2345-6789-abcdef012345
247+
--assignee-object-id aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb
248248
--assignee-principal-type ServicePrincipal --scope "your\storage\account\id\path"
249249
```
250250

@@ -332,7 +332,7 @@ Use these commands to configure where you want to receive data.
332332
1. Use the data set ID from the first step, then run the [New-AzDataShareDataSetMapping](/powershell/module/az.datashare/new-azdatasharedatasetmapping) command to create the dataset mapping:
333333
334334
```azurepowershell
335-
New-AzDataShareDataSetMapping -ResourceGroupName "share-rg" -AccountName "FabrikamDataShareAccount" -ShareSubscriptionName "fabrikamsolutions" -Name "Fabrikam Solutions" -StorageAccountResourceId "6789abcd-ef01-2345-6789-abcdef012345" -DataSetId "0123abcd-ef01-2345-6789-abcdef012345" -Container "StorageContainer"
335+
New-AzDataShareDataSetMapping -ResourceGroupName "share-rg" -AccountName "FabrikamDataShareAccount" -ShareSubscriptionName "fabrikamsolutions" -Name "Fabrikam Solutions" -StorageAccountResourceId "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb" -DataSetId "0123abcd-ef01-2345-6789-abcdef012345" -Container "StorageContainer"
336336
```
337337
338338
1. Run the [Start-AzDataShareSubscriptionSynchronization](/powershell/module/az.datashare/start-azdatasharesubscriptionsynchronization) command to start dataset synchronization.

0 commit comments

Comments
 (0)