storage_account_name
must be unique globally. Before running any Terraform
commands, please change the default
value of variable named
storage_account_name
in the
./azure/variables.tf
file.
key_vault_name
must be unique globally. Before running any Terraform
commands, please change the default
value of variable named key_vault_name
in the
./azure/variables.tf
file.
default
value under app_name
:
default
value under docker_image
:
location
value under resource_group
:
azurerm_container_group
in the file
./azure/main.tf:
terraform plan
By default, here are the resources that will be
created.
http://[IP_address]/
.
IP_address
to the IP address that was output in your terminal
after successfully running terraform apply
.terraform apply
will attempt to add your current workstation’s IP
address to the above mentioned security group.
In order to access Mage on Azure from another local workstation, you must add
that IP address to the security group named
mage-data-prep-production-nsg-public
.
Security group name Your security group might be named differently because you may have changed your virtual network name (e.g.app_name
). The security group you must add the IP to will end with-nsg-public
.