Skip to content

Commit d799636

Browse files
Merge pull request #251589 from Phil-Jensen/docs-editor/azacsnap-installation-1694756499
Minor formatting fix and removal of unnecessary content.
2 parents 16e4696 + 03a159d commit d799636

File tree

1 file changed

+6
-15
lines changed

1 file changed

+6
-15
lines changed

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

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ This section explains how to enable communication with storage. Use the followin
107107
108108
# [Azure NetApp Files (with virtual machine)](#tab/azure-netapp-files)
109109
110+
There are two ways to authenticate to the Azure Resource Manager using either a system-managed identity or a service principal file. The options are described here.
111+
110112
### Azure system-managed identity
111113
112114
From AzAcSnap 9, it's possible to use a system-managed identity instead of a service principal for operation. Using this feature avoids the need to store service principal credentials on a virtual machine (VM). To set up an Azure managed identity by using Azure Cloud Shell, follow these steps:
@@ -259,6 +261,8 @@ Communication with the storage back end occurs over an encrypted SSH channel. Th
259261
wKGAIilSg7s6Bq/2lAPDN1TqwIF8wQhAg2C7yeZHyE/ckaw/eQYuJtN+RNBD
260262
```
261263
264+
265+
262266
---
263267
264268
## Enable communication with the database
@@ -925,27 +929,13 @@ DB20000I The QUIT command completed successfully.
925929
926930
```bash
927931
[prj@db2-02 ~]$ exit
932+
```
928933
929934
```output
930935
logout
931936
Connection to <serverAddress> closed.
932937
```
933938
934-
After the access is working correctly, go on to configure (`azacsnap -c configure`) with the Db2 server's external IP address and test (`azacsnap -c test --test db2`) AzAcSnap database connectivity.
935-
936-
Run the `azacsnap` test command:
937-
938-
```bash
939-
cd ~/bin
940-
azacsnap -c test --test db2 --configfile Db2.json
941-
```
942-
943-
```output
944-
BEGIN : Test process started for 'db2'
945-
BEGIN : Db2 DB tests
946-
PASSED: Successful connectivity to Db2 DB version v11.5.7.0
947-
END : Test process complete for 'db2'
948-
```
949939
950940
---
951941
@@ -1344,3 +1334,4 @@ No special database configuration is required for Db2 because you're using the i
13441334
## Next steps
13451335
13461336
- [Configure the Azure Application Consistent Snapshot tool](azacsnap-cmd-ref-configure.md)
1337+

0 commit comments

Comments
 (0)