Azure DNS
Configuration
To use this provider, add an entry to creds.json
with TYPE
set to AZURE_DNS
along with the API credentials.
Example:
creds.json
You can also use environment variables:
creds.json
NOTE: The ResourceGroup is case sensitive.
Metadata
This provider does not recognize any special metadata fields unique to Azure DNS.
Usage
An example configuration:
dnsconfig.js
Activation
DNSControl depends on a standard Client credentials Authentication with permission to list, create and update hosted zones.
New domains
If a domain does not exist in your Azure account, DNSControl will not automatically add it with the push
command. You can do that either manually via the control panel, or via the command dnscontrol create-domains
command.
Caveats
The ResourceGroup is case sensitive.
Last updated