Microsoft.MachineLearningServices 工作區/連線 2024-01-01-preview
- 最新
- 2024-10-01
- 2024-10-01-preview
- 2024-07-01-preview
- 2024-04-01
- 2024-04-01-preview
- 2024-01-01-preview
- 2023-10-01
- 2023-08-01-preview
- 2023-06-01-preview
- 2023-04-01
- 2023-04-01-preview
- 2023-02-01-preview
- 2022-12-01-preview
- 2022-10-01
- 2022-10-01-preview
- 2022-06-01-preview
- 2022-05-01
- 2022-02-01-preview
- 2022-01-01-preview
- 2021-07-01
- 2021-04-01
- 2021-03-01-preview
- 2021-01-01
- 2020-09-01-preview
- 2020-08-01
- 2020-06-01
Bicep 資源定義
工作區/連線資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.MachineLearningServices/workspaces/connections 資源,請將下列 Bicep 新增至範本。
resource symbolicname 'Microsoft.MachineLearningServices/workspaces/connections@2024-01-01-preview' = {
parent: resourceSymbolicName
name: 'string'
properties: {
category: 'string'
expiryTime: 'string'
isSharedToAll: bool
metadata: any(Azure.Bicep.Types.Concrete.AnyType)
sharedUserList: [
'string'
]
target: 'string'
authType: 'string'
// For remaining properties, see WorkspaceConnectionPropertiesV2 objects
}
}
WorkspaceConnectionPropertiesV2 物件
設定 authType 屬性,以指定物件的類型。
針對 AAD,請使用:
{
authType: 'AAD'
}
針對 AccessKey,請使用:
{
authType: 'AccessKey'
credentials: {
accessKeyId: 'string'
secretAccessKey: 'string'
}
}
針對 AccountKey,請使用:
{
authType: 'AccountKey'
credentials: {
sas: 'string'
}
}
針對 ApiKey,請使用:
{
authType: 'ApiKey'
credentials: {
key: 'string'
}
}
針對 CustomKeys,請使用:
{
authType: 'CustomKeys'
credentials: {
keys: {
{customized property}: 'string'
}
}
}
針對 ManagedIdentity,請使用:
{
authType: 'ManagedIdentity'
credentials: {
clientId: 'string'
resourceId: 'string'
}
}
針對 None,請使用:
{
authType: 'None'
}
針對 OAuth2,請使用:
{
authType: 'OAuth2'
credentials: {
authUrl: 'string'
clientId: 'string'
clientSecret: 'string'
developerToken: 'string'
password: 'string'
refreshToken: 'string'
tenantId: 'string'
username: 'string'
}
}
針對 PAT,請使用:
{
authType: 'PAT'
credentials: {
pat: 'string'
}
}
針對 SAS,請使用:
{
authType: 'SAS'
credentials: {
sas: 'string'
}
}
針對 ServicePrincipal,請使用:
{
authType: 'ServicePrincipal'
credentials: {
clientId: 'string'
clientSecret: 'string'
tenantId: 'string'
}
}
針對 UsernamePassword,請使用:
{
authType: 'UsernamePassword'
credentials: {
password: 'string'
securityToken: 'string'
username: 'string'
}
}
屬性值
AADAuthTypeWorkspaceConnectionProperties
名字 | 描述 | 價值 |
---|---|---|
authType | 線上目標的驗證類型 | 'AAD' (必要) |
AccessKeyAuthTypeWorkspaceConnectionProperties
名字 | 描述 | 價值 |
---|---|---|
authType | 線上目標的驗證類型 | 'AccessKey' (必要) |
憑據 | WorkspaceConnectionAccessKey |
AccountKeyAuthTypeWorkspaceConnectionProperties
名字 | 描述 | 價值 |
---|---|---|
authType | 線上目標的驗證類型 | 'AccountKey' (必要) |
憑據 | WorkspaceConnectionSharedAccessSignature |
ApiKeyAuthWorkspaceConnectionProperties
名字 | 描述 | 價值 |
---|---|---|
authType | 線上目標的驗證類型 | 'ApiKey' (必要) |
憑據 | 工作區連線認證的 API 金鑰物件。 | WorkspaceConnectionApiKey |
CustomKeys
名字 | 描述 | 價值 |
---|---|---|
鑰匙 | 字串字典<> | CustomKeys |
CustomKeys
名字 | 描述 | 價值 |
---|
CustomKeysWorkspaceConnectionProperties
名字 | 描述 | 價值 |
---|---|---|
authType | 線上目標的驗證類型 | 'CustomKeys' (必要) |
憑據 | 自訂金鑰認證物件 | CustomKeys |
ManagedIdentityAuthTypeWorkspaceConnectionProperties
名字 | 描述 | 價值 |
---|---|---|
authType | 線上目標的驗證類型 | 'ManagedIdentity' (必要) |
憑據 | WorkspaceConnectionManagedIdentity |
Microsoft.MachineLearningServices/workspaces/connections
名字 | 描述 | 價值 |
---|---|---|
名字 | 資源名稱 | 字串 約束: 模式 = ^[a-zA-Z0-9][a-zA-Z0-9_-]{2,32}$ (必要) |
父母 | 在 Bicep 中,您可以指定子資源的父資源。 只有在父資源外部宣告子資源時,才需要新增這個屬性。 如需詳細資訊,請參閱 父資源外部的子資源。 |
類型的資源符號名稱:工作區 |
性能 | WorkspaceConnectionPropertiesV2 (必要) |
NoneAuthTypeWorkspaceConnectionProperties
名字 | 描述 | 價值 |
---|---|---|
authType | 線上目標的驗證類型 | 'None' (必要) |
OAuth2AuthTypeWorkspaceConnectionProperties
名字 | 描述 | 價值 |
---|---|---|
authType | 線上目標的驗證類型 | 'OAuth2' (必要) |
憑據 | 需要 ClientId 和 ClientSecret。 其他屬性是選擇性的 視每個 OAuth2 提供者的實作而定。 |
WorkspaceConnectionOAuth2 |
PATAuthTypeWorkspaceConnectionProperties
名字 | 描述 | 價值 |
---|---|---|
authType | 線上目標的驗證類型 | 'PAT' (必要) |
憑據 | WorkspaceConnectionPersonalAccessToken |
SASAuthTypeWorkspaceConnectionProperties
名字 | 描述 | 價值 |
---|---|---|
authType | 線上目標的驗證類型 | 'SAS' (必要) |
憑據 | WorkspaceConnectionSharedAccessSignature |
ServicePrincipalAuthTypeWorkspaceConnectionProperties
名字 | 描述 | 價值 |
---|---|---|
authType | 線上目標的驗證類型 | 'ServicePrincipal' (必要) |
憑據 | WorkspaceConnectionServicePrincipal |
UsernamePasswordAuthTypeWorkspaceConnectionProperties
名字 | 描述 | 價值 |
---|---|---|
authType | 線上目標的驗證類型 | 'UsernamePassword' (必要) |
憑據 | WorkspaceConnectionUsernamePassword |
WorkspaceConnectionAccessKey
名字 | 描述 | 價值 |
---|---|---|
accessKeyId | 字串 | |
secretAccessKey | 字串 |
WorkspaceConnectionApiKey
名字 | 描述 | 價值 |
---|---|---|
鑰匙 | 字串 |
WorkspaceConnectionManagedIdentity
名字 | 描述 | 價值 |
---|---|---|
clientId | 字串 | |
resourceId | 字串 |
WorkspaceConnectionOAuth2
名字 | 描述 | 價值 |
---|---|---|
authUrl | Concur 連線類別的必要專案 | 字串 |
clientId | UUID 格式的用戶端識別碼 | 字串 約束: 最小長度 = 36 最大長度 = 36 Pattern = ^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$ |
clientSecret | 字串 約束: 敏感性值。 以安全參數的形式傳入。 |
|
developerToken | GoogleAdWords 連線類別的必要專案 | 字串 約束: 敏感性值。 以安全參數的形式傳入。 |
密碼 | 字串 約束: 敏感性值。 以安全參數的形式傳入。 |
|
refreshToken | GoogleBigQuery、GoogleAdWords、Hubspot、QuickBooks、Square、Xero、Zoho 的必要專案 使用者需要離線取得 RefreshToken 的位置 |
字串 約束: 敏感性值。 以安全參數的形式傳入。 |
tenantId | QuickBooks 和 Xero 連線類別的必要專案 | 字串 |
username | Concur,ServiceNow 驗證伺服器 AccessToken 授與類型為 'Password' 這需要 UsernamePassword |
字串 |
WorkspaceConnectionPersonalAccessToken
名字 | 描述 | 價值 |
---|---|---|
派特 | 字串 |
WorkspaceConnectionPropertiesV2
名字 | 描述 | 價值 |
---|---|---|
authType | 在 AADAuthTypeWorkspaceConnectionProperties類型設定為 'AAD'。 針對 AccessKeyAuthTypeWorkspaceConnectionProperties 類型設定為 'AccessKey',。 針對 accountKeyAuthTypeWorkspaceConnectionProperties 類型 設定為 'AccountKey',。 針對 ApiKeyAuthWorkspaceConnectionProperties 類型設定為 'ApiKey',。 針對 customKeysWorkspaceConnectionProperties類型 |
'AAD' 'AccessKey' 'AccountKey' 'ApiKey' 'CustomKeys' 'ManagedIdentity' 'None' 'OAuth2' 'PAT' 'SAS' 'ServicePrincipal' 'UsernamePassword' (必要) |
類別 | 線上的類別 | 'ADLSGen2' 'AmazonMws' 'AmazonRdsForOracle' 'AmazonRdsForSqlServer' 'AmazonRedshift' 'AmazonS3Compatible' 'ApiKey' 'AzureBlob' 'AzureDatabricksDeltaLake' 'AzureDataExplorer' 'AzureMariaDb' 'AzureMySqlDb' 'AzureOneLake' 'AzureOpenAI' 'AzurePostgresDb' 'AzureSqlDb' 'AzureSqlMi' 'AzureSynapseAnalytics' 'AzureTableStorage' 'Cassandra' 'CognitiveSearch' 'CognitiveService' 'Concur' 'ContainerRegistry' 'CosmosDb' 'CosmosDbMongoDbApi' 'Couchbase' 'CustomKeys' 'Db2' 'Drill' 'Dynamics' 'DynamicsAx' 'DynamicsCrm' 'Eloqua' 'FileServer' 'FtpServer' 'GenericContainerRegistry' 'GenericHttp' 'GenericRest' 'Git' 'GoogleAdWords' 'GoogleBigQuery' 'GoogleCloudStorage' 'Greenplum' 'Hbase' 'Hdfs' 'Hive' 'Hubspot' 'Impala' 'Informix' 'Jira' 'Magento' 'MariaDb' 'Marketo' 'MicrosoftAccess' 'MongoDbAtlas' 'MongoDbV2' 'MySql' 'Netezza' 'ODataRest' 'Odbc' 'Office365' 'Oracle' 'OracleCloudStorage' 'OracleServiceCloud' 'PayPal' 'Phoenix' 'PostgreSql' 'Presto' 'PythonFeed' 'QuickBooks' 'Redis' 'Responsys' 'S3' 'Salesforce' 'SalesforceMarketingCloud' 'SalesforceServiceCloud' 'SapBw' 'SapCloudForCustomer' 'SapEcc' 'SapHana' 'SapOpenHub' 'SapTable' 'ServiceNow' 'Sftp' 'SharePointOnlineList' 'Shopify' “雪花” 'Spark' 'SqlServer' 'Square' 'Sybase' 'Teradata' 'Vertica' 'WebTable' 'Xero' 'Zoho' |
expiryTime | 字串 | |
isSharedToAll | bool | |
元數據 | 任何物件 | 任意 |
sharedUserList | string[] | |
目標 | 字串 |
WorkspaceConnectionServicePrincipal
名字 | 描述 | 價值 |
---|---|---|
clientId | 字串 | |
clientSecret | 字串 約束: 敏感性值。 以安全參數的形式傳入。 |
|
tenantId | 字串 |
WorkspaceConnectionSharedAccessSignature
名字 | 描述 | 價值 |
---|---|---|
sas | 字串 |
WorkspaceConnectionUsernamePassword
名字 | 描述 | 價值 |
---|---|---|
密碼 | 字串 | |
securityToken | 除了 UsernamePassword 以外,SalesForce 這類連線還需要額外的安全性 | 字串 約束: 敏感性值。 以安全參數的形式傳入。 |
username | 字串 |
快速入門範例
下列快速入門範例會部署此資源類型。
Bicep 檔案 | 描述 |
---|---|
Azure AI Studio 基本設定 | 這組範本示範如何使用基本設定來設定 Azure AI Studio,這表示已啟用公用因特網存取、Microsoft受控密鑰進行加密,以及 AI 資源的Microsoft受控識別設定。 |
Azure AI Studio 基本設定 | 這組範本示範如何使用基本設定來設定 Azure AI Studio,這表示已啟用公用因特網存取、Microsoft受控密鑰進行加密,以及 AI 資源的Microsoft受控識別設定。 |
Azure AI Studio 基本設定 | 這組範本示範如何使用基本設定來設定 Azure AI Studio,這表示已啟用公用因特網存取、Microsoft受控密鑰進行加密,以及 AI 資源的Microsoft受控識別設定。 |
Azure AI Studio 網路限制 | 這組範本示範如何使用Microsoft受控密鑰來加密和 AI 資源的 Microsoft 受控識別組態,來設定已停用私人鏈接和輸出的 Azure AI Studio。 |
Azure AI Studio 網路限制 | 這組範本示範如何使用Microsoft受控密鑰來加密和 AI 資源的 Microsoft 受控識別組態,來設定已停用私人鏈接和輸出的 Azure AI Studio。 |
使用 Microsoft Entra ID Authentication Azure AI Studio | 這組範本示範如何使用相依資源的 Microsoft Entra ID 驗證來設定 Azure AI Studio,例如 Azure AI 服務和 Azure 記憶體。 |
使用受控虛擬網路部署安全的 Azure AI Studio | 此範本會建立安全的 Azure AI Studio 環境,並具有健全的網路和身分識別安全性限制。 |
ARM 樣本資源定義
工作區/連線資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.MachineLearningServices/workspaces/connections 資源,請將下列 JSON 新增至範本。
{
"type": "Microsoft.MachineLearningServices/workspaces/connections",
"apiVersion": "2024-01-01-preview",
"name": "string",
"properties": {
"category": "string",
"expiryTime": "string",
"isSharedToAll": "bool",
"metadata": {},
"sharedUserList": [ "string" ],
"target": "string",
"authType": "string"
// For remaining properties, see WorkspaceConnectionPropertiesV2 objects
}
}
WorkspaceConnectionPropertiesV2 物件
設定 authType 屬性,以指定物件的類型。
針對 AAD,請使用:
{
"authType": "AAD"
}
針對 AccessKey,請使用:
{
"authType": "AccessKey",
"credentials": {
"accessKeyId": "string",
"secretAccessKey": "string"
}
}
針對 AccountKey,請使用:
{
"authType": "AccountKey",
"credentials": {
"sas": "string"
}
}
針對 ApiKey,請使用:
{
"authType": "ApiKey",
"credentials": {
"key": "string"
}
}
針對 CustomKeys,請使用:
{
"authType": "CustomKeys",
"credentials": {
"keys": {
"{customized property}": "string"
}
}
}
針對 ManagedIdentity,請使用:
{
"authType": "ManagedIdentity",
"credentials": {
"clientId": "string",
"resourceId": "string"
}
}
針對 None,請使用:
{
"authType": "None"
}
針對 OAuth2,請使用:
{
"authType": "OAuth2",
"credentials": {
"authUrl": "string",
"clientId": "string",
"clientSecret": "string",
"developerToken": "string",
"password": "string",
"refreshToken": "string",
"tenantId": "string",
"username": "string"
}
}
針對 PAT,請使用:
{
"authType": "PAT",
"credentials": {
"pat": "string"
}
}
針對 SAS,請使用:
{
"authType": "SAS",
"credentials": {
"sas": "string"
}
}
針對 ServicePrincipal,請使用:
{
"authType": "ServicePrincipal",
"credentials": {
"clientId": "string",
"clientSecret": "string",
"tenantId": "string"
}
}
針對 UsernamePassword,請使用:
{
"authType": "UsernamePassword",
"credentials": {
"password": "string",
"securityToken": "string",
"username": "string"
}
}
屬性值
AADAuthTypeWorkspaceConnectionProperties
名字 | 描述 | 價值 |
---|---|---|
authType | 線上目標的驗證類型 | 'AAD' (必要) |
AccessKeyAuthTypeWorkspaceConnectionProperties
名字 | 描述 | 價值 |
---|---|---|
authType | 線上目標的驗證類型 | 'AccessKey' (必要) |
憑據 | WorkspaceConnectionAccessKey |
AccountKeyAuthTypeWorkspaceConnectionProperties
名字 | 描述 | 價值 |
---|---|---|
authType | 線上目標的驗證類型 | 'AccountKey' (必要) |
憑據 | WorkspaceConnectionSharedAccessSignature |
ApiKeyAuthWorkspaceConnectionProperties
名字 | 描述 | 價值 |
---|---|---|
authType | 線上目標的驗證類型 | 'ApiKey' (必要) |
憑據 | 工作區連線認證的 API 金鑰物件。 | WorkspaceConnectionApiKey |
CustomKeys
名字 | 描述 | 價值 |
---|---|---|
鑰匙 | 字串字典<> | CustomKeys |
CustomKeys
名字 | 描述 | 價值 |
---|
CustomKeysWorkspaceConnectionProperties
名字 | 描述 | 價值 |
---|---|---|
authType | 線上目標的驗證類型 | 'CustomKeys' (必要) |
憑據 | 自訂金鑰認證物件 | CustomKeys |
ManagedIdentityAuthTypeWorkspaceConnectionProperties
名字 | 描述 | 價值 |
---|---|---|
authType | 線上目標的驗證類型 | 'ManagedIdentity' (必要) |
憑據 | WorkspaceConnectionManagedIdentity |
Microsoft.MachineLearningServices/workspaces/connections
名字 | 描述 | 價值 |
---|---|---|
apiVersion | API 版本 | '2024-01-01-preview' |
名字 | 資源名稱 | 字串 約束: 模式 = ^[a-zA-Z0-9][a-zA-Z0-9_-]{2,32}$ (必要) |
性能 | WorkspaceConnectionPropertiesV2 (必要) | |
類型 | 資源類型 | 'Microsoft.MachineLearningServices/workspaces/connections' |
NoneAuthTypeWorkspaceConnectionProperties
名字 | 描述 | 價值 |
---|---|---|
authType | 線上目標的驗證類型 | 'None' (必要) |
OAuth2AuthTypeWorkspaceConnectionProperties
名字 | 描述 | 價值 |
---|---|---|
authType | 線上目標的驗證類型 | 'OAuth2' (必要) |
憑據 | 需要 ClientId 和 ClientSecret。 其他屬性是選擇性的 視每個 OAuth2 提供者的實作而定。 |
WorkspaceConnectionOAuth2 |
PATAuthTypeWorkspaceConnectionProperties
名字 | 描述 | 價值 |
---|---|---|
authType | 線上目標的驗證類型 | 'PAT' (必要) |
憑據 | WorkspaceConnectionPersonalAccessToken |
SASAuthTypeWorkspaceConnectionProperties
名字 | 描述 | 價值 |
---|---|---|
authType | 線上目標的驗證類型 | 'SAS' (必要) |
憑據 | WorkspaceConnectionSharedAccessSignature |
ServicePrincipalAuthTypeWorkspaceConnectionProperties
名字 | 描述 | 價值 |
---|---|---|
authType | 線上目標的驗證類型 | 'ServicePrincipal' (必要) |
憑據 | WorkspaceConnectionServicePrincipal |
UsernamePasswordAuthTypeWorkspaceConnectionProperties
名字 | 描述 | 價值 |
---|---|---|
authType | 線上目標的驗證類型 | 'UsernamePassword' (必要) |
憑據 | WorkspaceConnectionUsernamePassword |
WorkspaceConnectionAccessKey
名字 | 描述 | 價值 |
---|---|---|
accessKeyId | 字串 | |
secretAccessKey | 字串 |
WorkspaceConnectionApiKey
名字 | 描述 | 價值 |
---|---|---|
鑰匙 | 字串 |
WorkspaceConnectionManagedIdentity
名字 | 描述 | 價值 |
---|---|---|
clientId | 字串 | |
resourceId | 字串 |
WorkspaceConnectionOAuth2
名字 | 描述 | 價值 |
---|---|---|
authUrl | Concur 連線類別的必要專案 | 字串 |
clientId | UUID 格式的用戶端識別碼 | 字串 約束: 最小長度 = 36 最大長度 = 36 Pattern = ^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$ |
clientSecret | 字串 約束: 敏感性值。 以安全參數的形式傳入。 |
|
developerToken | GoogleAdWords 連線類別的必要專案 | 字串 約束: 敏感性值。 以安全參數的形式傳入。 |
密碼 | 字串 約束: 敏感性值。 以安全參數的形式傳入。 |
|
refreshToken | GoogleBigQuery、GoogleAdWords、Hubspot、QuickBooks、Square、Xero、Zoho 的必要專案 使用者需要離線取得 RefreshToken 的位置 |
字串 約束: 敏感性值。 以安全參數的形式傳入。 |
tenantId | QuickBooks 和 Xero 連線類別的必要專案 | 字串 |
username | Concur,ServiceNow 驗證伺服器 AccessToken 授與類型為 'Password' 這需要 UsernamePassword |
字串 |
WorkspaceConnectionPersonalAccessToken
名字 | 描述 | 價值 |
---|---|---|
派特 | 字串 |
WorkspaceConnectionPropertiesV2
名字 | 描述 | 價值 |
---|---|---|
authType | 在 AADAuthTypeWorkspaceConnectionProperties類型設定為 'AAD'。 針對 AccessKeyAuthTypeWorkspaceConnectionProperties 類型設定為 'AccessKey',。 針對 accountKeyAuthTypeWorkspaceConnectionProperties 類型 設定為 'AccountKey',。 針對 ApiKeyAuthWorkspaceConnectionProperties 類型設定為 'ApiKey',。 針對 customKeysWorkspaceConnectionProperties類型 |
'AAD' 'AccessKey' 'AccountKey' 'ApiKey' 'CustomKeys' 'ManagedIdentity' 'None' 'OAuth2' 'PAT' 'SAS' 'ServicePrincipal' 'UsernamePassword' (必要) |
類別 | 線上的類別 | 'ADLSGen2' 'AmazonMws' 'AmazonRdsForOracle' 'AmazonRdsForSqlServer' 'AmazonRedshift' 'AmazonS3Compatible' 'ApiKey' 'AzureBlob' 'AzureDatabricksDeltaLake' 'AzureDataExplorer' 'AzureMariaDb' 'AzureMySqlDb' 'AzureOneLake' 'AzureOpenAI' 'AzurePostgresDb' 'AzureSqlDb' 'AzureSqlMi' 'AzureSynapseAnalytics' 'AzureTableStorage' 'Cassandra' 'CognitiveSearch' 'CognitiveService' 'Concur' 'ContainerRegistry' 'CosmosDb' 'CosmosDbMongoDbApi' 'Couchbase' 'CustomKeys' 'Db2' 'Drill' 'Dynamics' 'DynamicsAx' 'DynamicsCrm' 'Eloqua' 'FileServer' 'FtpServer' 'GenericContainerRegistry' 'GenericHttp' 'GenericRest' 'Git' 'GoogleAdWords' 'GoogleBigQuery' 'GoogleCloudStorage' 'Greenplum' 'Hbase' 'Hdfs' 'Hive' 'Hubspot' 'Impala' 'Informix' 'Jira' 'Magento' 'MariaDb' 'Marketo' 'MicrosoftAccess' 'MongoDbAtlas' 'MongoDbV2' 'MySql' 'Netezza' 'ODataRest' 'Odbc' 'Office365' 'Oracle' 'OracleCloudStorage' 'OracleServiceCloud' 'PayPal' 'Phoenix' 'PostgreSql' 'Presto' 'PythonFeed' 'QuickBooks' 'Redis' 'Responsys' 'S3' 'Salesforce' 'SalesforceMarketingCloud' 'SalesforceServiceCloud' 'SapBw' 'SapCloudForCustomer' 'SapEcc' 'SapHana' 'SapOpenHub' 'SapTable' 'ServiceNow' 'Sftp' 'SharePointOnlineList' 'Shopify' “雪花” 'Spark' 'SqlServer' 'Square' 'Sybase' 'Teradata' 'Vertica' 'WebTable' 'Xero' 'Zoho' |
expiryTime | 字串 | |
isSharedToAll | bool | |
元數據 | 任何物件 | 任意 |
sharedUserList | string[] | |
目標 | 字串 |
WorkspaceConnectionServicePrincipal
名字 | 描述 | 價值 |
---|---|---|
clientId | 字串 | |
clientSecret | 字串 約束: 敏感性值。 以安全參數的形式傳入。 |
|
tenantId | 字串 |
WorkspaceConnectionSharedAccessSignature
名字 | 描述 | 價值 |
---|---|---|
sas | 字串 |
WorkspaceConnectionUsernamePassword
名字 | 描述 | 價值 |
---|---|---|
密碼 | 字串 | |
securityToken | 除了 UsernamePassword 以外,SalesForce 這類連線還需要額外的安全性 | 字串 約束: 敏感性值。 以安全參數的形式傳入。 |
username | 字串 |
快速入門範本
下列快速入門範本會部署此資源類型。
範本 | 描述 |
---|---|
Azure AI Studio 基本設定 |
這組範本示範如何使用基本設定來設定 Azure AI Studio,這表示已啟用公用因特網存取、Microsoft受控密鑰進行加密,以及 AI 資源的Microsoft受控識別設定。 |
Azure AI Studio 基本設定 |
這組範本示範如何使用基本設定來設定 Azure AI Studio,這表示已啟用公用因特網存取、Microsoft受控密鑰進行加密,以及 AI 資源的Microsoft受控識別設定。 |
Azure AI Studio 基本設定 |
這組範本示範如何使用基本設定來設定 Azure AI Studio,這表示已啟用公用因特網存取、Microsoft受控密鑰進行加密,以及 AI 資源的Microsoft受控識別設定。 |
Azure AI Studio 網路限制 |
這組範本示範如何使用Microsoft受控密鑰來加密和 AI 資源的 Microsoft 受控識別組態,來設定已停用私人鏈接和輸出的 Azure AI Studio。 |
Azure AI Studio 網路限制 |
這組範本示範如何使用Microsoft受控密鑰來加密和 AI 資源的 Microsoft 受控識別組態,來設定已停用私人鏈接和輸出的 Azure AI Studio。 |
使用 Microsoft Entra ID Authentication Azure AI Studio |
這組範本示範如何使用相依資源的 Microsoft Entra ID 驗證來設定 Azure AI Studio,例如 Azure AI 服務和 Azure 記憶體。 |
使用受控虛擬網路部署安全的 Azure AI Studio |
此範本會建立安全的 Azure AI Studio 環境,並具有健全的網路和身分識別安全性限制。 |
Terraform (AzAPI 提供者) 資源定義
工作區/連線資源類型可以使用目標作業來部署:
- 資源群組
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.MachineLearningServices/workspaces/connections 資源,請將下列 Terraform 新增至範本。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.MachineLearningServices/workspaces/connections@2024-01-01-preview"
name = "string"
body = jsonencode({
properties = {
category = "string"
expiryTime = "string"
isSharedToAll = bool
metadata = ?
sharedUserList = [
"string"
]
target = "string"
authType = "string"
// For remaining properties, see WorkspaceConnectionPropertiesV2 objects
}
})
}
WorkspaceConnectionPropertiesV2 物件
設定 authType 屬性,以指定物件的類型。
針對 AAD,請使用:
{
authType = "AAD"
}
針對 AccessKey,請使用:
{
authType = "AccessKey"
credentials = {
accessKeyId = "string"
secretAccessKey = "string"
}
}
針對 AccountKey,請使用:
{
authType = "AccountKey"
credentials = {
sas = "string"
}
}
針對 ApiKey,請使用:
{
authType = "ApiKey"
credentials = {
key = "string"
}
}
針對 CustomKeys,請使用:
{
authType = "CustomKeys"
credentials = {
keys = {
{customized property} = "string"
}
}
}
針對 ManagedIdentity,請使用:
{
authType = "ManagedIdentity"
credentials = {
clientId = "string"
resourceId = "string"
}
}
針對 None,請使用:
{
authType = "None"
}
針對 OAuth2,請使用:
{
authType = "OAuth2"
credentials = {
authUrl = "string"
clientId = "string"
clientSecret = "string"
developerToken = "string"
password = "string"
refreshToken = "string"
tenantId = "string"
username = "string"
}
}
針對 PAT,請使用:
{
authType = "PAT"
credentials = {
pat = "string"
}
}
針對 SAS,請使用:
{
authType = "SAS"
credentials = {
sas = "string"
}
}
針對 ServicePrincipal,請使用:
{
authType = "ServicePrincipal"
credentials = {
clientId = "string"
clientSecret = "string"
tenantId = "string"
}
}
針對 UsernamePassword,請使用:
{
authType = "UsernamePassword"
credentials = {
password = "string"
securityToken = "string"
username = "string"
}
}
屬性值
AADAuthTypeWorkspaceConnectionProperties
名字 | 描述 | 價值 |
---|---|---|
authType | 線上目標的驗證類型 | 'AAD' (必要) |
AccessKeyAuthTypeWorkspaceConnectionProperties
名字 | 描述 | 價值 |
---|---|---|
authType | 線上目標的驗證類型 | 'AccessKey' (必要) |
憑據 | WorkspaceConnectionAccessKey |
AccountKeyAuthTypeWorkspaceConnectionProperties
名字 | 描述 | 價值 |
---|---|---|
authType | 線上目標的驗證類型 | 'AccountKey' (必要) |
憑據 | WorkspaceConnectionSharedAccessSignature |
ApiKeyAuthWorkspaceConnectionProperties
名字 | 描述 | 價值 |
---|---|---|
authType | 線上目標的驗證類型 | 'ApiKey' (必要) |
憑據 | 工作區連線認證的 API 金鑰物件。 | WorkspaceConnectionApiKey |
CustomKeys
名字 | 描述 | 價值 |
---|---|---|
鑰匙 | 字串字典<> | CustomKeys |
CustomKeys
名字 | 描述 | 價值 |
---|
CustomKeysWorkspaceConnectionProperties
名字 | 描述 | 價值 |
---|---|---|
authType | 線上目標的驗證類型 | 'CustomKeys' (必要) |
憑據 | 自訂金鑰認證物件 | CustomKeys |
ManagedIdentityAuthTypeWorkspaceConnectionProperties
名字 | 描述 | 價值 |
---|---|---|
authType | 線上目標的驗證類型 | 'ManagedIdentity' (必要) |
憑據 | WorkspaceConnectionManagedIdentity |
Microsoft.MachineLearningServices/workspaces/connections
名字 | 描述 | 價值 |
---|---|---|
名字 | 資源名稱 | 字串 約束: 模式 = ^[a-zA-Z0-9][a-zA-Z0-9_-]{2,32}$ (必要) |
parent_id | 此資源為父系之資源的標識碼。 | 類型資源的標識碼:工作區 |
性能 | WorkspaceConnectionPropertiesV2 (必要) | |
類型 | 資源類型 | “Microsoft.MachineLearningServices/workspaces/connections@2024-01-01-preview” |
NoneAuthTypeWorkspaceConnectionProperties
名字 | 描述 | 價值 |
---|---|---|
authType | 線上目標的驗證類型 | 'None' (必要) |
OAuth2AuthTypeWorkspaceConnectionProperties
名字 | 描述 | 價值 |
---|---|---|
authType | 線上目標的驗證類型 | 'OAuth2' (必要) |
憑據 | 需要 ClientId 和 ClientSecret。 其他屬性是選擇性的 視每個 OAuth2 提供者的實作而定。 |
WorkspaceConnectionOAuth2 |
PATAuthTypeWorkspaceConnectionProperties
名字 | 描述 | 價值 |
---|---|---|
authType | 線上目標的驗證類型 | 'PAT' (必要) |
憑據 | WorkspaceConnectionPersonalAccessToken |
SASAuthTypeWorkspaceConnectionProperties
名字 | 描述 | 價值 |
---|---|---|
authType | 線上目標的驗證類型 | 'SAS' (必要) |
憑據 | WorkspaceConnectionSharedAccessSignature |
ServicePrincipalAuthTypeWorkspaceConnectionProperties
名字 | 描述 | 價值 |
---|---|---|
authType | 線上目標的驗證類型 | 'ServicePrincipal' (必要) |
憑據 | WorkspaceConnectionServicePrincipal |
UsernamePasswordAuthTypeWorkspaceConnectionProperties
名字 | 描述 | 價值 |
---|---|---|
authType | 線上目標的驗證類型 | 'UsernamePassword' (必要) |
憑據 | WorkspaceConnectionUsernamePassword |
WorkspaceConnectionAccessKey
名字 | 描述 | 價值 |
---|---|---|
accessKeyId | 字串 | |
secretAccessKey | 字串 |
WorkspaceConnectionApiKey
名字 | 描述 | 價值 |
---|---|---|
鑰匙 | 字串 |
WorkspaceConnectionManagedIdentity
名字 | 描述 | 價值 |
---|---|---|
clientId | 字串 | |
resourceId | 字串 |
WorkspaceConnectionOAuth2
名字 | 描述 | 價值 |
---|---|---|
authUrl | Concur 連線類別的必要專案 | 字串 |
clientId | UUID 格式的用戶端識別碼 | 字串 約束: 最小長度 = 36 最大長度 = 36 Pattern = ^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$ |
clientSecret | 字串 約束: 敏感性值。 以安全參數的形式傳入。 |
|
developerToken | GoogleAdWords 連線類別的必要專案 | 字串 約束: 敏感性值。 以安全參數的形式傳入。 |
密碼 | 字串 約束: 敏感性值。 以安全參數的形式傳入。 |
|
refreshToken | GoogleBigQuery、GoogleAdWords、Hubspot、QuickBooks、Square、Xero、Zoho 的必要專案 使用者需要離線取得 RefreshToken 的位置 |
字串 約束: 敏感性值。 以安全參數的形式傳入。 |
tenantId | QuickBooks 和 Xero 連線類別的必要專案 | 字串 |
username | Concur,ServiceNow 驗證伺服器 AccessToken 授與類型為 'Password' 這需要 UsernamePassword |
字串 |
WorkspaceConnectionPersonalAccessToken
名字 | 描述 | 價值 |
---|---|---|
派特 | 字串 |
WorkspaceConnectionPropertiesV2
名字 | 描述 | 價值 |
---|---|---|
authType | 在 AADAuthTypeWorkspaceConnectionProperties類型設定為 'AAD'。 針對 AccessKeyAuthTypeWorkspaceConnectionProperties 類型設定為 'AccessKey',。 針對 accountKeyAuthTypeWorkspaceConnectionProperties 類型 設定為 'AccountKey',。 針對 ApiKeyAuthWorkspaceConnectionProperties 類型設定為 'ApiKey',。 針對 customKeysWorkspaceConnectionProperties類型 |
'AAD' 'AccessKey' 'AccountKey' 'ApiKey' 'CustomKeys' 'ManagedIdentity' 'None' 'OAuth2' 'PAT' 'SAS' 'ServicePrincipal' 'UsernamePassword' (必要) |
類別 | 線上的類別 | 'ADLSGen2' 'AmazonMws' 'AmazonRdsForOracle' 'AmazonRdsForSqlServer' 'AmazonRedshift' 'AmazonS3Compatible' 'ApiKey' 'AzureBlob' 'AzureDatabricksDeltaLake' 'AzureDataExplorer' 'AzureMariaDb' 'AzureMySqlDb' 'AzureOneLake' 'AzureOpenAI' 'AzurePostgresDb' 'AzureSqlDb' 'AzureSqlMi' 'AzureSynapseAnalytics' 'AzureTableStorage' 'Cassandra' 'CognitiveSearch' 'CognitiveService' 'Concur' 'ContainerRegistry' 'CosmosDb' 'CosmosDbMongoDbApi' 'Couchbase' 'CustomKeys' 'Db2' 'Drill' 'Dynamics' 'DynamicsAx' 'DynamicsCrm' 'Eloqua' 'FileServer' 'FtpServer' 'GenericContainerRegistry' 'GenericHttp' 'GenericRest' 'Git' 'GoogleAdWords' 'GoogleBigQuery' 'GoogleCloudStorage' 'Greenplum' 'Hbase' 'Hdfs' 'Hive' 'Hubspot' 'Impala' 'Informix' 'Jira' 'Magento' 'MariaDb' 'Marketo' 'MicrosoftAccess' 'MongoDbAtlas' 'MongoDbV2' 'MySql' 'Netezza' 'ODataRest' 'Odbc' 'Office365' 'Oracle' 'OracleCloudStorage' 'OracleServiceCloud' 'PayPal' 'Phoenix' 'PostgreSql' 'Presto' 'PythonFeed' 'QuickBooks' 'Redis' 'Responsys' 'S3' 'Salesforce' 'SalesforceMarketingCloud' 'SalesforceServiceCloud' 'SapBw' 'SapCloudForCustomer' 'SapEcc' 'SapHana' 'SapOpenHub' 'SapTable' 'ServiceNow' 'Sftp' 'SharePointOnlineList' 'Shopify' “雪花” 'Spark' 'SqlServer' 'Square' 'Sybase' 'Teradata' 'Vertica' 'WebTable' 'Xero' 'Zoho' |
expiryTime | 字串 | |
isSharedToAll | bool | |
元數據 | 任何物件 | 任意 |
sharedUserList | string[] | |
目標 | 字串 |
WorkspaceConnectionServicePrincipal
名字 | 描述 | 價值 |
---|---|---|
clientId | 字串 | |
clientSecret | 字串 約束: 敏感性值。 以安全參數的形式傳入。 |
|
tenantId | 字串 |
WorkspaceConnectionSharedAccessSignature
名字 | 描述 | 價值 |
---|---|---|
sas | 字串 |
WorkspaceConnectionUsernamePassword
名字 | 描述 | 價值 |
---|---|---|
密碼 | 字串 | |
securityToken | 除了 UsernamePassword 以外,SalesForce 這類連線還需要額外的安全性 | 字串 約束: 敏感性值。 以安全參數的形式傳入。 |
username | 字串 |