Skip to content

Commit dc93d31

Browse files
committed
new inputs added
1 parent c25c833 commit dc93d31

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

articles/migrate/tutorial-discover-spring-boot.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ author: Vikram1988
55
ms.author: vibansa
66
ms.manager: abhemraj
77
ms.topic: tutorial
8-
ms.date: 12/01/2023
9-
ms.custom: mvc, subject-rbac-steps, engagement-fy23, references_regions
8+
ms.date: 02/21/2024
9+
ms.custom: mvc, subject-rbac-steps, engagement-fy24, references_regions
1010
---
1111

1212
# Tutorial: Discover Spring Boot applications running in your datacenter (preview)
@@ -89,7 +89,7 @@ After you have performed server discovery and software inventory using the Azure
8989
---- | ----
9090
**Supported Linux OS** | Ubuntu 20.04, RHEL 9
9191
**Hardware configuration required** | 8 GB RAM, with 30 GB storage, 4 Core CPU
92-
**Network Requirements** | Access to the following endpoints: <br/><br/> api.snapcraft.io <br/><br/> https://dc.services.visualstudio.com/v2/track <br/><br/> [Azure Arc-enabled Kubernetes network requirements](https://learn.microsoft.com/azure/azure-arc/kubernetes/network-requirements?tabs=azure-cloud) <br/><br/>[Azure CLI endpoints for proxy bypass](https://learn.microsoft.com/cli/azure/azure-cli-endpoints?tabs=azure-cloud)
92+
**Network Requirements** | Access to the following endpoints: <br/><br/>*.docker.io <br/></br>*.docker.com <br/><br/>api.snapcraft.io <br/><br/> https://dc.services.visualstudio.com/v2/track <br/><br/> [Azure Arc-enabled Kubernetes network requirements](https://learn.microsoft.com/azure/azure-arc/kubernetes/network-requirements?tabs=azure-cloud) <br/><br/>[Azure CLI endpoints for proxy bypass](https://learn.microsoft.com/cli/azure/azure-cli-endpoints?tabs=azure-cloud)
9393

9494
After copying the script, you can go to your Linux server, save the script as *Deploy.sh* on the server.
9595

@@ -195,10 +195,17 @@ After you save the script on the Linux server, follow these steps:
195195
196196
## Encryption at rest
197197

198+
#### [Bring your own cluster](#tab/encrypt-rest)
199+
198200
As you're bringing your own Kubernetes cluster, there's a shared responsibility to ensure that the secrets are secured.
199201
- We recommend you choose a Kubernetes cluster with disk encryption for its services.
200202
- [Learn more](https://kubernetes.io/docs/tasks/administer-cluster/encrypt-data/) about encrypting data at rest in Kubernetes.
201203

204+
#### [Packaged Kubernetes cluster](#tab/cluster)
205+
206+
As you are setting a packaged appliance, we would have shared responsibility to ensure that the secrets are secured.
207+
- We recommend you choose a Linux VM with disk encryption for its services.
208+
---
202209

203210
## Configure Kubernetes-based appliance
204211

0 commit comments

Comments
 (0)