The workspaces/sqlPools/metadataSync resource type can be deployed with operations that target:
For a list of changed properties in each API version, see change log.
To create a Microsoft.Synapse/workspaces/sqlPools/metadataSync resource, add the following JSON to your template.
{
"type": "Microsoft.Synapse/workspaces/sqlPools/metadataSync",
"apiVersion": "2021-06-01",
"name": "config",
"properties": {
"enabled": "bool",
"syncIntervalInMinutes": "int"
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.Synapse/workspaces/sqlPools/metadataSync' |
apiVersion | The resource api version | '2021-06-01' |
name | The resource name See how to set names and types for child resources in JSON ARM templates. |
'config' |
properties | Metadata Sync Config properties | MetadataSyncConfigProperties |
Name | Description | Value |
---|---|---|
enabled | Indicates whether the metadata sync is enabled or disabled | bool |
syncIntervalInMinutes | The Sync Interval in minutes. | int |
The following quickstart templates deploy this resource type.
Template | Description |
---|---|
Azure Synapse Proof-of-Concept |
This template creates a proof of concept environment for Azure Synapse, including SQL Pools and optional Apache Spark Pools |