Update java-sdk-azure-authenticate.md

This commit is contained in:
Den Delimarsky 2018-05-10 12:33:56 -07:00 коммит произвёл GitHub
Родитель f590ebd8c6
Коммит 90d4f12e81
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -87,7 +87,7 @@ Azure azure = Azure
The `client`, `tenant` and `key` are the same service principal values used with [file-based authentication](#mgmt-file). The `AzureEnvironment.AZURE` value creates credentials against the Azure public cloud. Change this to a different value if you need to access another cloud (for example, `AzureEnvironment.AZURE_GERMANY`).
Read the service principal values from environment variables or a secret management store like [Key Vault](/azure/key-vault/key-vault-whatis.md). Avoid setting these values as cleartext strings in your code to prevent accidentally exposing credentials in your version control history.
Read the service principal values from environment variables or a secret management store like [Key Vault](/azure/key-vault/key-vault-whatis). Avoid setting these values as cleartext strings in your code to prevent accidentally exposing credentials in your version control history.
<a name="mgmt-file"></a>