Microsoft.NetApp netAppAccounts 2020-03-01
01/14/2021
2 minutes to read
In this article
To create a Microsoft.NetApp/netAppAccounts resource, add the following JSON to the resources section of your template.
{
"name": "string",
"type": "Microsoft.NetApp/netAppAccounts",
"apiVersion": "2020-03-01",
"location": "string",
"tags": {},
"properties": {
"activeDirectories": [
{
"activeDirectoryId": "string",
"username": "string",
"password": "string",
"domain": "string",
"dns": "string",
"status": "string",
"smbServerName": "string",
"organizationalUnit": "string",
"site": "string",
"backupOperators": [
"string"
]
}
]
},
"resources": []
}
Property values
The following tables describe the values you need to set in the schema.
Microsoft.NetApp/netAppAccounts object
Name
Type
Required
Value
name
string
Yes
The name of the NetApp account
type
enum
Yes
Microsoft.NetApp/netAppAccounts
apiVersion
enum
Yes
2020-03-01
location
string
Yes
Resource location
tags
object
No
Resource tags
properties
object
Yes
NetApp Account properties - AccountProperties object
resources
array
No
capacityPools
AccountProperties object
ActiveDirectory object
Name
Type
Required
Value
activeDirectoryId
string
No
Id of the Active Directory
username
string
No
Username of Active Directory domain administrator
password
string
No
Plain text password of Active Directory domain administrator
domain
string
No
Name of the Active Directory domain
dns
string
No
Comma separated list of DNS server IP addresses (IPv4 only) for the Active Directory domain
status
string
No
Status of the Active Directory
smbServerName
string
No
NetBIOS name of the SMB server. This name will be registered as a computer account in the AD and used to mount volumes
organizationalUnit
string
No
The Organizational Unit (OU) within the Windows Active Directory
site
string
No
The Active Directory site the service will limit Domain Controller discovery to
backupOperators
array
No
Users to be added to the Built-in Backup Operator active directory group. A list of unique usernames without domain specifier - string
Quickstart templates
The following quickstart templates deploy this resource type.
Template
Description
Create new ANF resource with NFSV3/NFSv4.1 volume
This template allows you to create a new Azure NetApp Files resource with a single Capacity pool and single volume configured with NFSV3 or NFSv4.1 protocol. They are all deployed together with Azure Virtual Network and Delegated subnet that are required for any volume to be created
Create new ANF resource with SMB volume
This template allows you to create a new Azure NetApp Files resource with a single Capacity pool and single volume configured with SMB protocol.