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
Use the Azure portal, Azure PowerShell, or the Azure CLI to [register for NetApp Resource Provider](azure-netapp-files-register.md).
73
+
68
74
---
69
75
70
76
## Create a NetApp account
@@ -158,6 +164,12 @@ The following code snippet shows how to create a NetApp account in an Azure Reso
158
164
159
165
<!-- Block begins with "type": "Microsoft.NetApp/netAppAccounts", -->
160
166
167
+
# [Terraform](#tab/terraform)
168
+
169
+
The following code snippet shows how to create a NetApp account using [Terraform](/azure/developer/terraform). The sample code for this article is located in the [Azure Terraform GitHub repo](https://github.com/Azure/terraform/tree/master/quickstart/101-azure-netapp-files). You can view the log file containing the [test results from current and previous versions of Terraform](https://github.com/Azure/terraform/tree/master/quickstart/101-azure-netapp-files/TestRecord.md).
@@ -232,6 +244,12 @@ The following code snippet shows how to create a capacity pool in an Azure Resou
232
244
233
245
<!-- LN 185, block begins with "type": "Microsoft.NetApp/netAppAccounts/capacityPools", -->
234
246
247
+
# [Terraform](#tab/terraform)
248
+
249
+
The following code snippet shows how to create a NetApp capacity pool using [Terraform](/azure/developer/terraform). The sample code for this article is located in the [Azure Terraform GitHub repo](https://github.com/Azure/terraform/tree/master/quickstart/101-azure-netapp-files). You can view the log file containing the [test results from current and previous versions of Terraform](https://github.com/Azure/terraform/tree/master/quickstart/101-azure-netapp-files/TestRecord.md).
@@ -383,6 +401,17 @@ The following code snippets show how to set up a VNet and create an Azure NetApp
383
401
384
402
<!-- Block begins with "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", -->
385
403
404
+
# [Terraform](#tab/terraform)
405
+
406
+
The following code snippets show how to set up a VNet and create an Azure NetApp Files volume using [Terraform](/azure/developer/terraform). The sample code for this article is located in the [Azure Terraform GitHub repo](https://github.com/Azure/terraform/tree/master/quickstart/101-azure-netapp-files). You can view the log file containing the [test results from current and previous versions of Terraform](https://github.com/Azure/terraform/tree/master/quickstart/101-azure-netapp-files/TestRecord.md).
0 commit comments