-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
25 lines (22 loc) · 953 Bytes
/
.env.example
File metadata and controls
25 lines (22 loc) · 953 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# .azclienv example file
# Copy this file as .azclienv to your project root and use it with Azure CLI
#
# How to use this file with runx:
# 1. Place this file as .azclienv in your project root.
# 2. Register Azure CLI with runx:
# runx add az --envfile=.azclienv
# 3. Run Azure CLI commands as usual (runx will apply .azclienv automatically):
# az account show
# 4. If proxies are not active in your current shell, restart the shell.
#
# Manual mode (if needed):
# runx exec --envfile=.azclienv -- az account show
#
# Notes:
# - Values in this file are loaded only for commands executed via the runx proxy.
# - Keep secrets out of git. Commit only .azclienv.example, not your real .azclienv.
# Azure CLI configuration directory (default: ~/.azure)
AZURE_CONFIG_DIR=~/.azure_dev
AZURE_CORE_ENABLE_BROKER_ON_WINDOWS=false
# For additional Azure CLI environment variables, see:
# https://docs.microsoft.com/cli/azure/azure-cli-configuration