You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/azacsnap-troubleshoot.md
+19-19Lines changed: 19 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: azure-netapp-files
5
5
author: Phil-Jensen
6
6
ms.service: azure-netapp-files
7
7
ms.topic: troubleshooting
8
-
ms.date: 05/21/2025
8
+
ms.date: 10/30/2025
9
9
ms.author: phjensen
10
10
ms.custom: kr2b-contr-experiment
11
11
# 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
146
146
147
147
### Use Cloud Shell to validate configuration files
148
148
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).
150
150
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.
152
155
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.
154
157
155
158
```bash
156
-
wget https://aka.ms/azacsnapinstaller
159
+
cd azacsnap
160
+
wget https://aka.ms/azacsnap-linux
157
161
```
158
-
1. Make the installer executable, for example `chmod +x azacsnapinstaller`.
|-> 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
173
174
```
174
175
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.
177
177
178
178
```bash
179
179
./azacsnap -c test --test storage
@@ -362,5 +362,5 @@ In the preceding example, adding the `DATABASE BACKUP ADMIN` privilege to the SY
362
362
363
363
## Next steps
364
364
365
-
-[Tips and tricks for using AzAcSnap](azacsnap-tips.md)
0 commit comments