File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -222,11 +222,11 @@ Use these commands to create the resource:
222
222
223
223
1. Select **Continue**.
224
224
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.
226
226
227
227
:::image type=" content" source=" ./ media/ enable- snapshots .png " alt-text=" Screenshot of the settings page, showing the snapshot toggle enabled." :::
228
228
229
- 1. Select a start time and recurrence interval.
229
+ 1. Select a start time and recurrence interval.
230
230
231
231
1. Select **Continue**.
232
232
@@ -259,7 +259,7 @@ Use these commands to create the resource:
259
259
```azurecli
260
260
az datashare invitation create --resource-group testresourcegroup \
261
261
--name DataShareInvite --share-name ContosoMarketplaceDataShare \
262
- --account-name ContosoMarketplaceAccount --target-email " jacob@fabrikam"
262
+ --account-name ContosoMarketplaceAccount --target-email " jacob@fabrikam . com "
263
263
```
264
264
265
265
### [PowerShell](#tab/powershell)
@@ -294,7 +294,7 @@ Use these commands to create the resource:
294
294
1. Run the [New-AzDataShare](/powershell/module/az.datashare/new-azdatashare) command to create your Data Share:
295
295
296
296
```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>
298
298
```
299
299
300
300
1. Use the [New-AzDataShareInvitation](/powershell/module/az.datashare/get-azdatasharereceivedinvitation) command to create the invitation for the specified address:
You can’t perform that action at this time.
0 commit comments