File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ set-azure-account: # Set the Azure account for the environment - make <env> set-
2424resource-group-init : set-azure-account get-subscription-ids # Initialise the resources required by terraform - make <env> resource-group-init
2525 $(eval STORAGE_ACCOUNT_NAME=sa${APP_SHORT_NAME}${ENV_CONFIG}tfstate)
2626 scripts/bash/resource_group_init.sh " ${REGION} " " ${HUB_SUBSCRIPTION_ID} " " ${ENABLE_SOFT_DELETE} " " ${ENV_CONFIG} " " ${STORAGE_ACCOUNT_RG} " " ${STORAGE_ACCOUNT_NAME} " " ${APP_SHORT_NAME} " " ${ARM_SUBSCRIPTION_ID} "
27+ scripts/bash/assign_arc_app_roles.sh " ${ENV_CONFIG} " " ${ARM_SUBSCRIPTION_ID} "
2728
2829get-subscription-ids : # Retrieve the hub subscription ID based on the subscription name in ${HUB_SUBSCRIPTION} - make <env> get-subscription-ids
2930 $(eval HUB_SUBSCRIPTION_ID=$(shell az account show --query id --output tsv --name ${HUB_SUBSCRIPTION}) )
You can’t perform that action at this time.
0 commit comments