Skip to content

Commit 6d8e694

Browse files
authored
Apply suggestions from code review
1 parent c4afb07 commit 6d8e694

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
@@ -181,7 +181,7 @@ az datashare share-subscription create --resource-group share-rg \
181181
Use the [New-AzDataShareSubscription](/powershell/module/az.datashare/new-azdatasharesubscription) command to create the Data Share. The InvitationId will be the ID you gathered from the previous step.
182182
183183
```azurepowershell
184-
New-AzDataShareSubscription -ResourceGroupName share-rg -AccountName FabrikamDataShareAccount -Name "fabrikamsolutions" -InvitationId 89abcdef-0123-4567-89ab-cdef01234567
184+
New-AzDataShareSubscription -ResourceGroupName share-rg -AccountName FabrikamDataShareAccount -Name "Fabrikam Solutions" -InvitationId 89abcdef-0123-4567-89ab-cdef01234567
185185
```
186186
187187
---
@@ -294,7 +294,7 @@ Use these commands to configure where you want to receive data.
294294
1. Run the [Get-AzDataShareSourceDataSet](/powershell/module/az.datashare/get-azdatasharesourcedataset) command to get the data set ID:
295295

296296
```azurepowershell
297-
Get-AzDataShareSourceDataSet -ResourceGroupName "share-rg" -AccountName "FabrikamDataShareAccount" -ShareSubscriptionName "Fabrikam Solutions"
297+
Get-AzDataShareSourceDataSet -ResourceGroupName "share-rg" -AccountName "FabrikamDataShareAccount" -ShareSubscriptionName "fabrikamsolutions"
298298
```
299299

300300
1. If you don't already have a location where you would like to store the shared data, you can follow these steps to create a storage account. If you already have storage, you can skip to the next steps.

0 commit comments

Comments
 (0)