Skip to content
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.

Latest commit

 

History

History
23 lines (18 loc) · 447 Bytes

azure.md

File metadata and controls

23 lines (18 loc) · 447 Bytes
title
Microsoft Azure

Microsoft Azure

Using DNS Verification

If you are using Azure DNS, configure your service account key through your AZURE_* environment variable:

caddyfile: |
  ...
  tls {
    dns azure
  }
env:
  AZURE_CLIENT_ID: "d37241d0-..."
  AZURE_CLIENT_SECRET: "e0ad9eec-..."
  AZURE_SUBSCRIPTION_ID: "20c70a7b-..."
  AZURE_TENANT_ID: "a6154ed3-..."