Skip to content

Commit db74b12

Browse files
author
Larry Franks
committed
adding key information
1 parent 6d8236a commit db74b12

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/machine-learning/concept-enterprise-security.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ For information on how to use your own keys for data stored in Azure Blob storag
135135

136136
Training data is typically also stored in Azure Blob storage so that it's accessible to training compute targets. This storage isn't managed by Azure Machine Learning but mounted to compute targets as a remote file system.
137137

138+
If you need to __rotate or revoke__ your key, you can do so at any time. When rotating a key, the storage account will start using the new key (latest version) to encrypt data at rest. When revoking (disabling) a key, the storage account takes care of failing requests. It usually takes an hour for the rotation or revocation to be effective.
139+
138140
For information on regenerating the access keys, see [Regenerate storage access keys](how-to-change-storage-access-key.md).
139141

140142
#### Azure Cosmos DB
@@ -171,6 +173,8 @@ This Cosmos DB instance is created in a Microsoft-managed resource group in your
171173
> * If you need to delete this Cosmos DB instance, you must delete the Azure Machine Learning workspace that uses it.
172174
> * The default [__Request Units__](../cosmos-db/request-units.md) for this Cosmos DB account is set at __8000__. Changing this value is unsupported.
173175
176+
If you need to __rotate or revoke__ your key, you can do so at any time. When rotating a key, Cosmos DB will start using the new key (latest version) to encrypt data at rest. When revoking (disabling) a key, Cosmos DB takes care of failing requests. It usually takes an hour for the rotation or revocation to be effective.
177+
174178
For more information on customer-managed keys with Cosmos DB, see [Configure customer-managed keys for your Azure Cosmos DB account](../cosmos-db/how-to-setup-cmk.md).
175179

176180
#### Azure Container Registry

0 commit comments

Comments
 (0)