last sync: 2020-Aug-28 14:17:30 UTC

You like AzAdvertizer ? Go checkout the new version of AzGovViz


Azure Policy

[Preview]: Resource type for Azure Synapse linked service should be in allowed list

Policy DisplayName [Preview]: Resource type for Azure Synapse linked service should be in allowed list
Policy Id 84ce0900-69cd-4b5e-b676-0b5a66d027c9
Policy Category Synapse
Policy Description You can define an allowed list of resource types for Azure Synapse linked service to restrict creation or update on a scope. With this policy in place you can have a better control over the boundary of data movement.
Policy Mode Microsoft.Synapse.Data
Policy Type BuiltIn
Policy in Preview True
Policy Deprecated FALSE
Policy Effect Fixed: deny
Roles used none
Policy Changes
Date/Time (UTC ymd) (i) Change Change detail
2020-08-27 15:39:26 add: Policy 84ce0900-69cd-4b5e-b676-0b5a66d027c9
Used in Policy Initiative(s) none
Policy Rule
{
  "properties": {
  "displayName": "[Preview]: Resource type for Azure Synapse linked service should be in allowed list",
    "policyType": "BuiltIn",
    "mode": "Microsoft.Synapse.Data",
    "description": "You can define an allowed list of resource types for Azure Synapse linked service to restrict creation or update on a scope. With this policy in place you can have a better control over the boundary of data movement.",
    "metadata": {
      "version": "1.0.0-preview",
      "category": "Synapse",
      "preview": true
    },
    "parameters": {
      "allowedLinkedServiceResourceTypes": {
        "type": "Array",
        "metadata": {
          "displayName": "Allowed linked service resource types",
          "description": "The list of allowed linked service resource types."
        },
        "allowedValues": [
          "AdlsGen2CosmosStructuredStream",
          "AdobeExperiencePlatform",
          "AdobeIntegration",
          "AmazonRedshift",
          "AmazonS3",
          "AzureBlobFS",
          "AzureBlobStorage",
          "AzureDataExplorer",
          "AzureDataLakeStore",
          "AzureDataLakeStoreCosmosStructuredStream",
          "AzureDataShare",
          "AzureFileStorage",
          "AzureKeyVault",
          "AzureMariaDB",
          "AzureMySql",
          "AzurePostgreSql",
          "AzureSearch",
          "AzureSqlDatabase",
          "AzureSqlDW",
          "AzureSqlMI",
          "AzureTableStorage",
          "Cassandra",
          "CommonDataServiceForApps",
          "CosmosDb",
          "CosmosDbMongoDbApi",
          "Db2",
          "DynamicsCrm",
          "FileServer",
          "FtpServer",
          "GitHub",
          "GoogleCloudStorage",
          "Hdfs",
          "Hive",
          "HttpServer",
          "Informix",
          "Kusto",
          "MicrosoftAccess",
          "MySql",
          "Netezza",
          "Odata",
          "Odbc",
          "Office365",
          "Oracle",
          "PostgreSql",
          "Salesforce",
          "SalesforceServiceCloud",
          "SapBw",
          "SapHana",
          "SapOpenHub",
          "SapTable",
          "Sftp",
          "SharePointOnlineList",
          "Snowflake",
          "SqlServer",
          "Sybase",
          "Teradata"
        ]
      }
    },
    "policyRule": {
      "if": {
        "field": "Microsoft.Synapse.Data/workspaces/linkedservices/properties.type",
      "notIn": "[parameters('allowedLinkedServiceResourceTypes')]"
      },
      "then": {
        "effect": "deny"
      }
    }
  },
  "id": "/providers/Microsoft.Authorization/policyDefinitions/84ce0900-69cd-4b5e-b676-0b5a66d027c9",
  "type": "Microsoft.Authorization/policyDefinitions",
  "name": "84ce0900-69cd-4b5e-b676-0b5a66d027c9"
}