-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathclient_configuration.toml
33 lines (30 loc) · 1.12 KB
/
client_configuration.toml
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
26
27
28
29
30
31
32
33
[Authentication]
subscription_id="REPLACE_WITH_AZURE_SUBSCRIPTION_ID"
resource_group="EXT-EDAV-CFA-PRD"
user_assigned_identity="REPLACE_WITH_USER_ASSIGNED_ID"
tenant_id="REPLACE_WITH_TENANT_ID"
batch_application_id="REPLACE_WITH_BATCH_APP_ID"
batch_object_id="REPLACE_WITH_BATCH_OBJECT_ID"
sp_application_id="REPLACE_WITH_SERVICE_PRINCIPAL_APP_ID"
vault_url="REPLACE_WITH_AZURE_VAULT_URL"
vault_sp_secret_id="REPLACE_WITH_SECRET_ID"
subnet_id="REPLACE_WITH_AZURE_SUBNET_ID"
[Batch]
batch_account_name="cfaprdba"
batch_service_url="REPLACE_WITH_BATCH_SERVICE_URL"
pool_vm_size="STANDARD_A2_V2"
pool_name="my_test_pool"
scaling_mode="fixed"
[Storage]
storage_account_name="cfaazurebatchprd"
storage_account_url="https://cfaazurebatchprd.blob.core.windows.net"
[Container]
container_registry_username="cfaprdbatchcr"
container_registry_url="https:/cfaprdbatchcr.azurecr.io/"
container_registry_password="****"
container_image_name="simple_test_app:latest"
input_container_name="cfazureinput2"
output_container_name="cfazureoutput2"
registry_name="cfaprdbatchcr"
repository_name="simple_test_app"
tag_name="latest"