From 773ced8b9c4c6815f3d3810e07144cea8db61673 Mon Sep 17 00:00:00 2001 From: ldabas-msft <122379109+ldabas-msft@users.noreply.github.com> Date: Wed, 6 Nov 2024 22:19:52 +0000 Subject: [PATCH] Create acsa-edge-sub-volume.yaml --- .../yaml/acsa-edge-sub-volume.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 azure_edge_iot_ops_jumpstart/acsa_fault_detection/yaml/acsa-edge-sub-volume.yaml diff --git a/azure_edge_iot_ops_jumpstart/acsa_fault_detection/yaml/acsa-edge-sub-volume.yaml b/azure_edge_iot_ops_jumpstart/acsa_fault_detection/yaml/acsa-edge-sub-volume.yaml new file mode 100644 index 000000000..f9d01646b --- /dev/null +++ b/azure_edge_iot_ops_jumpstart/acsa_fault_detection/yaml/acsa-edge-sub-volume.yaml @@ -0,0 +1,13 @@ +apiVersion: "arccontainerstorage.azure.net/v1" +kind: EdgeSubvolume +metadata: + name: videos + namespace: contoso-hypermarket +spec: + edgevolume: acsa-pvc + path: videos #Don't use a preceding slash. + auth: + authType: MANAGED_IDENTITY + storageaccountendpoint: https://{STORAGEACCOUNT}.blob.core.windows.net/ + container: shopper-videos + ingestPolicy: edgeingestpolicy-default