Skip to content

Commit bd8c7e9

Browse files
committed
ad hoc updates
1 parent d77d9d9 commit bd8c7e9

File tree

6 files changed

+2
-6
lines changed

6 files changed

+2
-6
lines changed

articles/azure-arc/container-storage/alternate-key-based.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ A connection string can contain a storage key or SAS.
196196
metadata:
197197
### Create a name for the PVC ###
198198
name: <your-storage-acct-name-secret>
199-
annotations:
200199
### Use a namespace that matches your intended consuming pod, or "default" ###
201200
namespace: <your-intended-consuming-pod-or-default>
202201
spec:

articles/azure-arc/container-storage/alternate-onelake.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ This configuration is an alternative option that you can use with key-based auth
4242
metadata:
4343
### Create a nane for your PVC ###
4444
name: <create-a-pvc-name-here>
45-
annotations:
4645
### Use a namespace that matches your intended consuming pod, or "default" ###
4746
namespace: <intended-consuming-pod-or-default-here>
4847
spec:

articles/azure-arc/container-storage/cloud-ingest-edge-volume-configuration.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ az k8s-extension list --cluster-name ${CLUSTER_NAME} --resource-group ${RESOURCE
8686
metadata:
8787
### Create a name for your PVC ###
8888
name: <create-persistent-volume-claim-name-here>
89-
annotations:
9089
### Use a namespace that matched your intended consuming pod, or "default" ###
9190
namespace: <intended-consuming-pod-or-default-here>
9291
spec:

articles/azure-arc/container-storage/local-shared-edge-volumes.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ The *Local Shared Edge Volumes* feature provides highly available, failover-capa
2828
metadata:
2929
### Create a name for your PVC ###
3030
name: <create-a-pvc-name-here>
31-
annotations:
3231
### Use a namespace that matches your intended consuming pod, or "default" ###
3332
namespace: <intended-consuming-pod-or-default-here>
3433
spec:

articles/azure-arc/container-storage/multi-node-cluster-edge-volumes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ Then, perform the following steps on each of the nodes in your Kubernetes cluste
4747

4848
## Next steps
4949

50-
[Install Edge Volumes](install-edge-volumes.md)
50+
[Install Extension](install-edge-volumes.md)

articles/azure-arc/container-storage/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Yes, data in transit is encrypted using standard HTTPS protocols. Data is decryp
4848

4949
#### Is data encrypted at REST?
5050

51-
Currently, there is no encryption for data at REST.
51+
Data persisted by the Azure Container Storage enabled by Azure Arc extension is encrypted at REST if the underlying platform provides encrypted disks.
5252

5353
### ACStor Triplication
5454

0 commit comments

Comments
 (0)