Skip to content

Commit a1f2443

Browse files
Linus-SpectroCloudachuribooksbenradstone
authored
pcp-5265: Encryption at Host for Azure IaaS (#8333)
* pcp-5265: initial start of EaH on Azure IaaS * pcp-5265: adding changes * pcp-5265: more updates * pcp-5265: more updates * pcp-5265: more updates * pcp-5265: more updates * pcp-5265: more ujpdates * pcp-5265: decided to merge EAH into SSE page to make things somewhat easier * pcp-5265: added eah requirement on azure * pcp-5265: spelling mistakes fixes * pcp-5265: long form for grep * Apply suggestions from Amanda's code review Co-authored-by: Amanda Churi Filanowski <[email protected]> * Apply suggestions from code review Co-authored-by: Amanda Churi Filanowski <[email protected]> * ci: auto-formatting prettier issues * pcp-5265: update with tabs * pcp-5265: more updates * pcp-5265: fixed almost everything * pcp-5265: more fixes * Apply suggestions from Ben's code review Co-authored-by: Ben Radstone <[email protected]> * pcp-5265: re-adding intro that disappeared * pcp-5265: more updates * Cleanup * pcp-5265: more fixes * chore(ci): trigger CI again * chore(ci): trigger CI again * pcp-5265: fixing missing closing tabs and correcting typo * pcp-5265: missing quote mark * pcp-5265: missing quote mark --------- Co-authored-by: Amanda Churi Filanowski <[email protected]> Co-authored-by: Ben Radstone <[email protected]>
1 parent 5d6890b commit a1f2443

File tree

2 files changed

+453
-162
lines changed

2 files changed

+453
-162
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
partial_category: clusters
3+
partial_name: cluster-azure-disk-encrypt-validate
4+
---
5+
6+
<Tabs groupId="validation">
7+
8+
<TabItem value="sse" label="Validating SSE">
9+
10+
1. Log in to the [Azure Portal](https://portal.azure.com/).
11+
12+
2. Use the search bar to locate and select the **Disks** resource.
13+
14+
3. Locate and select a disk in your cluster using the search filters provided. One way to locate the applicable disks is to search for the
15+
cluster name, as the cluster name is prepended to all relevant resources (for example, `<cluster-name>-worker-pool-1-9d40-8rcx9_OSDisk` and `<cluster-name>-cp-36298-7gqb9_OSDisk`).
16+
17+
4. On the disk **Overview** page, select the **Properties** tab and scroll down to view the **Encryption** section. Ensure that the **Encryption type**
18+
shows **Platform-managed key**.
19+
20+
5. Scroll down to view the **Properties** tab and check that the **Encryption** section shows **Customer-managed key**
21+
for **Encryption type**.
22+
23+
6. Repeat steps 4 and 5 for each disk in your cluster.
24+
25+
</TabItem>
26+
27+
<TabItem value="eah" label="Validating EAH">
28+
29+
1. Log in to the [Azure Portal](https://portal.azure.com/).
30+
31+
2. Use the search bar to locate and select the **Virtual machines** resource.
32+
33+
3. Locate and select a VM in your cluster using the search filters provided. One way to locate the applicable VMs is to search for the
34+
cluster name, as the cluster name is prepended to all relevant resources (for example, `<cluster-name>-worker-pool-1-9d40-8rcx9` and `<cluster-name>-cp-36298-7gqb9`).
35+
36+
4. On the VM **Overview** page, scroll down to view the **Disk** section. Ensure that the **Encryption at Host** section
37+
shows **Disabled**.
38+
39+
5. Repeat steps 3 and 4 for each VM in your cluster.
40+
41+
</TabItem>
42+
43+
</Tabs>

0 commit comments

Comments
 (0)