File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
articles/cost-management-billing/costs Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,8 @@ Start by preparing your environment for the Azure CLI:
115
115
116
116
``` azurecli
117
117
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 \
119
120
--storage-container democontainer --timeframe MonthToDate --recurrence Daily \
120
121
--recurrence-period from="2020-06-01T00:00:00Z" to="2020-10-31T00:00:00Z" \
121
122
--schedule-status Active --storage-directory demodirectory
You can’t perform that action at this time.
0 commit comments