Skip to content

Commit cd885c5

Browse files
committed
Inital put
1 parent b04f53b commit cd885c5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

articles/azure-netapp-files/azure-netapp-files-quickstart-set-up-account-create-volumes.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ None.
6565
6666
Use the Azure portal, PowerShell, or the Azure CLI to [register for NetApp Resource Provider](azure-netapp-files-register.md).
6767
68+
# [Terraform](#tab/terraform)
69+
70+
None.
71+
72+
Use the Azure portal, PowerShell, or the Azure CLI to [register for NetApp Resource Provider](azure-netapp-files-register.md).
73+
6874
---
6975
7076
## Create a NetApp account
@@ -158,6 +164,14 @@ The following code snippet shows how to create a NetApp account in an Azure Reso
158164
159165
<!-- Block begins with "type": "Microsoft.NetApp/netAppAccounts", -->
160166
167+
# [Terraform](#tab/terraform)
168+
169+
[!INCLUDE [Terraform abstract](~/azure-dev-docs-pr/articles/terraform/includes/abstract.md)]
170+
171+
The following code snippet shows how to create a NetApp account using 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).
172+
173+
:::code language="Terraform" "~/terraform_samples/quickstart/101-azure-netapp-files/main.tf" range="47-52":::
174+
161175
---
162176
163177
## Create a capacity pool

0 commit comments

Comments
 (0)