Skip to content

[CDN/CustomDomain] allow to define customHTTPS parameters during creation #17498

Open
@secustor

Description

@secustor

Currently a separate API endpoint has to be called to enable CustomHTTPS with custom domains.

This is not ideal as this prevents IaC tooling such as ARM templates, Pulumi and Terraform from using this feature.

I suggest to extend the request body of put to accommodate these properties:

before:

{
  "properties": {
    "hostName": "www.someDomain.net"
  }
}

after:

{
  "properties": {
    "hostName": "www.someDomain.net",
    "customHttpsProvisioning": {
       "certificateSource": "cdn"
       ...
     }
  }
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Network - CDNService AttentionWorkflow: This issue is responsible by Azure service team.customer-reportedIssues that are reported by GitHub users external to the Azure organization.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as that

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions