Skip to content

Commit 93b7681

Browse files
authored
Fixing links and some Acrolinx
1 parent 22a8dc3 commit 93b7681

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/automation/automation-secure-asset-encryption.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ manager: kmadnani
1313

1414
# Secure assets in Azure Automation
1515

16-
Secure assets in Azure Automation include credentials, certificates, connections and encrypted variables. These are protected in Azure Automation using multiple levels of encryption.
16+
Secure assets in Azure Automation include credentials, certificates, connections, and encrypted variables. These assets are protected in Azure Automation using multiple levels of encryption.
1717
Based on the top-level key used for the encryption, there are two models for encryption:
1818
- Using Microsoft-managed keys
1919
- Using customer-managed keys
@@ -26,9 +26,9 @@ Each secure asset is encrypted and stored in Azure Automation using a unique key
2626

2727
### Customer-managed Keys with Key Vault (preview)
2828

29-
You can manage encryption of secure assets in Azure Automation at the level of an automation account with your own keys. When you specify a customer-managed key at the level of the Automation account, that key is used to protect and control access to the account encryption key for the automation account which in turn is used to encrypt and decrypt all the secure assets. Customer-managed keys offer greater flexibility to create, rotate, disable and revoke access controls. You can also audit the encryption keys used to protect your secure assets.
29+
You can manage encryption of secure assets in Azure Automation at the level of an automation account with your own keys. When you specify a customer-managed key at the level of the Automation account, that key is used to protect and control access to the account encryption key for the automation account, which in turn is used to encrypt and decrypt all the secure assets. Customer-managed keys offer greater flexibility to create, rotate, disable, and revoke access controls. You can also audit the encryption keys used to protect your secure assets.
3030

31-
You must use Azure Key Vault to store customer-managed keys. You can either create your own keys and store them in a key vault, or you can use the Azure Key Vault APIs to generate keys. For more information about Azure Key Vault, see [What is Azure Key Vault?](../../key-vault/key-vault-overview.md)
31+
You must use Azure Key Vault to store customer-managed keys. You can either create your own keys and store them in a key vault, or you can use the Azure Key Vault APIs to generate keys. For more information about Azure Key Vault, see [What is Azure Key Vault?](../key-vault/key-vault-overview.md)
3232

3333
## Enable customer-managed keys for an Automation account
3434

@@ -47,8 +47,8 @@ The following three sections describe the mechanics of enabling customer-managed
4747
Before enabling customer-managed keys for an Automation account, you must ensure the following pre-requisites are met
4848

4949
- The customer-manged key is stored in an Azure Key Vault.
50-
- You must enable both the **Soft Delete** and **Do Not Purge** properties on the key vault. This is required to allow for recovery of keys in case of accidental deletion.
51-
- Only RSA keys are supported with Azure Automation encryption. For more information about keys, see [About Azure Key Vault keys, secrets and certificates](../../key-vault/about-keys-secrets-and-certificates#key-vault-keys.md).
50+
- You must enable both the **Soft Delete** and **Do Not Purge** properties on the key vault. These features are required to allow for recovery of keys in case of accidental deletion.
51+
- Only RSA keys are supported with Azure Automation encryption. For more information about keys, see [About Azure Key Vault keys, secrets, and certificates](../key-vault/about-keys-secrets-and-certificates.md#key-vault-keys).
5252
- The automation account and the key vault can be in different subscriptions but need to be in the same Azure Active Directory tenant.
5353

5454
### Assign an identity to the automation account
@@ -123,7 +123,7 @@ Request body
123123
``
124124

125125
[!NOTE]
126-
The tenantId and objectId fields need to be provided with values of identity.tenantId and identity.principalId from the response of managed identity for the automation account.
126+
The tenantId and objectId fields must be provided with values of identity.tenantId and identity.principalId from the response of managed identity for the automation account.
127127

128128
### Change the configuration of automation account to use customer managed key
129129

@@ -184,7 +184,7 @@ To revoke access to customer-managed keys, use PowerShell or Azure CLI. For more
184184

185185
## Next steps
186186

187-
- [What is Azure Key Vault?](../../azure/key-vault/key-vault-overview.md)
188-
- [Certificate assets in Azure Automation]()
189-
- [Credential assets in Azure Automation]()
190-
- [Variable assets in Azure Automation]()
187+
- [What is Azure Key Vault?](../key-vault/key-vault-overview.md)
188+
- [Certificate assets in Azure Automation](shared-resources/certificates.md)
189+
- [Credential assets in Azure Automation](shared-resources/credentials.md)
190+
- [Variable assets in Azure Automation](shared-resources/variables.md)

0 commit comments

Comments
 (0)