Microsoft.Web csrs 2015-08-01
The csrs resource type can be deployed to: Resource groups.
To learn about resource group deployments, see Bicep or ARM template.
Template format
To create a Microsoft.Web/csrs resource, add the following Bicep or JSON to your template.
resource symbolicname 'Microsoft.Web/csrs@2015-08-01' = {
name: 'string'
location: 'string'
tags: {
tagName1: 'tagValue1'
tagName2: 'tagValue2'
}
kind: 'string'
properties: {
csrString: 'string'
distinguishedName: 'string'
hostingEnvironment: 'string'
name: 'string'
password: 'string'
pfxBlob: 'string'
publicKeyHash: 'string'
}
}
Property values
csrs
| Name | Description | Value |
|---|---|---|
| type | The resource type For Bicep, set this value in the resource declaration. |
'Microsoft.Web/csrs' |
| apiVersion | The resource api version For Bicep, set this value in the resource declaration. |
'2015-08-01' |
| name | The resource name | string (required) |
| location | Resource Location | string (required) |
| tags | Resource tags | Dictionary of tag names and values. See Tags in templates |
| kind | Kind of resource | string |
| properties | CsrProperties |
CsrProperties
| Name | Description | Value |
|---|---|---|
| csrString | Actual CSR string created | string |
| distinguishedName | Distinguished name of certificate to be created | string |
| hostingEnvironment | Hosting environment | string |
| name | Name used to locate CSR object | string |
| password | PFX password | string |
| pfxBlob | PFX certificate of created certificate | string |
| publicKeyHash | Hash of the certificates public key | string |