Skip to content

Commit f1ddfdc

Browse files
committed
Adding new troubleshooting document
1 parent 6d96415 commit f1ddfdc

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

articles/mysql/howto-data-encryption-troubleshoot.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This article describes how to identify and resolve common issues/errors that occ
1414
## Introduction
1515
When data encryption is configured to use a customer-managed key in Azure Key Vault, continuous access to this key is required for the server to stay available. If the server loses access to the customer-managed key in Azure Key Vault, the server will start denying all connections with the appropriate error message and change its state to ***Inaccessible*** in the Azure portal.
1616

17-
If an inaccessible Azure Database for MySQL server is no longer needed, it can be deleted immediately to stop incurring costs. All other actions on the server are not permitted until access to the Azure key vault key has been restored and the server is back available. Changing the data encryption option from ‘Yes’(customer-managed) to ‘No’ (service-managed) on the server is also not possible while a server is encrypted with customer-managed keys is inaccessible. You must re-validate the key manually to make the server back available. This is necessary to protect the data from unauthorized access while permissions to the customer-managed key have been revoked.
17+
If an inaccessible Azure Database for MySQL server is no longer needed, it can be deleted immediately to stop incurring costs. All other actions on the server are not permitted until access to the Azure key vault has been restored and the server is back available. Changing the data encryption option from ‘Yes’(customer-managed) to ‘No’ (service-managed) on an inaccessible the server is also not possible while a server is encrypted with customer-managed. You must revalidate the key manually to make the server back available. This is necessary to protect the data from unauthorized access while permissions to the customer-managed key have been revoked.
1818

1919
## Common errors causing server to become inaccessible
2020

@@ -28,9 +28,9 @@ The key vault is unavailable or doesn't exist
2828
No permissions to access the key vault or the key doesn't exist
2929

3030
* The key was accidentally deleted, disabled or the key expired.
31-
* The Azure Database for MySQL instance managed identity was accidentally deleted.
31+
* The Azure Database for MySQL instance-managed identity was accidentally deleted.
3232
* Permissions granted to the Azure Database for MySQL server’s managed identity for the keys aren't sufficient (they don't include Get, Wrap, and Unwrap).
33-
* Permissions for the Azure Database for MySQL server instance managed identity were revoked.
33+
* Permissions for the Azure Database for MySQL server instance-managed identity were revoked.
3434

3535
## Identify and resolve common errors
3636
### Errors on the key vault
@@ -41,7 +41,7 @@ No permissions to access the key vault or the key doesn't exist
4141

4242
#### Missing key vault permissions
4343
* AzureKeyVaultMissingPermissionsMessage
44-
* The server does not have the requires Get, Wrap and Unwrap permissions to the Azure Key Vault permissions. Please grant any missing permissions to the service principal with ID.
44+
* The server does not have the required Get, Wrap, and Unwrap permissions to the Azure Key Vault permissions. Grant any missing permissions to the service principal with ID.
4545

4646
### Mitigation
4747
* Confirm that the customer-managed key is present in Key Vault:

articles/postgresql/howto-data-encryption-troubleshoot.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This article describes how to identify and resolve common issues/errors that occ
1414
## Introduction
1515
When data encryption is configured to use a customer-managed key in Azure Key Vault, continuous access to this key is required for the server to stay available. If the server loses access to the customer-managed key in Azure Key Vault, the server will start denying all connections with the appropriate error message and change its state to ***Inaccessible*** in the Azure portal.
1616

17-
If an inaccessible Azure Database for PostgreSQL Single server is no longer needed, it can be deleted immediately to stop incurring costs. All other actions on the server are not permitted until access to the Azure key vault key has been restored and the server is back available. Changing the data encryption option from ‘Yes’(customer-managed) to ‘No’ (service-managed) on the server is also not possible while a server is encrypted with customer-managed keys is inaccessible. You must re-validate the key manually to make the server back available. This is necessary to protect the data from unauthorized access while permissions to the customer-managed key have been revoked.
17+
If an inaccessible Azure Database for PostgreSQL Single server is no longer needed, it can be deleted immediately to stop incurring costs. All other actions on the server are not permitted until access to the Azure key vault has been restored and the server is back available. Changing the data encryption option from ‘Yes’(customer-managed) to ‘No’ (service-managed) on an inaccessible the server is also not possible while a server is encrypted with customer-managed. You must revalidate the key manually to make the server back available. This is necessary to protect the data from unauthorized access while permissions to the customer-managed key have been revoked.
1818

1919
## Common errors causing server to become inaccessible
2020

@@ -28,9 +28,9 @@ The key vault is unavailable or doesn't exist
2828
No permissions to access the key vault or the key doesn't exist
2929

3030
* The key was accidentally deleted, disabled or the key expired.
31-
* The Azure Database for PostgreSQL Single server instance managed identity was accidentally deleted.
31+
* The Azure Database for PostgreSQL Single server instance-managed identity was accidentally deleted.
3232
* Permissions granted to the Azure Database for PostgreSQL Single server’s managed identity for the keys aren't sufficient (they don't include Get, Wrap, and Unwrap).
33-
* Permissions for the Azure Database for PostgreSQL Single server instance managed identity were revoked or deleted.
33+
* Permissions for the Azure Database for PostgreSQL Single server instance-managed identity were revoked or deleted.
3434

3535
## Identify and resolve common errors
3636
### Errors on the key vault
@@ -41,7 +41,7 @@ No permissions to access the key vault or the key doesn't exist
4141

4242
#### Missing key vault permissions
4343
* AzureKeyVaultMissingPermissionsMessage
44-
* The server does not have the requires Get, Wrap and Unwrap permissions to the Azure Key Vault permissions. Please grant any missing permissions to the service principal with ID.
44+
* The server does not have the requires Get, Wrap, and Unwrap permissions to the Azure Key Vault permissions. Grant any missing permissions to the service principal with ID.
4545

4646
### Mitigation
4747
* Confirm that the customer-managed key is present in Key Vault:

0 commit comments

Comments
 (0)