Microsoft.Web staticSites/linkedBackends

ARM template resource definition

The staticSites/linkedBackends 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/staticSites/linkedBackends resource, add the following JSON to your template.

{
  "type": "Microsoft.Web/staticSites/linkedBackends",
  "apiVersion": "2022-09-01",
  "name": "string",
  "kind": "string",
  "properties": {
    "backendResourceId": "string",
    "region": "string"
  }
}

Property values

staticSites/linkedBackends

Name Description Value
type The resource type 'Microsoft.Web/staticSites/linkedBackends'
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 StaticSiteLinkedBackendARMResource resource specific properties StaticSiteLinkedBackendARMResourceProperties

StaticSiteLinkedBackendARMResourceProperties

Name Description Value
backendResourceId The resource id of the backend linked to the static site string
region The region of the backend linked to the static site string