Skip to content

Commit 8ccd761

Browse files
committed
Review
1 parent 5317f7a commit 8ccd761

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/data-share/share-your-data.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -222,11 +222,11 @@ Use these commands to create the resource:
222222
223223
1. Select **Continue**.
224224
225-
1. If you have selected snapshot share type, you can configure snapshot schedule to provide updates of your data to your data consumer.
225+
1. If you have selected snapshot share type, you can configure snapshot schedule to provide updates of your data to your data consumer.
226226
227227
:::image type="content" source="./media/enable-snapshots.png" alt-text="Screenshot of the settings page, showing the snapshot toggle enabled.":::
228228
229-
1. Select a start time and recurrence interval.
229+
1. Select a start time and recurrence interval.
230230
231231
1. Select **Continue**.
232232
@@ -259,7 +259,7 @@ Use these commands to create the resource:
259259
```azurecli
260260
az datashare invitation create --resource-group testresourcegroup \
261261
--name DataShareInvite --share-name ContosoMarketplaceDataShare \
262-
--account-name ContosoMarketplaceAccount --target-email "jacob@fabrikam"
262+
--account-name ContosoMarketplaceAccount --target-email "jacob@fabrikam.com"
263263
```
264264
265265
### [PowerShell](#tab/powershell)
@@ -294,7 +294,7 @@ Use these commands to create the resource:
294294
1. Run the [New-AzDataShare](/powershell/module/az.datashare/new-azdatashare) command to create your Data Share:
295295
296296
```azurepowershell
297-
New-AzDataShare -ResourceGroupName <String> -AccountName <String> -Name <String> -ShareKind "CopyBased" -Description <String> -TermsOfUse <String>
297+
New-AzDataShare -ResourceGroupName <String> -AccountName <String> -Name <String> -Description <String> -TermsOfUse <String>
298298
```
299299
300300
1. Use the [New-AzDataShareInvitation](/powershell/module/az.datashare/get-azdatasharereceivedinvitation) command to create the invitation for the specified address:

0 commit comments

Comments
 (0)