Skip to content

Commit 4a4e9a8

Browse files
authored
Update snapshot-to-blob.sh example.
Missing `exit 2`
1 parent 54f9279 commit 4a4e9a8

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)