Skip to content

Commit 0bf2a06

Browse files
authored
Merge pull request #106590 from timja/patch-1
Specify an example id for cost management export
2 parents d775d0a + 4b766af commit 0bf2a06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/cost-management-billing/costs/tutorial-export-acm-data.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ Start by preparing your environment for the Azure CLI:
115115

116116
```azurecli
117117
az costmanagement export create --name DemoExport --type ActualCost \
118-
--scope "subscriptions/00000000-0000-0000-0000-000000000000" --storage-account-id cmdemo \
118+
--scope "subscriptions/00000000-0000-0000-0000-000000000000" \
119+
--storage-account-id /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TreyNetwork/providers/Microsoft.Storage/storageAccounts/cmdemo \
119120
--storage-container democontainer --timeframe MonthToDate --recurrence Daily \
120121
--recurrence-period from="2020-06-01T00:00:00Z" to="2020-10-31T00:00:00Z" \
121122
--schedule-status Active --storage-directory demodirectory

0 commit comments

Comments
 (0)