137k views
1 vote
Show details of a deleted Shared Access Signature (SAS) definition for a storage account using the Azure CLI.

User DarRay
by
8.4k points

1 Answer

4 votes

Final answer:

To show the details of a deleted Shared Access Signature (SAS) definition for a storage account using the Azure CLI, use the 'az storage account management-policy show' followed by the 'az storage account show' command.

Step-by-step explanation:

In order to show the details of a deleted Shared Access Signature (SAS) definition for a storage account using the Azure CLI, you can make use of the 'az storage account management-policy show' command followed by the 'az storage account show' command. First, retrieve the management policy of the storage account using 'az storage account management-policy show', then capture the definition name of the deleted SAS. Finally, use 'az storage account show' with the '--deleted-sas-definitions' option to display the details of the deleted SAS definition.

User Andrew Little
by
8.0k points

Related questions