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

Translate Python Guidelines: Implementation into Korean #21

Closed
wants to merge 7 commits into from
Closed
Show file tree
Hide file tree
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
38 changes: 19 additions & 19 deletions _includes/tables/environment_variables.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
| Environment Variable | Purpose |
|-------------------------------|--------------------------------------------------------------------------------------------|
| **Proxy Settings** | |
| HTTP_PROXY | Proxy for HTTP connections |
| HTTPS_PROXY | Proxy for HTTPS connections |
| NO_PROXY | Hosts which must not use a proxy |
| ALL_PROXY | Proxy for HTTP and/or HTTPS connections in case HTTP_PROXY and/or HTTPS_PROXY are not defined |
| HTTP_PROXY | HTTP 연결에 대한 프록시 |
| HTTPS_PROXY | HTTPS 연결에 대한 프록시 |
| NO_PROXY | 프록시를 사용해서는 안되는 호스트 |
| ALL_PROXY | HTTP_PROXY 및/또는 HTTPS_PROXY 정의되지 않은 경우 HTTP 및/또는 HTTPS 연결에 대한 프록시 |
kypark7 marked this conversation as resolved.
Show resolved Hide resolved
| **Identity** | |
| MSI_ENDPOINT | Azure AD MSI Credentials |
| MSI_SECRET | Azure AD MSI Credentials |
| AZURE_USERNAME | Azure username for U/P Auth |
| AZURE_PASSWORD | Azure password for U/P Auth |
| AZURE_CLIENT_CERTIFICATE_PATH | Azure Active Directory |
| AZURE_CLIENT_ID | Azure Active Directory |
| AZURE_CLIENT_SECRET | Azure Active Directory |
| AZURE_TENANT_ID | Azure Active Directory |
| AZURE_AUTHORITY_HOST | Azure Active Directory |
| MSI_ENDPOINT | Azure AD MSI 자격 증명 |
| MSI_SECRET | Azure AD MSI 자격 증명 |
| AZURE_USERNAME | U/P Auth용 Azure 사용자 이름 |
| AZURE_PASSWORD | U/P Auth용 Azure 암호 |
| AZURE_CLIENT_CERTIFICATE_PATH | Azure 활성 디렉터리 |
| AZURE_CLIENT_ID | Azure 활성 디렉터리 |
| AZURE_CLIENT_SECRET | Azure 활성 디렉터리 |
| AZURE_TENANT_ID | Azure 활성 디렉터리 |
| AZURE_AUTHORITY_HOST | Azure 활성 디렉터리 |
| **Pipeline Configuration** | |
| AZURE_TELEMETRY_DISABLED | Disables telemetry |
| AZURE_LOG_LEVEL | Enable logging by setting a log level. |
| AZURE_TRACING_DISABLED | Disables tracing |
| AZURE_TELEMETRY_DISABLED | 원격 분석 비활성화 |
| AZURE_LOG_LEVEL | 로그 레벨 설정하여 로깅 사용하도록 설정 |
| AZURE_TRACING_DISABLED | 추적 비활성화 |
| **General SDK Configuration** | |
| AZURE_CLOUD | Name of the sovereign cloud |
| AZURE_SUBSCRIPTION_ID | Azure subscription |
| AZURE_RESOURCE_GROUP | Azure Resource Group |
| AZURE_CLOUD | 소버린 클라우드의 이름 |
| AZURE_SUBSCRIPTION_ID | Azure 구독 |
| AZURE_RESOURCE_GROUP | Azure 리소스 그룹 |
Loading