diff --git a/website/source/docs/providers/azure/index.html.markdown b/website/source/docs/providers/azure/index.html.markdown index 0c8c09f28..d7e6dcda4 100644 --- a/website/source/docs/providers/azure/index.html.markdown +++ b/website/source/docs/providers/azure/index.html.markdown @@ -20,7 +20,7 @@ Use the navigation to the left to read about the available resources. ``` # Configure the Azure Provider provider "azure" { - settings_file = "${file("credentials.publishsettings")}" + publish_settings = "${file("credentials.publishsettings")}" } # Create a web server diff --git a/website/source/docs/providers/azure/r/dns_server.html.markdown b/website/source/docs/providers/azure/r/dns_server.html.markdown index d9f3567c2..aeb00d10e 100644 --- a/website/source/docs/providers/azure/r/dns_server.html.markdown +++ b/website/source/docs/providers/azure/r/dns_server.html.markdown @@ -17,7 +17,6 @@ resource "azure_dns_server" "google-dns" { name = "google" dns_address = "8.8.8.8" } -` ``` ## Argument Reference