Skip to content

Commit 7dea31e

Browse files
authored
Merge pull request #113307 from MikeDodaro/securityLineBreaks
Add line breaks to table
2 parents 4d2d076 + 0b42f05 commit 7dea31e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Concept - Security controls for Azure Spring Cloud Service
3-
description: Use security controls built-in into Azure Spring Cloud Service.
3+
description: Use security controls built in into Azure Spring Cloud Service.
44
author: MikeDodaro
55
ms.author: brendm
66
ms.service: spring-cloud
@@ -9,15 +9,15 @@ ms.date: 04/23/2020
99
---
1010

1111
# Security controls for Azure Spring Cloud Service
12-
Security controls are built-in into Azure Spring Cloud Service.
12+
Security controls are built in into Azure Spring Cloud Service.
1313

1414
A security control is a quality or feature of an Azure service that contributes to the service's ability to prevent, detect, and respond to security vulnerabilities. For each control, we use *Yes* or *No* to indicate whether it is currently in place for the service. We use *N/A* for a control that is not applicable to the service.
1515

1616
**Data protection security controls**
1717

1818
| Security control | Yes/No | Notes | Documentation |
19-
|:-----------:|:--------:|:-------------------------------:|:-------------------:|
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) |
19+
|:-------------|:-------|:-------------------------------|:----------------------|
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.<br><br>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.<br><br>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)<br><br>[Server-side encryption of Azure managed disks](https://docs.microsoft.com/azure/virtual-machines/linux/disk-encryption)<br><br>[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. | |
2222
| 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)