- Create secret
ADCredentialPRD
- Create endpoints (via GUI or append
endpoints.ps1
contents to your PSU's endpoints file) - Create application using
adtool.ps1
- (optional: update address if not accessing on
localhost:5000
)
This file contains hidden or 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
<#region SYNOPSYS | |
0. CLEANUP | |
1. BACKUP TG DB on HS1TGDATA.crm.hosted SQL cluster | |
2. TRANSFER TG DB BAK to HS1-SQLSTDCLIN1.crm.hosted SQL cluster | |
3. RESTORE TG DB BAK on HS1-SQLSTDCLIN1.crm.hosted SQL cluster | |
4. CUSTOMIZE RESTORED TG DATABASE | |
#> | |
#region 0. CLEANUP | |
Remove-Variable * -ErrorAction SilentlyContinue |
OlderNewer