-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.sh
More file actions
26 lines (20 loc) · 790 Bytes
/
env.sh
File metadata and controls
26 lines (20 loc) · 790 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
#!/bin/sh
# Replace these values for your configuration
# I've left our values in, as we use this for our demos, providing some examples
export ACR_NAME=demo42t
export RESOURCE_GROUP=$ACR_NAME
export RESOURCE_GROUP_LOCATION=southcentralus
export REGISTRY_NAME=${ACR_NAME}.azurecr.io/
# Cloned Github Repo
export GIT_NODE_UPSTREAM=https://github.com/demo42/node-upstream.git
export GIT_NODE_IMPORT=https://github.com/demo42/node-baseimage-import.git
export GIT_HELLOWORLD=https://github.com/demo42/helloworld.git
# Azure Keyvault Name
export AKV_NAME=demo42
# Token Name within Keyvault
export GIT_TOKEN_NAME=demo42-git-token
# AKS
export AKS_NAME=demo42-dev
export AKS_RG_NAME=demo42-dev-scus
# App service Configuration
export APP_SERVICE_URL=https://demo42-scus.azurewebsites.net