Skip to content

Commit

Permalink
Merge pull request #2817 from ldabas-msft/main
Browse files Browse the repository at this point in the history
Create acsa-edge-sub-volume.yaml
  • Loading branch information
dkirby-ms authored Nov 6, 2024
2 parents c4e0037 + 773ced8 commit fa31855
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit fa31855

Please sign in to comment.