terraform init
terraform apply --auto-approve
choco install velero
kubectl apply -f ./app/app_with_pv.yaml
velero backup create nginx-backup --include-namespaces nginx-example
kubectl delete namespaces nginx-example
velero restore create --from-backup nginx-backup
Velero Examples Velero Helm Chart Values Velero plugins for Microsoft Azure