-
Notifications
You must be signed in to change notification settings - Fork 21.8k
Expand file tree
/
Copy pathTOC.yml
More file actions
649 lines (649 loc) · 28.6 KB
/
TOC.yml
File metadata and controls
649 lines (649 loc) · 28.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
- name: Azure NetApp Files Documentation
href: index.yml
- name: Overview
items:
- name: What is Azure NetApp Files
href: azure-netapp-files-introduction.md
- name: What's new
href: whats-new.md
- name: Azure NetApp Files for Azure Government
href: azure-government.md
- name: Quickstarts
expanded: true
items:
- name: Set up Azure NetApp Files and create an NFS volume
href: azure-netapp-files-quickstart-set-up-account-create-volumes.md
# - name: Tutorials
# - name: Samples
- name: Concepts
items:
- name: Volumes as a service
items:
- name: Understand NAS
href: network-attached-storage-concept.md
- name: Understand NAS protocols
href: network-attached-storage-protocols.md
- name: Understand SMB support
href: sever-message-block-support.md
- name: Understand Object REST API
href: object-rest-api-introduction.md
- name: Understand NAS permissions
items:
- name: Understand NAS share permissions
href: network-attached-storage-permissions.md
- name: Understand NAS file permissions
href: network-attached-file-permissions.md
- name: Understand SMB file permissions
href: network-attached-file-permissions-smb.md
- name: Understand NFS permissions
items:
- name: Understand mode bits
href: network-attached-file-permissions-nfs.md
- name: Understand auxiliary/supplemental groups
href: auxiliary-groups.md
- name: Understand NFSv4.x access control lists
href: nfs-access-control-lists.md
- name: Understand dual-protocol security style and permission behaviors
href: dual-protocol-permission-behaviors.md
- name: Understand data encryption
href: understand-data-encryption.md
- name: Understand Kerberos
href: kerberos.md
- name: Understand guidelines for Active Directory Domain Services
href: understand-guidelines-active-directory-domain-service-site.md
- name: Understand DNS
href: domain-name-system-concept.md
- name: Understand LDAP
items:
- name: Understand LDAP basics
href: lightweight-directory-access-protocol.md
- name: Understand name mapping using LDAP
href: lightweight-directory-access-protocol-name-mapping.md
- name: Understand the allow local NFS users with LDAP option
href: lightweight-directory-access-protocol-local-users.md
- name: Understand LDAP schemas
href: lightweight-directory-access-protocol-schemas.md
- name: Understand NFS group memberships and supplemental groups
href: network-file-system-group-memberships.md
- name: Understand file locking
href: understand-file-locks.md
- name: Understand volume languages
href: understand-volume-languages.md
- name: Understand file path lengths
href: understand-path-lengths.md
- name: Azure NetApp Files essentials
items:
- name: Storage hierarchy of Azure NetApp Files
href: azure-netapp-files-understand-storage-hierarchy.md
- name: Service levels for Azure NetApp Files
items:
- name: Understand service levels
href: azure-netapp-files-service-levels.md
- name: Understand Elastic zone-redundant storage
href: elastic-zone-redundant-concept.md
- name: Guidelines for Azure NetApp Files network planning
href: azure-netapp-files-network-topologies.md
- name: Resource limits for Azure NetApp Files
href: azure-netapp-files-resource-limits.md
- name: Migrating data into Azure NetApp Files
href: migrate-data.md
- name: Understand large volumes
href: large-volumes.md
- name: Requirements and considerations for large volumes
href: large-volumes-requirements-considerations.md
- name: High file counts
items:
- name: Understand maxfiles
href: maxfiles-concept.md
- name: Understand maximum directory sizes
href: directory-sizes-concept.md
- name: Ways to monitor Azure NetApp Files
href: monitor-azure-netapp-files.md
- name: Metrics for Azure NetApp Files
href: azure-netapp-files-metrics.md
- name: Metrics for Elastic zone-redundant Storage
href: elastic-metrics.md
- name: Azure Policy definitions for Azure NetApp Files
href: azure-policy-definitions.md
- name: Storage service add-ons
href: storage-service-add-ons.md
- name: Cost optimization
items:
- name: Cost model for Azure NetApp Files
href: azure-netapp-files-cost-model.md
- name: Azure NetApp Files storage with cool access
href: cool-access-introduction.md
- name: Azure NetApp Files reserved capacity
href: reservations.md
- name: Quotas
items:
- name: Understand volume quota
href: volume-quota-introduction.md
- name: Understand volume hard quota
href: volume-hard-quota-guidelines.md
- name: Regional capacity quota
href: regional-capacity-quota.md
- name: Understand default and individual user and group quotas
href: default-individual-user-group-quotas-introduction.md
- name: Performance
items:
- name: Best practices and considerations
items:
- name: General performance considerations for Azure NetApp Files
href: azure-netapp-files-performance-considerations.md
- name: Understand workload types
href: workload-types.md
- name: Linux direct I/O best practices
href: performance-linux-direct-io.md
- name: Linux filesystem cache best practices
href: performance-linux-filesystem-cache.md
- name: Linux NFS mount options best practices
href: performance-linux-mount-options.md
- name: Linux concurrency best practices
href: performance-linux-concurrency-session-slots.md
- name: Linux NFS read-ahead best practices
href: performance-linux-nfs-read-ahead.md
- name: SMB performance best practices
href: azure-netapp-files-smb-performance.md
- name: Azure virtual machine SKU best practices
href: performance-virtual-machine-sku.md
- name: Performance considerations for cool access tiering
href: performance-considerations-cool-access.md
- name: Performance impact of Kerberos on NFSv4.1
href: performance-impact-kerberos.md
- name: AVS datastore performance considerations for Azure NetApp Files
href: performance-azure-vmware-solution-datastore.md
- name: Performance tests
items:
- name: Performance benchmark test recommendations for Azure NetApp Files
href: azure-netapp-files-performance-metrics-volumes.md
- name: Testing methodology
href: testing-methodology.md
- name: Regular volume performance benchmarks for Linux
href: performance-benchmarks-linux.md
- name: Large volume performance benchmarks for Linux
href: performance-large-volumes-linux.md
- name: Large volume breakthrough mode performance benchmarks for Linux
href: performance-large-volume-breakthrough-mode-linux.md
- name: Oracle database performance on Azure NetApp Files single volumes
href: performance-oracle-single-volumes.md
- name: Oracle database performance on Azure NetApp Files multiple volumes
href: performance-oracle-multiple-volumes.md
- name: Azure NetApp Files datastore performance benchmarks for AVS
href: performance-benchmarks-azure-vmware-solution.md
- name: Application volume groups
items:
- name: Understand application volume groups
href: application-volume-group-concept.md
- name: Application volume groups for SAP HANA
items:
- name: Understand application volume group for SAP HANA
href: application-volume-group-introduction.md
- name: Requirements and considerations for application volume group for SAP HANA
href: application-volume-group-considerations.md
- name: Application volume groups for Oracle
items:
- name: Understand application volume group for Oracle
href: application-volume-group-oracle-introduction.md
- name: Requirements and considerations for application volume group for Oracle
href: application-volume-group-oracle-considerations.md
- name: Hybrid data mobility and protection
items:
- name: Reliability in Azure NetApp Files
href: /azure/reliability/reliability-netapp-files?toc=azure/azure-netapp-files/toc.json&bc=/azure/azure-netapp-files/breadcrumb/toc.json
- name: Understand data protection and disaster recovery options
href: data-protection-disaster-recovery-options.md
- name: Understand snapshot-based data protection
items:
- name: Understand Azure NetApp Files snapshot-based data protection
href: snapshots-introduction.md
- name: Understand Azure Application Consistent Snapshot (AzAcSnap) tool
items:
- name: What is AzAcSnap?
items:
- name: Introduction to AzAcSnap
href: azacsnap-introduction.md
- name: Release Notes for AzAcSnap
href: azacsnap-release-notes.md
- name: Get started with AzAcSnap
items:
- name: Overall workflow
href: azacsnap-get-started.md
- name: Install AzAcSnap
href: azacsnap-installation.md
- name: Configure Database
items:
- name: All databases
href: azacsnap-configure-database.md
- name: SAP HANA
href: azacsnap-configure-database.md?tabs=sap-hana
- name: Oracle Database
href: azacsnap-configure-database.md?tabs=oracle
- name: IBM Db2
href: azacsnap-configure-database.md?tabs=db2
- name: Microsoft SQL Server
href: azacsnap-configure-database.md?tabs=mssql
- name: Configure Storage
items:
- name: All storage
href: azacsnap-configure-storage.md
- name: Azure NetApp Files
href: azacsnap-configure-storage.md?tabs=azure-netapp-files
- name: Azure Large Instance
href: azacsnap-configure-storage.md?tabs=azure-large-instance
- name: Azure Managed Disk (PREVIEW)
href: azacsnap-preview.md?tabs=mssql#azure-managed-disks
- name: Configure AzAcSnap
href: azacsnap-cmd-ref-configure.md
- name: Test configuration of AzAcSnap
href: azacsnap-cmd-ref-test.md
- name: Back up your database with AzAcSnap
href: azacsnap-cmd-ref-backup.md
- name: Disaster recovery using AzAcSnap
href: azacsnap-disaster-recovery.md
- name: Tips for using AzAcSnap
href: azacsnap-tips.md
- name: Troubleshoot AzAcSnap
href: azacsnap-troubleshoot.md
- name: Preview release features of AzAcSnap
href: azacsnap-preview.md
- name: Understand backup
items:
- name: Understand Azure NetApp Files backup
href: backup-introduction.md
- name: Requirements and considerations for Azure NetApp Files backup
href: backup-requirements-considerations.md
- name: Understand replication
items:
- name: Understand Azure NetApp Files replication
href: replication.md
- name: Requirements and considerations for Azure NetApp Files replication
href: replication-requirements.md
- name: Understand caching
items:
- name: Understand Azure NetApp Files cache volumes
href: cache-volumes.md
- name: Requirements and considerations for Azure NetApp Files cache volumes
href: cache-requirements.md
- name: Understand resizing guidelines for Azure NetApp Files cache volumes
href: cache-volumes-resize-guidelines.md
- name: Understand ransomware protection
items:
- name: Understand Azure NetApp Files advanced ransomware protection
href: advanced-ransomware-protection.md
- name: Requirements and considerations for Azure NetApp Files advanced ransomware protection
href: ransomware-protection-requirements.md
- name: Solutions and benefits
items:
- name: Solution architectures using Azure NetApp Files
href: azure-netapp-files-solution-architectures.md
- name: Benefits of using Azure NetApp Files
items:
- name: Benefits of using Azure NetApp Files with Oracle Database
href: solutions-benefits-azure-netapp-files-oracle-database.md
- name: Benefits of using Azure NetApp Files for Electronic Design Automation (EDA)
href: solutions-benefits-azure-netapp-files-electronic-design-automation.md
- name: Benefits of using Azure NetApp Files with Azure Virtual Desktop
href: solutions-windows-virtual-desktop.md
- name: Benefits of using Azure NetApp Files for SQL Server deployment
href: solutions-benefits-azure-netapp-files-sql-server.md
- name: Security
items:
- name: Understand Azure NetApp Files security
items:
- name: Understand data plane security
href: data-plane-security.md
- name: Understand control plane security
href: control-plane-security.md
- name: Security baseline
href: /security/benchmark/azure/baselines/azure-netapp-files-security-baseline?toc=/azure/azure-netapp-files/TOC.json
- name: How-to guides
items:
- name: Register and set up
items:
- name: Register for NetApp Resource Provider
href: azure-netapp-files-register.md
- name: Create a NetApp account
href: azure-netapp-files-create-netapp-account.md
- name: Delegate a subnet to Azure NetApp Files
href: azure-netapp-files-delegate-subnet.md
- name: Request region access
href: request-region-access.md
- name: Manage Elastic service level
items:
- name: Create a NetApp Elastic account
href: elastic-account.md
- name: Manage Active Directory
items:
- name: Create an Active Directory connection
href: elastic-active-directory.md
- name: Manage capacity pools
items:
- name: Create an Elastic capacity pool
href: elastic-capacity-pool-task.md
- name: Change zones for Elastic capacity pools
href: elastic-change-zones.md
- name: Manage volumes
items:
- name: Create an NFS volume
href: elastic-volume.md
- name: Create an SMB volume
href: elastic-volume-server-message-block.md
- name: Manage volume encryption
items:
- name: Configure customer-managed keys
href: elastic-customer-managed-keys.md
- name: Manage Flexible, Standard, Premium, and Ultra service levels
items:
- name: Manage Active Directory
items:
- name: Create and manage Active Directory connections
href: create-active-directory-connections.md
- name: Modify Active Directory connections
href: modify-active-directory-connections.md
- name: Configure AD DS LDAP authentication for NFS volumes
href: configure-ldap-over-tls.md
- name: Join a Linux VM to an Active Directory Domain
href: join-active-directory-domain.md
- name: Manage capacity pools
items:
- name: Set up a capacity pool
href: azure-netapp-files-set-up-capacity-pool.md
- name: Manage a manual QoS capacity pool
href: manage-manual-qos-capacity-pool.md
- name: Manage billing by using tags
href: manage-billing-tags.md
- name: Manage volumes
items:
- name: Manage availability zone volume placement
href: manage-availability-zone-volume-placement.md
- name: Manage NFS volumes
items:
- name: Create an NFS volume
href: azure-netapp-files-create-volumes.md
- name: Configure NFSv4.1 ID domain
href: azure-netapp-files-configure-nfsv41-domain.md
- name: Configure NFSv4.1 Kerberos encryption
href: configure-kerberos-encryption.md
- name: Configure AD DS LDAP with extended groups for NFS
href: configure-ldap-extended-groups.md
- name: Configure an NFS client for Azure NetApp Files
href: configure-nfs-clients.md
- name: Convert an NFS volume between NFSv3 and NFSv4.1
href: convert-nfsv3-nfsv41.md
- name: Disable showmount
href: disable-showmount.md
- name: Manage SMB volumes
items:
- name: Create an SMB volume
href: azure-netapp-files-create-volumes-smb.md
- name: Enable Continuous Availability on existing SMB volumes
href: enable-continuous-availability-existing-SMB.md
- name: Use DFS-N and DFS Root Consolidation with Azure NetApp Files
href: use-dfs-n-and-dfs-root-consolidation-with-azure-netapp-files.md
- name: Manage dual-protocol volumes
items:
- name: Create a dual-protocol volume
href: create-volumes-dual-protocol.md
- name: Manage object REST API
items:
- name: Configure object REST API
href: object-rest-api-access-configure.md
- name: Connect to Azure Databricks
href: object-rest-api-databricks.md
- name: Connect to OneLake
href: object-rest-api-onelake.md
- name: Access volumes with an S3-compatible client
href: object-rest-api-browser.md
- name: Migrate volumes to Azure NetApp Files
href: migrate-volumes.md
- name: Manage volume access and encryption
items:
- name: Configure export policy for NFS or dual protocol
href: azure-netapp-files-configure-export-policy.md
- name: Configure Unix permissions and change ownership mode
href: configure-unix-permissions-change-ownership-mode.md
- name: Configure access control lists for NFSv4.1
href: configure-access-control-lists.md
- name: Manage SMB share ACLs in Azure NetApp Files
href: manage-smb-share-access-control-lists.md
- name: Configure network features for a volume
href: configure-network-features.md
- name: Configure customer-managed keys
href: configure-customer-managed-keys.md
- name: Configure customer-managed keys with managed HSM
href: configure-customer-managed-keys-hardware.md
- name: Configure cross-tenant customer-managed keys
href: customer-managed-keys-cross-tenant.md
- name: Configure Virtual WAN
href: configure-virtual-wan.md
- name: Mount volumes
items:
- name: Mount an NFS volume for Windows or Linux VMs
href: azure-netapp-files-mount-unmount-volumes-for-virtual-machines.md
- name: Mount an SMB volume for Windows VMs
href: mount-volumes-vms-smb.md
- name: Manage volume capacity and performance
items:
- name: Monitor the capacity of a volume
href: monitor-volume-capacity.md
- name: Resize a capacity pool or a volume
href: azure-netapp-files-resize-capacity-pools-or-volumes.md
- name: Dynamically change the service level of a volume
href: dynamic-change-volume-service-level.md
- name: Manage default and individual user and group quotas for a volume
href: manage-default-individual-user-group-quotas.md
- name: Generate user and group quota reports
href: generate-user-group-quota-reports.md
- name: Manage storage with cool access
href: manage-cool-access.md
- name: Manage file access logs
href: manage-file-access-logs.md
- name: Update Terraform-managed volume
href: terraform-manage-volume.md
- name: Manage application volume groups
items:
- name: Manage application volume groups for SAP HANA
items:
- name: Deploy the first SAP HANA host
href: application-volume-group-deploy-first-host.md
- name: Add hosts to a multiple-host SAP HANA system
href: application-volume-group-add-hosts.md
- name: Add volumes for an SAP HANA system as a secondary database in HSR
href: application-volume-group-add-volume-secondary.md
- name: Add volumes for an SAP HANA system as a DR system
href: application-volume-group-disaster-recovery.md
- name: Manage volumes in an application volume group for SAP HANA
href: application-volume-group-manage-volumes.md
- name: Configure application volume groups for SAP HANA using REST API
href: configure-application-volume-group-sap-hana-api.md
- name: Manage application volume groups for Oracle
items:
- name: Deploy application volume group for Oracle
href: application-volume-group-oracle-deploy-volumes.md
- name: Manage volumes in an application volume group for Oracle
href: application-volume-group-manage-volumes-oracle.md
- name: Configure application volume group for Oracle using REST API
href: configure-application-volume-oracle-api.md
- name: Deploy application volume group for Oracle using Azure Resource Manager
href: configure-application-volume-oracle-azure-resource-manager.md
- name: Delete an application volume group
href: application-volume-group-delete.md
- name: Manage hybrid data mobility and protection
items:
- name: Manage snapshot-based protection
items:
- name: Create an on-demand snapshot
href: azure-netapp-files-manage-snapshots.md
- name: Manage snapshot policies
href: snapshots-manage-policy.md
- name: Restore a snapshot to a new volume
href: snapshots-restore-new-volume.md
- name: Restore individual files using single-file snapshot restore
href: snapshots-restore-file-single.md
- name: Restore a file from a snapshot using a client
href: snapshots-restore-file-client.md
- name: Restore a volume using snapshot revert
href: snapshots-revert-volume.md
- name: Delete snapshots
href: snapshots-delete.md
- name: Manage cloning
items:
- name: Create a short-term clone
href: create-short-term-clone.md
- name: Manage backup
items:
- name: Manage a backup vault
href: backup-vault-manage.md
- name: Manage backup policies
href: backup-manage-policies.md
- name: Configure backups
items:
- name: Configure policy-based backups
href: backup-configure-policy-based.md
- name: Configure manual backups
href: backup-configure-manual.md
- name: Search backups
href: backup-search.md
- name: Restore a backup to a new volume
href: backup-restore-new-volume.md
- name: Restore individual files from a backup
href: restore-single-file-backup.md
- name: Delete backups
href: backup-delete.md
- name: Manage replication
items:
- name: Create cross-region replication
href: cross-region-replication-create-peering.md
- name: Create cross-zone replication
href: create-cross-zone-replication.md
- name: Create cross-zone-region replication
href: cross-zone-region-replication-configure.md
- name: Display health and monitor status of replication relationship
href: cross-region-replication-display-health-status.md
- name: Manage disaster recovery
href: cross-region-replication-manage-disaster-recovery.md
- name: Delete volume replications or volumes
href: cross-region-replication-delete.md
- name: Re-establish volume replication relationships
href: reestablish-deleted-volume-relationships.md
- name: Test disaster recovery with cross-region replication
href: test-disaster-recovery.md
- name: Enable cross-subscription replication
href: enable-cross-subscription-replication.md
- name: Manage caching
items:
- name: Manage cache volumes
href: configure-cache-volumes.md
- name: Manage ransomware protection
items:
- name: Manage advanced ransomware protection
href: ransomware-configure.md
- name: Manage volume relocation
items:
- name: Relocate volume to another region
href: ../azure-resource-manager/management/relocation/relocation-netapp.md?toc=/azure/azure-netapp-files/toc.json
- name: Develop
items:
- name: REST API
href: azure-netapp-files-develop-with-rest-api.md
- name: REST API using PowerShell
href: develop-rest-api-powershell.md
- name: SDKs, CLI tools, and ARM templates
href: azure-netapp-files-sdk-cli.md
- name: Troubleshoot
items:
- name: Troubleshoot using diagnose and solve problems tool
href: troubleshoot-diagnose-solve-problems.md
- name: Troubleshoot capacity pool errors
href: troubleshoot-capacity-pools.md
- name: Troubleshoot volume errors
href: troubleshoot-volumes.md
- name: Troubleshoot application volume group errors
href: troubleshoot-application-volume-groups.md
- name: Troubleshoot snapshot policy errors
href: troubleshoot-snapshot-policies.md
- name: Troubleshoot cross-region replication errors
href: troubleshoot-cross-region-replication.md
- name: Troubleshoot customer-managed keys
href: troubleshoot-customer-managed-keys.md
- name: Troubleshoot Resource Provider errors
href: azure-netapp-files-troubleshoot-resource-provider-errors.md
- name: Troubleshoot user access on LDAP volumes
href: troubleshoot-user-access-ldap.md
- name: Troubleshoot file locks
href: troubleshoot-file-locks.md
- name: FAQs
items:
- name: Networking FAQs
href: faq-networking.md
- name: Capacity management FAQs
href: faq-capacity-management.md
- name: NFS FAQs
href: faq-nfs.md
- name: SMB FAQs
href: faq-smb.md
- name: Performance FAQs
href: faq-performance.md
- name: Application resilience FAQs
href: faq-application-resilience.md
- name: Data migration and protection FAQs
href: faq-data-migration-protection.md
- name: Application volume group FAQs
href: faq-application-volume-group.md
- name: Azure NetApp Files backup FAQs
href: faq-backup.md
- name: Security FAQs
href: faq-security.md
- name: Integration FAQs
href: faq-integration.md
- name: Reference
items:
- name: REST
href: /rest/api/netapp/
- name: Resource Manager template
href: /azure/templates/microsoft.netapp/allversions
- name: Azure CLI
href: /cli/azure/netappfiles
- name: Manage preview features with Terraform Cloud and AzAPI Provider
href: https://techcommunity.microsoft.com/t5/azure-architecture-blog/managing-azure-netapp-files-preview-features-with-terraform/ba-p/3657714
- name: Automated NFS volume failover using automounter
href: https://techcommunity.microsoft.com/t5/azure-architecture-blog/automated-nfs-volume-failover-using-automounter-with-azure/ba-p/3849750
- name: AzAcSnap command reference
items:
- name: -c configure
href: azacsnap-cmd-ref-configure.md
- name: -c test
href: azacsnap-cmd-ref-test.md
- name: -c backup
href: azacsnap-cmd-ref-backup.md
- name: -c details
href: azacsnap-cmd-ref-details.md
- name: -c delete
href: azacsnap-cmd-ref-delete.md
- name: -c restore
href: azacsnap-cmd-ref-restore.md
- name: --runbefore or --runafter
href: azacsnap-cmd-ref-runbefore-runafter.md
- name: Resources
items:
- name: Azure NetApp Files tools
href: tools-reference.md
- name: Pricing
href: https://azure.microsoft.com/pricing/details/netapp/
- name: Regional availability
href: https://azure.microsoft.com/explore/global-infrastructure/products-by-region/?products=netapp&rar=true®ions=all
- name: Feature availability
href: https://azure.github.io/azure-netapp-files/map/
- name: SLA
href: https://azure.microsoft.com/support/legal/sla/netapp/
- name: Videos
href: azure-netapp-files-videos.md
- name: Select an Azure data store for your application
href: /azure/architecture/guide/technology-choices/data-store-decision-tree
- name: Compare access with NFS to Azure Blob Storage, Azure Files, and Azure NetApp Files
href: ../storage/common/nfs-comparison.md?toc=%2fazure%2fazure-netapp-files%2ftoc.json
- name: Azure Files and Azure NetApp Files comparison
href: ../storage/files/storage-files-netapp-comparison.md
- name: Azure NetApp Files on Microsoft Q&A
href: /answers/topics/25532/azure-netapp-files