Microsoft.Web sites/slots/publicCertificates

ARM template resource definition

The sites/slots/publicCertificates resource type can be deployed with operations that target:

For a list of changed properties in each API version, see change log.

Resource format

To create a Microsoft.Web/sites/slots/publicCertificates resource, add the following JSON to your template.

{
  "type": "Microsoft.Web/sites/slots/publicCertificates",
  "apiVersion": "2022-09-01",
  "name": "string",
  "kind": "string",
  "properties": {
    "blob": {},
    "publicCertificateLocation": "string"
  }
}

Property values

sites/slots/publicCertificates

Name Description Value
type The resource type 'Microsoft.Web/sites/slots/publicCertificates'
apiVersion The resource api version '2022-09-01'
name The resource name

See how to set names and types for child resources in JSON ARM templates.
string (required)
kind Kind of resource. string
properties PublicCertificate resource specific properties PublicCertificateProperties

PublicCertificateProperties

Name Description Value
blob Public Certificate byte array
publicCertificateLocation Public Certificate Location 'CurrentUserMy'
'LocalMachineMy'
'Unknown'