diff --git a/builder/azure/common/client/config.go b/builder/azure/common/client/config.go index 617bb3215..5eb1d8a38 100644 --- a/builder/azure/common/client/config.go +++ b/builder/azure/common/client/config.go @@ -16,7 +16,7 @@ import ( // Config allows for various ways to authenticate Azure clients. // When `client_id` and `subscription_id` are specified, Packer will use the -// specified Azure Active Directoty (AAD) Service Principal (SP). +// specified Azure Active Directory (AAD) Service Principal (SP). // If only `subscription_id` is specified, Packer will try to interactively // log on the current user (tokens will be cached). // If none of these options are specified, Packer will attempt to use the diff --git a/website/pages/partials/builder/azure/common/client/Config.mdx b/website/pages/partials/builder/azure/common/client/Config.mdx index 086f9ceb1..2fac214bb 100644 --- a/website/pages/partials/builder/azure/common/client/Config.mdx +++ b/website/pages/partials/builder/azure/common/client/Config.mdx @@ -1,7 +1,7 @@ Config allows for various ways to authenticate Azure clients. When `client_id` and `subscription_id` are specified, Packer will use the -specified Azure Active Directoty (AAD) Service Principal (SP). +specified Azure Active Directory (AAD) Service Principal (SP). If only `subscription_id` is specified, Packer will try to interactively log on the current user (tokens will be cached). If none of these options are specified, Packer will attempt to use the