Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
Hello Syine Mineta
From the Storage Analytics logged operations and status messages page:
For AnonymousAuthorizationError (which corresponds to AuthorizationError with Authentication = Anonymous), the Billable value is No. This means anonymous requests that fail due to authorization errors were not billed under classic metrics
In your case, if a request returns an "AuthorizationError" because it was made anonymously and without permits, it does not result in consumption of the Azure resources and thus should not incur charges. Usually, these unauthorized requests do not add to the count of successful transactions that are billed.
For example, if the request is unauthorized and returns an error code (like 401), this generally indicates that the request was not valid and should not be charged. The relevant documents discuss that certain error responses to anonymous requests, such as "401 Unauthorized" and "404 Not Found," typically suggest that those requests have not been charged.
Logged Request Status Messages
The following table contains the status messages that are logged and reported in metrics data. A definition for each column is listed below:
Status Message: The status message for a request logged by Storage Analytics. This value is included in log entries and is the name of a column in each Metrics table.
Description: A description of the status message including HTTP verbs and status codes, if applicable.
Billable: A yes/no value that indicates whether or not the request is billable. For more information on billing in Azure Storage, see Azure Blob Storage pricing.
Availability: A yes/no value that indicates whether or not the request is included in the availability calculation for a storage service or a specific API operation. All unexpected errors result in reduced availability for the storage service or the specified API operation.
Refer Document: Logged Request Status Messages
I hope this has been helpful!
If above is unclear and/or you are unsure about something add a comment below.
Please click Accept Answer and upvote if the above was helpful.
Thanks.