Skip to content

Commit

Permalink
fix: make azure dns resource group optional (#839)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimonemms authored Dec 2, 2024
1 parent fe2b907 commit 724ac1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/azure/partials/common/_dns-resource-group.mdx
Original file line number Diff line number Diff line change
@@ -1 +1 @@
The `dns-azure-resource-group` is only required if using Azure as your DNS provider. This is the name of the resource group where the [DNS Zone](https://learn.microsoft.com/en-us/azure/dns/dns-zones-records) resource is provisioned.
The `dns-azure-resource-group` flag is only used if Azure is your DNS provider. This is the name of the resource group where the [DNS Zone](https://learn.microsoft.com/en-us/azure/dns/dns-zones-records) resource is provisioned. This flag is not required, but may be useful if you have multiple DNS Zones with the same URL configured. If the resource group is not provided, the first DNS Zone that matches the given URL in your subscription will be used.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
The `dns-azure-resource-group` is only required if using Azure as your DNS provider. This is the name of the resource group where the [DNS Zone](https://learn.microsoft.com/en-us/azure/dns/dns-zones-records) resource is provisioned.
The `dns-azure-resource-group` flag is only used if Azure is your DNS provider. This is the name of the resource group where the [DNS Zone](https://learn.microsoft.com/en-us/azure/dns/dns-zones-records) resource is provisioned. This flag is not required, but may be useful if you have multiple DNS Zones with the same URL configured. If the resource group is not provided, the first DNS Zone that matches the given URL in your subscription will be used.

0 comments on commit 724ac1d

Please sign in to comment.