Skip to content

Commit a64e8fe

Browse files
committed
edit pass: four-azure-application-consistent-snapshot-articles
1 parent a7bb558 commit a64e8fe

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

articles/azure-netapp-files/azacsnap-cmd-ref-configure.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,21 @@ ms.author: phjensen
1818

1919
# Configure the Azure Application Consistent Snapshot tool
2020

21-
This article shows you how to run the `-c configure` command of the Azure Application Consistent Snapshot tool (AzAcSnap) that you can use with Azure NetApp Files.
21+
This article shows you how to run the `azacsnap -c configure` command of the Azure Application Consistent Snapshot tool (AzAcSnap) that you can use with Azure NetApp Files.
2222

23-
## Command and options
23+
## Commands for the configuration file
2424

25-
You can create or edit the configuration file by using the `azacsnap -c configure` command. The command has the following options:
25+
You can create or edit the configuration file for AzAcSnap by using the `azacsnap -c configure` command. The command has the following options:
2626

2727
- `--configuration new` to create a new configuration file
2828

2929
- `--configuration edit` to edit an existing configuration file
3030

3131
- `[--configfile <config filename>]` (optional parameter) to allow for custom configuration file names
3232

33-
## Configuration file for the snapshot tool
33+
By default, the name of the configuration file is *azacsnap.json*. You can use a custom file name with the `--configfile=` parameter (for example, `--configfile=<customname>.json`).
3434

35-
You can create a configuration file by running `azacsnap -c configure --configuration new`. By default, the configuration file name is *azacsnap.json*. You can use a custom file name with the `--configfile=` parameter (for example, `--configfile=<customname>.json`).
36-
37-
The following example is for an Azure Large Instances configuration:
35+
The following example creates a configuration file for an Azure Large Instances configuration:
3836

3937
```bash
4038
azacsnap -c configure --configuration new
@@ -76,7 +74,7 @@ Enter the database type to add, 'hana', 'oracle', or 'exit' (for no database): e
7674
Editing configuration complete, writing output to 'azacsnap.json'
7775
```
7876

79-
## Required values
77+
## Required values for the configuration file
8078

8179
The following sections provide detailed guidance on required values for the database section of the configuration file.
8280

@@ -174,7 +172,7 @@ When you add *Azure NetApp Files storage* to a database section, the following v
174172
175173
---
176174
177-
## Configuration file overview (azacsnap.json)
175+
## Example configuration file
178176
179177
In the following example, *azacsnap.json* is configured with the one SID.
180178
@@ -226,7 +224,7 @@ cat azacsnap.json
226224
```
227225

228226
> [!NOTE]
229-
> For a disaster recovery (DR) scenario where you'll run backups at the DR site, the HANA server name that's configured in the DR configuration file (for example, *DR.json*) at the DR site should be the same as the production server name.
227+
> For a disaster recovery (DR) scenario where you'll run backups at the DR site, the HANA server name that's configured in the DR configuration file (for example, `DR.json`) at the DR site should be the same as the production server name.
230228
>
231229
> For Azure Large Instances, your storage IP address must be in the same subnet as your server pool. For example, in this case, the server pool subnet is 172.18.18.0/24 and the assigned storage IP address is 172.18.18.11.
232230

0 commit comments

Comments
 (0)