Skip to content

Commit fd061c1

Browse files
committed
Take out en-us from links
1 parent 94ac99d commit fd061c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/spring-cloud/spring-cloud-concept-security-controls.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Use security controls built-in into Azure Spring Cloud Service.
44
author: MikeDodaro
55
ms.author: brendm
66
ms.service: spring-cloud
7-
ms.topic: concept
7+
ms.topic: conceptual
88
ms.date: 04/23/2020
99
---
1010

@@ -17,7 +17,7 @@ A security control is a quality or feature of an Azure service that contributes
1717

1818
| Security control | Yes/No | Notes | Documentation |
1919
|:-----------:|:--------:|:-------------------------------:|:-------------------:|
20-
| Server-side encryption at rest: Microsoft-managed keys | Yes | User uploaded source and artifacts, config server settings, app settings and data in persistent storage are stored in Azure Storage, which automatically encrypts the content at rest. Config server cache, runtime binaries built from uploaded source, and application logs during the application lifetime are saved to Azure Managed Disk, which automatically encrypts the content at rest. Container images built from user uploaded source are saved in Azure Container Registry, which automatically encrypts the image content at rest. | [Azure Storage encryption for data at rest](https://docs.microsoft.com/en-us/azure/storage/common/storage-service-encryption) [Server-side encryption of Azure managed disks](https://docs.microsoft.com/en-us/azure/virtual-machines/linux/disk-encryption) [Container image storage in Azure Container Registry](https://docs.microsoft.com/en-us/azure/container-registry/container-registry-storage) |
20+
| Server-side encryption at rest: Microsoft-managed keys | Yes | User uploaded source and artifacts, config server settings, app settings and data in persistent storage are stored in Azure Storage, which automatically encrypts the content at rest. Config server cache, runtime binaries built from uploaded source, and application logs during the application lifetime are saved to Azure Managed Disk, which automatically encrypts the content at rest. Container images built from user uploaded source are saved in Azure Container Registry, which automatically encrypts the image content at rest. | [Azure Storage encryption for data at rest](https://docs.microsoft.com/azure/storage/common/storage-service-encryption) [Server-side encryption of Azure managed disks](https://docs.microsoft.com/azure/virtual-machines/linux/disk-encryption) [Container image storage in Azure Container Registry](https://docs.microsoft.com/azure/container-registry/container-registry-storage) |
2121
| Encryption in transient | Yes | User app public endpoints use HTTPS for inbound traffic by default. | |
22-
| API calls encrypted | Yes | Management calls to configure Azure Spring Cloud service occur via Azure Resource Manager calls over HTTPS. | [Azure Resource Manager](https://docs.microsoft.com/en-us/azure/azure-resource-manager/) |
22+
| API calls encrypted | Yes | Management calls to configure Azure Spring Cloud service occur via Azure Resource Manager calls over HTTPS. | [Azure Resource Manager](https://docs.microsoft.com/azure/azure-resource-manager/) |
2323

0 commit comments

Comments
 (0)