Zones
Creates or updates a DNS zone. Does not modify DNS records within the zone.
put/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/dnsZones/{zoneName}
Path parameters
resourceGroupNamestring required
The name of the resource group.
zoneNamestring required
The name of the DNS zone (without a terminating dot).
subscriptionIdstring required
Specifies the Azure subscription ID, which uniquely identifies the Microsoft Azure subscription.
Query parameters
api-versionstring required
Specifies the API version.
Headers
If-Matchstring
The etag of the DNS zone. Omit this value to always overwrite the current zone. Specify the last-seen etag value to prevent accidentally overwriting any concurrent changes.
If-None-Matchstring
Set to '*' to allow a new DNS zone to be created, but to prevent updating an existing zone. Other values will be ignored.
Request body
Response
The DNS zone has been updated.