Skip to content

Commit 35ad709

Browse files
Merge pull request #307600 from Phil-Jensen/main
Update troubleshooting guide for AzAcSnap
2 parents 8e5ef83 + d6a5f3a commit 35ad709

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

articles/azure-netapp-files/azacsnap-troubleshoot.md

Lines changed: 19 additions & 19 deletions
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: troubleshooting
8-
ms.date: 05/21/2025
8+
ms.date: 10/30/2025
99
ms.author: phjensen
1010
ms.custom: kr2b-contr-experiment
1111
# Customer intent: "As a system administrator using Azure Application Consistent Snapshot tool, I want to troubleshoot command execution issues, so that I can ensure successful operations and maintain reliable backups of my applications."
@@ -146,34 +146,34 @@ Communication with Azure NetApp Files might fail or time out. To troubleshoot, m
146146
147147
### Use Cloud Shell to validate configuration files
148148
149-
You can test whether the service principal is configured correctly by using Cloud Shell through the Azure portal. Using Cloud Shell tests for correct configuration, bypassing network controls within a virtual network or virtual machine (VM).
149+
You can test the AzAcSnap configuration by using Cloud Shell through the Azure portal. Using Cloud Shell tests for correct configuration, bypassing network controls within a virtual network or virtual machine (VM).
150150
151-
1. In the Azure portal, open a [Cloud Shell](../cloud-shell/overview.md) session.
151+
> [!IMPORTANT]
152+
> Resolving any permission related issues are outside the scope of this guide.
153+
154+
1. In the Azure portal, open a `bash` [Cloud Shell](../cloud-shell/overview.md) session.
152155
1. Make a test directory, for example `mkdir azacsnap`.
153-
1. Switch to the *azacsnap* directory, and download the latest version of AzAcSnap.
156+
1. Switch to the `azacsnap` directory, and download the latest version of AzAcSnap.
154157
155158
```bash
156-
wget https://aka.ms/azacsnapinstaller
159+
cd azacsnap
160+
wget https://aka.ms/azacsnap-linux
157161
```
158-
1. Make the installer executable, for example `chmod +x azacsnapinstaller`.
159-
1. Extract the binary for testing.
160162

163+
1. Make the downloaded binary executable.
164+
161165
```bash
162-
./azacsnapinstaller -X -d .
166+
chmod +x azacsnap-linux
163167
```
164-
The results look like the following output:
165168

166-
```output
167-
+-----------------------------------------------------------+
168-
| Azure Application Consistent Snapshot Tool Installer |
169-
+-----------------------------------------------------------+
170-
|-> Installer version '5.0.2_Build_20210827.19086'
171-
|-> Extracting commands into ..
172-
|-> Cleaning up .NET extract dir
169+
1. Create the AzAcSnap configuration file (for example `azacsnap.json`) for testing. This can be done using the `vi` program or use the Cloud Shell Upload/Download icon to upload the AzAcSnap configuration file, and optionally the service principal file (for example `azureauth.json`) if still using this method for authentication.
170+
1. List snapshot details.
171+
172+
```bash
173+
./azacsnap -c details
173174
```
174175

175-
1. Use the Cloud Shell Upload/Download icon to upload the service principal file, *azureauth.json*, and the AzAcSnap configuration file, such as *azacsnap.json*, for testing.
176-
1. Run the `storage` test.
176+
1. Run a storage test.
177177

178178
```bash
179179
./azacsnap -c test --test storage
@@ -362,5 +362,5 @@ In the preceding example, adding the `DATABASE BACKUP ADMIN` privilege to the SY
362362

363363
## Next steps
364364

365-
- [Tips and tricks for using AzAcSnap](azacsnap-tips.md)
365+
- [Tips for using AzAcSnap](azacsnap-tips.md)
366366
- [AzAcSnap command reference](azacsnap-cmd-ref-configure.md)

0 commit comments

Comments
 (0)