Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 596 Bytes

File metadata and controls

27 lines (15 loc) · 596 Bytes

DeactivateSSL.ps1

Deactivate SSL Certificate when in direct use with TrafficManager Domain

Description

Deactivate SSL Certificate when in direct use with TrafficManager Domain

This script will do following steps:

  1. Read relevant data of TrafficManager from Terraform Infrastructure execution
  2. Delete all TrafficManager endpoints, this will also remove the custom domain name entry from WebApps automatically

Examples

.\DeactivateSSL.ps1

Flowchart

Flowchart for DeactivateSSL.ps1