AzureUsage¶
A resource that contains shared access signature (SAS) Uri to the blob with an expiry of 30 minutes
Resource definition¶
{
"file": {
"url": "https://{storage-account}/azure-usage/monthly/<year>/<month>/subscriptions/<guid>/azure-usage.csv?<sas-token>",
"urlExpiry": "<date/time>",
"lastModified": "<date/time>"
}
}
Name |
Type |
Description |
---|---|---|
file.url |
string |
URL to blob in storage account with shared access signature valid for 30 minutes. This URL can be used to download the requested Azure usage file. |
file.urlExpiry |
DateTime |
UTC time when SAS expires |
file.lastModified |
DateTime |
UTC time when blob in the storage account was last modified |