Skip to content

Latest commit

 

History

History

advanced

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

SCEPman - Advanced deployment

SCEPman deployment with sophisticated configuration using local state

Using this example with Terraform CLI

Variables

Edit the variables in the example terraform.tfvars.

Note: The following Azure Resource names must be globally unique:

  • storage_account_name
  • key_vault_name
  • app_service_name_primary
  • app_service_name_certificate_master

If you want to deploy the Community Edition, leave AppConfig:LicenseKey in app_settings_primary as trial. If you want to deploy the Enterprise Edition, use your valid license key.

Deploy Configuration

terraform init
terraform plan
terraform apply

Post-Deployment Steps

Visit the homepage of your SCEPman App Service and follow the instructions for running the CMDlet Complete-SCEPmanDeployment of the SCEPman PowerShell module. This configures the Managed Identities of your App Services.

Clean up resources

terraform destroy