-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* community -> advanced * Improved example descriptions
- Loading branch information
Showing
7 changed files
with
42 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# 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 | ||
|
||
```hcl | ||
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](https://www.powershellgallery.com/packages/SCEPman/). This configures the [Managed Identities](https://docs.scepman.com/scepman-deployment/permissions/post-installation-config) of your App Services. | ||
|
||
### Clean up resources | ||
|
||
```hcl | ||
terraform destroy | ||
``` |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters