Activate Custom Domain Name SSL Certificate and activate TrafficManager Endpoints
Activate Custom Domain Name SSL Certificate and activate TrafficManager Endpoints
This script will do following steps:
- Import information from previous Terraform runs
- Terraform execution to activate certificate and map TrafficManager endpoints
- Update Bot Endpoint
After the script is successfully executed the bot should be in a usable state from WebChat
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| YOUR_DOMAIN | String | false | The domain (CN) name for the SSL certificate | |
| AUTOAPPROVE | Boolean | false | False | Terraform and SSL creation Automation Flag. $False -> Interactive, Approval $True -> Automatic Approval |
| KEYVAULT_CERT_NAME | String | false | SSLcert | KeyVault certificate key name |
.\ActivateSSL.ps1 -YOUR_DOMAIN bot.mydomain.com