192k views
2 votes
When a Custom Dimension is active, which data will it affect?

A) Data collected before the Custom Dimension was applied
B) Data collected after the Custom Dimension was applied
C) All of the data in the property
D) None of the data in the property

1 Answer

3 votes

Final Answer:

When a Custom Dimension is active, it exclusively impacts data gathered post-activation. It does not retroactively alter or affect data collected prior to its implementation. This ensures the integrity of historical data while enabling customized tracking for future insights. Thus option B) Data collected after the Custom Dimension was applied is coreect answer.

Step-by-step explanation:

The Azure CLI command az storage account revoke-sas is employed to invalidate a specified SAS token associated with a storage account. The parameters --account-name and --sas-token are utilized to specify the storage account name and the SAS token to be revoked, respectively. Executing this command enhances security by promptly revoking access for compromised or unnecessary SAS tokens, safeguarding the storage account. Care should be taken to provide accurate values for the parameters to prevent unintended access disruptions.

The activation of a Custom Dimension doesn't retroactively modify or influence data collected before its implementation. This is a crucial distinction because it ensures that changes in tracking or analysis preferences do not alter historical data. The custom dimension starts influencing the tracking and reporting from the moment it is set up, and any data collected prior remains unaffected.

It's essential to use this command carefully, as revoking a SAS token means that anyone possessing that token will lose access to the associated resources. Always double-check the values you provide for --account-name and --sas-token to avoid unintended consequences. By executing this command, you are actively managing the security of your Azure storage account by revoking unnecessary or compromised SAS tokens.

User Kumiau
by
7.3k points