diff --git a/website/azuread.erb b/website/azuread.erb
index b5b16ac0c7..3624807520 100644
--- a/website/azuread.erb
+++ b/website/azuread.erb
@@ -7,6 +7,21 @@
All Providers
+
+ Azure Providers
+
+
+
>
Authentication
diff --git a/website/docs/index.html.markdown b/website/docs/index.html.markdown
index fbd5f42ad2..26ce696a26 100644
--- a/website/docs/index.html.markdown
+++ b/website/docs/index.html.markdown
@@ -30,7 +30,9 @@ We recommend using either a Service Principal or Managed Service Identity when r
```hcl
# Configure the Microsoft Azure Active Directory Provider
-provider "azuread" {}
+provider "azuread" {
+ version = "=0.1.0"
+}
# Create an application
resource "azuread_application" "example" {
@@ -43,8 +45,6 @@ resource "azuread_service_principal" "example" {
}
```
-## Argument Reference
-
## Features and Bug Requests
The Azure Active Directory provider's bugs and feature requests can be found in the [GitHub repo issues](https://github.com/terraform-providers/terraform-provider-azuread/issues).