...
According to the technology, the tag structure must be the following:
cloud.azure.<product>.<type>.<region>.<version>.<category>
, where theregion
field is mandatory.The final table where each event is stored follows the format:
cloud.azure.<product>.<type>
When the tag is sent, apart from the first 4 levels, there are some additional fields as seen above:
region
: this field is mandatory and must always be included in the tag, otherwise the event will go to theunknown.unknown
table.version
andcategory
: are optional fields.
Below is an example for a specific table and the different scenarios for each case:
...