You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Revoke SAS token for storage account used for Arc VM images
93
+
94
+
This section describes how you can revoke the Shared Access Signature (SAS) token for the storage account used for Arc VM images.
95
+
96
+
| SAS policy | SAS expired? | Steps to revoke |
97
+
|---------|---------|---------|
98
+
| Any SAS | Yes | No action is required as the SAS is no longer valid. |
99
+
| Ad hoc SAS signed with an account key | No | [Manually rotate or regenerate Storage account key](/azure/storage/common/storage-account-keys-manage?tabs=azure-portal#manually-rotate-access-keys) used to create SAS. |
100
+
| Ad hoc SAS signed with a user delegation key | No | To revoke user delegation key or change role assignments, see [Revoke a user delegation SAS](/rest/api/storageservices/create-user-delegation-sas#revoke-a-user-delegation-sas). |
101
+
| SAS with stored access policy | No | To update the expiration time to a past date or time, or delete the stored access policy, see [Modify or revoke a stored access policy](/rest/api/storageservices/define-stored-access-policy#modify-or-revoke-a-stored-access-policy). |
102
+
103
+
For more information, see [Revoke a SAS](/rest/api/storageservices/create-service-sas#revoke-a-sas).
104
+
62
105
## Change deployment service principal
63
106
64
107
This section describes how you can change the service principal used for deployment.
0 commit comments