Microsoft.Web sites/functions/keys 2018-02-01
Template format
To create a Microsoft.Web/sites/functions/keys resource, add the following JSON to the resources section of your template.
{
"name": "string",
"type": "Microsoft.Web/sites/functions/keys",
"apiVersion": "2018-02-01",
"properties": {
"value": "string"
}
}
Property values
The following tables describe the values you need to set in the schema.
Microsoft.Web/sites/functions/keys object
Note
In Bicep, type
and apiVersion
are specified in the first line of the resource declaration. Use the format <type>@<apiVersion>
. Don't set those properties in the resource body.
Name | Type | Required | Value |
---|---|---|---|
name | string | Yes | The name of the key. |
type | enum | Yes | For JSON -keys -or- Microsoft.Web/sites/functions/keys See Set name and type for child resources. |
apiVersion | enum | Yes | For JSON - 2018-02-01 |
properties | object | Yes | Key properties - KeyProperties object |
KeyProperties object
Name | Type | Required | Value |
---|---|---|---|
value | string | No | Key value |