Azure Private DNS
Configuration
This provider is for the Azure Private DNS Service. This provider can only manage Azure Private DNS zones and will not manage public Azure DNS zones. To use this provider, add an entry to creds.json
with TYPE
set to AZURE_PRIVATE_DNS
along with the API credentials.
Example:
You can also use environment variables:
Metadata
This provider does not recognize any special metadata fields unique to Azure Private DNS.
Usage
An example configuration:
Activation
DNSControl depends on a standard Client credentials Authentication with permission to list, create and update private 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 manually via the control panel.
Caveats
The ResourceGroup is case sensitive.
Last updated