Skip to content

Commit b14c9da

Browse files
Merge pull request #304493 from Phil-Jensen/main
Update snapshot-to-blob.sh example.
2 parents b0334af + 4a4e9a8 commit b14c9da

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

articles/azure-netapp-files/azacsnap-cmd-ref-runbefore-runafter.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: azure-netapp-files
55
author: Phil-Jensen
66
ms.service: azure-netapp-files
77
ms.topic: reference
8-
ms.date: 02/20/2025
8+
ms.date: 08/20/2025
99
ms.author: phjensen
1010
# Customer intent: "As a cloud administrator, I want to use the runbefore and runafter capabilities of the Application Consistent Snapshot tool, so that I can automate command execution for backup and restoration processes with Azure NetApp Files."
1111
---
@@ -105,6 +105,7 @@ if [ -r "${SAS_KEY_FILE}" ]; then
105105
source "${SAS_KEY_FILE}"
106106
else
107107
echo "Credential file '${SAS_KEY_FILE}' not found, exiting!"
108+
exit 2
108109
fi
109110
110111

0 commit comments

Comments
 (0)