Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grammar fixes to index.html.markdown #807

Merged
merged 1 commit into from
Feb 8, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions website/docs/index.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: |-

# Azure Provider

The Azure Provider is used to interact with the many resources supported by Azure Resource Manager (AzureRM) through it's API's.
The Azure Provider is used to interact with the many resources supported by Azure Resource Manager (AzureRM) through its APIs.

~> **Note:** This supercedes the [legacy Azure provider](/docs/providers/azure/index.html), which interacts with Azure using the Service Management API.

Expand Down Expand Up @@ -83,12 +83,12 @@ The following arguments are supported:
* `skip_credentials_validation` - (Optional) Prevents the provider from validating
the given credentials. When set to `true`, `skip_provider_registration` is assumed.
It can also be sourced from the `ARM_SKIP_CREDENTIALS_VALIDATION` environment
variable, defaults to `false`.
variable; defaults to `false`.

* `skip_provider_registration` - (Optional) Prevents the provider from registering
the ARM provider namespaces, this can be used if you don't wish to give the Active
Directory Application permission to register resource providers. It can also be
sourced from the `ARM_SKIP_PROVIDER_REGISTRATION` environment variable, defaults
sourced from the `ARM_SKIP_PROVIDER_REGISTRATION` environment variable; defaults
to `false`.

## Testing
Expand Down